0.9.6claws4
[claws.git] / ChangeLog.claws
index 048d3c576aa52e0698bf54a742042f125b164603..f3fb62593446de6f3bbb665a0484ea29c154fe6e 100644 (file)
@@ -1,3 +1,189 @@
+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
+               o make correction to gui text:
+                 'Local mailbox file' -> 'Local mailbox directory'
+               o give 'local_mbox' option a reasonable default value:
+                 '/var/mail'
+               o use 'DEFAULT_SENDMAIL_CMD' as default 'mail_command'
+                 value
+
+2003-09-26 [paul]      0.9.5claws31
+
+       * src/inc.c
+         src/prefs_common.[ch]
+               remove 'Incorporate from spool' common pref,
+               force creation of a 'Local' account
+
+2003-09-26 [christoph] 0.9.5claws30
+
+       * src/folder.c
+       * src/msgcache.c
+               add more NULL pointer checks
+
+2003-09-25 [christoph] 0.9.5claws29
+
+       * src/folder.c
+               o don't fetch source message to get it's message id
+               o immediately scan dest folder when copying a message did not
+                 return a new message number and not do it when the first message
+                 without a new message number is found
+
+2003-09-23 [christoph] 0.9.5claws28
+
+       * src/compose.c
+               fix generating of headers
+
+       (patch by David Relson <relson@osagesoftware.com>)
+
+2003-09-23 [paul]      0.9.5claws27
+
+       * po/zh_CN.po
+               update Simplified Chinese translation. submitted by
+               Hansom Young
+
+2003-09-23 [paul]      0.9.5claws26
+
+       * tools/Makefile.am
+         tools/README
+         tools/vcard2xml.py    ** NEW FILE **
+               add a script that converts an evolution vcard to
+               sylpheed's xml format
+               submitted by Bogdan Sumanariu <bsumanariu@one5.ro>
+
+2003-09-22 [paul]      0.9.5claws25
+
+       * src/plugins/clamav/clamav_plugin.c
+               don't skip MULTIPART parts
+
+2003-09-21 [christoph] 0.9.5claws24
+
+       * src/alertpanel.c
+               remove unneeded include
+
+       * src/folder.c
+               clean up copy/move mess with duplicated code
+
+       * src/imap.c
+               fix problem that sometimes the folder was not scanned
+               also it was changed
+
 2003-09-21 [christoph] 0.9.5claws23
 
        * src/Makefile.am
 
 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