0.9.6claws5
[claws.git] / ChangeLog.claws
index 5f4d5b85a22fa6e7ce6c0adcec2015722e02e114..0c6f45f4bd44127f068e4110ef4d9370f3eed0ca 100644 (file)
@@ -1,3 +1,130 @@
+2003-10-04 [christoph] 0.9.6claws5
+
+       * src/prefs_toolbar.c
+       * src/gtk/prefswindow.c
+               remove widget_show_all for pages root widget
+
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+       * src/plugins/spamassassin/spamassassin_gtk.glade
+               add support for new libspamc transports
+
+2003-10-04 [christoph] 0.9.6claws4
+
+       * src/plugins/spamassassin/libspamc.[ch]
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/utils.[ch]
+               update libspamc to version from SpamAssassin 2.60
+
+2003-10-03 [christoph] 0.9.6claws3
+
+       * src/send_message.c
+               fix missing format string bug found by
+               Georgi Guninski <guninski@guninski.com>
+
+2003-10-03 [paul]      0.9.6claws2
+
+       * po/zh_CN.po
+               update Simpilified Chinese translation, submitted by
+               Hansom Young
+
+2003-10-02 [christoph] 0.9.6claws1
+
+       * src/imap.c
+               add UIDPLUS support for COPY and EXPUNGE
+
+2003-10-02 [paul]      0.9.6claws
+
+       * 0.9.6claws released
+
+2003-10-02 [paul]
+
+       * po/es.po
+         po/sk.po
+               update Spanish and Slovak translations
+               submitted by Ricardo Mones Lastra and Andrej Kacian
+2003-10-02 [paul]      0.9.5claws43
+
+       * po/en_GB.po
+               update British English translation
+
+2003-10-02 [paul]      0.9.5claws42
+
+       * po/hr.po
+               update Croatian translation, submitted by Dragan
+
+2003-10-01 [paul]      0.9.5claws41
+
+       * po/pl.po
+         po/sr.po
+               update Polish and Serbian translations, submitted by
+               Emil and Urke MMI
+
+2003-10-01 [melvin]    0.9.5claws40
+
+       * po/fr.po
+               Updated French translations
+
+2003-10-01 [melvin]    0.9.5claws39
+
+       * src/prefs_fonts.c
+               Fixed a Gtk warning
+
+       * src/plugins/dillo_prefs.c     
+               Quasi unnoticeable UI clean-up.
+
+2003-10-01 [paul]
+
+       * tools/README
+         tools/maildir2sylpheed.pl
+               bug fixes, rewrites, submitted by Matthias Förste 
+               <itsjustme@users.sourceforge.net>
+
+2003-09-29 [paul]      0.9.5claws38
+
+       * src/inc.c
+               fix my coding carelessness
+
+2003-09-29 [paul]      0.9.5claws37
+
+       * po/POTFILES.in
+         src/Makefile.am
+         src/main.c
+         src/prefs_common.[ch]
+         src/prefs_fonts.[ch]  ** NEW FILES **
+               move Font config options to Other Prefs/Display/Fonts
+               (user's current configuration is preserved)
+
+2003-09-29 [paul]      0.9.5claws36
+
+       * src/inc.c
+         src/prefs_account.c
+               allow 'local_mbox' value to point to either a directory 
+               (/var/mail -  default, new) or a file (/var/mail/username
+               - original)
+
+2003-09-28 [paul]      0.9.5claws35
+
+       * src/rfc2015.c
+               on signature check, where key exists, print the
+               Key ID
+
+2003-09-27 [alfons]    0.9.5claws34
+
+       * src/action.c
+               o make progress bar not fill/expand when resizing dialog
+               o use default fixed text font for actions output
+
+2003-09-27 [paul]      0.9.5claws33
+
+       * src/prefs_common.[ch]
+         src/procmsg.c
+         src/send_message.c
+               remove External Program settings from Common Prefs/Send
+               as they are now unnecessary due to Local account settings.
+               plus a little tidying-up after 0.9.5claws31
+
 2003-09-27 [paul]      0.9.5claws32
 
        * src/prefs_account.c
 
 2003-09-17 [hoa]       0.9.5claws18
        
-       * changed the keyword used for command execution in condition
+       * src/matcher.[ch]
+         src/matcher_parser_parse.y
+         src/prefs_matcher.c
+               changed the keyword used for command execution in condition
                keyword is changed from "execute" to "test"
                so that it is not the same as the one used for action.
                This will fix a bug when using filtering dialog.
          src/common/utils.h
                more sync'ing from 0.9.5cvs2
 
-       fixes bug 197 'Header lines encrypted by GPG'
-
 2003-09-11 [christoph] 0.9.5claws4
 
        * src/compose.c