allow for Boolean Op and case-sensitivity
[claws.git] / ChangeLog.claws
index c78702081b36d2d86207e62a2c25313b4055e487..7824b14c22dca8fb8af54fb6d3b5b9ff1fff2c9f 100644 (file)
@@ -1,3 +1,172 @@
+2002-01-14 [paul]
+
+       * tools/filter_conv.pl
+               allow for Boolean Op and case-sensitivity
+               this file is included in the release and tagged
+               'rel_0_7_0'
+
+2002-01-13 [paul]      0.7.0claws
+
+       * release 0.7.0, with cvs tag 'rel_0_7_0'
+
+2002-01-13 [paul]
+
+       * tools/filter_conv.pl
+       * tools/README
+               rewritten to output to matcherrc instead of filteringrc
+
+       * po/es.po
+               updated Spanish translation by Ricardo Mones Lastra
+
+2002-01-13 [alfons]
+
+       * po/nl.po
+               update dutch translation
+
+2002-01-13 [paul]
+
+       * po/pt_BR.po
+               Updated by Fabio Junior Beneditto 
+
+2002-01-13 [melvin]    0.6.6claws53
+
+       * po/fr.po
+               Updated french translation
+
+2002-01-12 [alfons]    0.6.6claws52
+
+       * src/filtering.c
+               plug mem leak that has been sitting there for ages              
+
+2002-01-12 [alfons]    0.6.6claws51
+
+       * src/summaryview.c
+               undo melvin's changes from 0.6.6claws48 because summary
+               view now refuses to select first unread message when
+               selecting a folder 
+
+2002-01-11 [alfons]    0.6.6claws50
+
+       * src/import.c
+               use claws' semantics for getting folder item when
+               importing an mbox file into a folder 
+               (submitted by Dale P. Smith)
+
+2002-01-11 [christoph] 0.6.6claws49
+
+       * src/prefs.h
+               set sensitivity in SET_TOGGLE_SENSITIVITY macro from
+               toggle widget, because non static prefs can not use
+               prefs_set_* functions
+       * src/prefs_account.c
+               toggle smtp auth password field sensitivity if
+               user id is empty and add descrition of usage for
+               these fields
+       * src/prefs_folder_item.c
+               use SET_TOGGLE_SENSITIVITY macro to instead of extra
+               callbacks
+
+2002-01-11 [melvin]    0.6.6claws48
+
+       * src/compose.c
+               fix the 'Ctrl-Enter' feature for sending and test really
+               for 'Ctrl-Enter' (as Ctrl-Space is also used for activating
+               editables which was not documented in Gtk)
+
+       * src/summaryview.c
+               Made summaryview refresh after sorting and not before.
+
+2002-01-11 [christoph] 0.6.6claws47
+
+       * src/compose.c
+               select account from account ids if possible and
+               correctly set save folder for copy in reedit
+
+2002-01-10 [paul]      0.6.6claws46
+
+       * sync with sylpheed 0.7.0 release
+               see ChangeLog entries 2002-01-07, 2002-01-08 and
+               2002-01-09
+
+2002-01-09 [alfons]
+
+       * src/summaryview.c
+               remove more dirt traces...
+
+2002-01-09 [alfons]
+       
+       * src/summaryview.c
+               clean up some traces of my debugging stuff
+
+2002-01-09 [alfons]    0.6.6claws45
+
+       * src/filtering.c
+               break up filteringprop_apply() in three separate pieces
+               so we can drop messages that failed processing in the
+               inbox
+
+       * src/summaryview.c
+               fix bug #469598 "no refresh of inbox after filter" which 
+               was introduced by the new summary view locking, and which 
+               prevented the summary view to update after a manual filter 
+               message. claw's filter message requires a summary_show().
+               (aargh, summary_show() again! :-)
+               
+2002-01-07 [alfons]    0.6.6claws44
+
+       * src/headerwindow.c
+       * src/logwindow.c
+       * src/messageview.c
+       * src/sourcewindow.c
+               bring in Hiro's last 0.7.0 wm class fixes
+
+       * tools/sylprint.pl
+               bring in Ricardo's fix for sylprint script
+
+       * AUTHORS       
+       * src/rfc2015.[ch]
+       * src/prefs_common.[ch]
+       * src/prefs_account.[ch]
+       * src/compose.c
+               clean up account preference poison in rfc2015,
+               and preparation to fix double sign bug 
+               (patch submitted by Simon 'corecode' Schubert) 
+
+2002-01-07 [christoph] 0.6.6claws43
+
+       * src/mh.c
+               search for free message number, do not only rely
+               on last_num
+       * src/send.c
+               fix smtp auth and use extra account information
+               if available, if not use pop3 data instead
+               (closes bug #500341)            
+       * src/ssl.[ch]
+               match coding style
+
+2002-01-06 [alfons]    0.6.6claws42
+
+       * src/mainwindow.c
+               try making the separate windows work again...
+
+2002-01-06 [alfons]    0.6.6claws41
+
+       * src/mainwindow.c
+               adapt Hiro's separate window menu (to get rid of the funny
+               duplicate menu items), and make it work again
+
+2002-01-06 [alfons]    0.6.6claws40
+
+       * tools/Makefile.am
+       * tools/sylprint.rc
+       * tools/sylprint.pl
+       * tools/README.sylprint
+               add sylprint script for printing mails from Sylpheed
+               (contributed by Ricardo Mones Lastra)
+
+       * src/acount.c
+               clean up
+
 2002-01-06 [melvin]    0.6.6claws39
 
        * src/mainwindow.c