update the man page
[claws.git] / ChangeLog.claws
index e917ed579973e444a6739c8bf9db29bfec4895b9..71b6dfceb96fd5e9d70e829d2403506cd5b16ac4 100644 (file)
@@ -1,3 +1,161 @@
+2003-12-12 [paul]
+
+       * doc/man/sylpheed.1
+               update the man page
+
+2003-12-12 [paul]      0.9.7claws39
+
+       general clean up
+       
+       * configure.ac
+               correct and clean up './configure --help' info
+       
+       * src/plugins/clamav/clamav_plugin.c
+         src/plugins/spamassassin/spamassassin.c
+               correct plugin_desc(), works with LOCAL, IMAP, and
+               POP accounts
+               
+       * src/filtering.c
+         src/matcher.[ch]
+         src/matcher_parser_parse.y
+         src/prefs_filtering_action.c
+               use 'Change Score' instead of '(In/De)crease score'.
+               use *CHANGE_SCORE* instead of *ADD_SCORE*
+        
+        * src/mainwindow.c
+               hyphenate: 'Pre-processing', 'Post-processing'
+               
+       * src/prefs_account.c
+               change 'Generate Message-ID' to 'Generate Message-Id'
+               
+       * src/prefs_folder_item.c
+               change 'Processing on startup:' to 'Process at startup'
+               change 'Scan for new mail:' to 'Scan for new mail'
+               
+2003-12-11 [christoph] 0.9.7claws38
+
+       * src/crash.c
+       * src/main.[ch]
+               make sure the clean_exit() funtion is not called again by the
+               signal handler while it is already running
+
+       * src/summaryview.c
+               fix wrong assertion
+
+2003-12-11 [paul]      0.9.7claws37
+
+       * src/compose.c
+               'anonymise' Message-Id: header string
+
+2003-12-11 [paul]      0.9.7claws36
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix (don't break) signature count
+               use cl_strerror() instead of deprecated cl_perror()
+       
+2003-12-11 [darko]     0.9.7claws35
+
+       * src/summaryview.c
+               also update the sort arrow (thanks Christoph)
+
+2003-12-11 [darko]     0.9.7claws34
+
+       * src/summaryview.c
+               allow reverting to default sort mode (no sort)
+
+2003-12-10 [hoa]       0.9.7claws33
+
+       * src/matcher.c
+               fixed quotation of string for matcher.
+
+2003-12-08 [paul]      0.9.7claws32
+
+       * src/imap.c
+         src/inc.c
+               plug memory leaks (patch by Alfons)
+
+2003-12-08 [christoph] 0.9.7claws31
+
+       * src/folder_item_prefs.[ch]
+       * src/folderview.c
+       * src/prefs_folder_item.c
+               add new FolderItem property to exclude folders from new
+               mail checks
+
+       Patch submitted by Chad Robinson <crobinson@rfgonline.com>
+
+2003-12-07 [paul]      0.9.7claws30
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix signature count
+
+2003-12-07 [thorsten]  0.9.7claws29
+
+       * src/filtering.c
+               debug_print some warning if destfolder missing
+       * src/prefs_filtering.c
+               uninitialized filter list when deleting a folder
+
+2003-12-06 [paul]      0.9.7claws28
+
+       * src/procheader.c
+               add Alfons' patch to trim line feeds
+
+2003-12-06 [paul]      0.9.7claws27
+
+       * partial sync with 0.9.7cvs8
+               leaving claws' online/offline more or less intact
+               see ChangeLog 2003-12-04 and 2003-12-06
+
+2003-12-06 [christoph] 0.9.7claws26
+
+       * src/messageview.c
+       * src/privacy.[ch]
+               revert pirvacy API changes
+
+2003-12-05 [alfons]    0.9.7claws25
+
+       * src/matcher.[ch]
+               clean up my old cruft
+
+2003-12-05 [alfons]    0.9.7claws24
+
+       * src/matcher.c
+               fix comparison buglet ;-) and make `test` matcher
+               work again
+
+2003-12-05 [alfons]    0.9.7claws23
+
+       * src/prefs_folder_item.c
+               K&R 2nd Ed., page 241 (function parameter identifiers
+               starting with an underscore are kind of insulting)
+
+2003-12-05 [hoa]       0.9.7claws22
+
+       * src/main.c
+       * src/mainwindow.[ch]
+       * src/mainwindow.h
+               add destructor for mainwindow so that the last 
+               MimeInfo opened in messageview is destroyed when
+               exiting sylpheed.
+
+2003-12-05 [hoa]       0.9.7claws21
+
+       * src/filtering.[ch]
+       * src/matcher.[ch]
+       * src/matcher_parser_lex.l
+       * src/matcher_parser_parse.y
+       * src/prefs_actions.c
+       * src/prefs_filtering.c
+       * src/common/utils.[ch]
+               quote arguments before giving them to command line.
+               fixed quote of string in matcher/processing/filtering rules.
+
+       * src/messageview.c
+       * src/privacy.[ch]
+               allows decryption to return a new whole 
+               MIME message structure.
+
 2003-12-04 [hoa]       0.9.7claws20
 
        * src/filtering.[ch]