2005-07-20 [colin] 1.9.12cvs87
[claws.git] / ChangeLog-gtk2.claws
index ff76c70b6a301389c716e938d2d8ed092288f50e..06ea27e4658a75093d742b759e30e22a4cf0ee93 100644 (file)
@@ -1,3 +1,88 @@
+2005-07-20 [colin]     1.9.12cvs87
+
+       * src/folder.c
+       * src/textview.c
+               Gcc 2.9x compilation fixes, thanks to Darko
+       * src/plugins/clamav/clamav_plugin.c
+               Little optimisation: load virus database only once
+       * src/plugins/spamassassin/spamassassin.c
+               Big optimisation: filtering one mail took at least 1 second,
+               now it takes at least 50ms. Doesn't speed up spamassassin 
+               itself, but should already be much more tolerable.
+
+2005-07-20 [colin]     1.9.12cvs86
+
+       * src/summaryview.c
+               Fix performance issue
+
+2005-07-19 [colin]     1.9.12cvs85
+
+       * src/plugins/pgpinline/plugin.c
+               Fix warning
+
+2005-07-19 [colin]     1.9.12cvs84
+
+       * configure.ac
+       * src/plugins/Makefile.am
+       * src/plugins/pgpinline/.cvsignore
+       * src/plugins/pgpinline/Makefile.am
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpinline/pgpinline.deps
+       * src/plugins/pgpinline/pgpinline.h
+       * src/plugins/pgpinline/plugin.c
+               Put pgpinline in the main tree
+
+2005-07-19 [paul]      1.9.12cvs83
+
+       * src/prefs_actions.c
+               prevent '//' in menu names, which cause a crash
+               thanks to Colin
+
+2005-07-19 [paul]      1.9.12cvs82
+
+       * configure.ac
+               be generally more informative in configure output.
+               OpenSSL: correction: '[ --enable-openssl ...' -> 
+               '[ --disable-openssl ...', as --enable-openssl is default
+               PGP/MIME: don't check for GPGME again, check for
+               pgpcore instead. Therefore prevent the possibility of
+               attempting to build pgpmime if pgpcore dependencies are
+               not met
+               ClamAV: use pkgconfig to check for lib
+               libgnomeprint: revert logic on inner test to match
+               everything else
+       * src/plugins/pgpcore/sgpgme.c
+               add missing include
+
+2005-07-19 [colin]     1.9.12cvs81
+
+       * src/summaryview.c
+               Fix slow thread rebuilding in particular
+               cases
+
+2005-07-19 [paul]      1.9.12cvs80
+
+       * sylpheed-claws.desktop
+               fix typo, spotted by Stephan Sachse
+       * src/account.c
+               replace GTK_STOCK_ADD with
+               GTK_STOCK_NEW button
+
+2005-07-18 [colin]     1.9.12cvs79
+
+       * src/etpan/imap-thread.c
+               Fix return value (Thanks Hoa)
+
+2005-07-18 [colin]     1.9.12cvs78
+
+       * src/imap.c
+               Allow empty passwords
+               Create drafts/queue/outbox if necessary
+       * src/summaryview.c
+               Remove old code
+       * src/etpan/imap-thread.c
+               Fix STARTTLS (Thanks to Hoa)
+
 2005-07-18 [paul]      1.9.12cvs77
 
        * ChangeLog-gtk2.jp