sync with 0.9.7cvs8
[claws.git] / ChangeLog.claws
index 6e0aa24e85cb8738d0efb0311a369d7ea4d1c08d..4a6440a60579884aa8d7a5319ff9bde6647d7c5b 100644 (file)
@@ -1,3 +1,93 @@
+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-05 [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]
+       * src/folder.c
+       * src/mainwindow.c
+       * src/matcher.c
+       * src/matcher_parser_parse.y
+       * src/folderview.c
+               global rules to run before folder specific rules.
+               global rules to run after folder specific rules.
+               
+       * src/messageview.c
+               fixed quick addition of rules.
+       
+       * src/prefs_filtering.[ch]
+       * src/summaryview.c
+               we can now customize the title for the dialog.
+               updated case where we rename of delete folders.
+
+       * src/addressbook.c
+               got back the function addressbook_browse_entry_cb()
+               that is needed in case we compiled with LDAP support.
+
+2003-12-04 [paul]      0.9.7claws19
+
+       * sync with 0.9.7cvs6
+               see ChangeLog 2003-12-04
+               fixes bug 171 'Wrong message decoing: koi8-r and 
+               iso8859-5 looks same. Can't read many emails.'
+
+2003-12-04 [paul]      0.9.7claws18
+
+       * po/POTFILES.in
+               remove 'src/prefs_scoring.c'
+
 2003-12-03 [hoa]       0.9.7claws17
 
        * src/Makefile.am
                  add_score. To get the behaviour of older scoring 
                  system, you have to define some equivalent rule :
                  "score_lower -9999 hide"
-                 "score_greater -9999 mark"
+                 "score_greater 9999 mark"
                  
                  To define global rules, you have to define them 
                  in the new global processing rules.