2006-03-04 [wwp] 2.0.0cvs105
[claws.git] / ChangeLog
index 12d2cfe86c94c888083a05a3817777c513a916c3..a939c1a7b42376ee8855b913be120263fd368464 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,163 @@
+2006-03-04 [wwp]       2.0.0cvs105
+
+       * manual/advanced.xml
+               typo.
+
+2006-03-03 [colin]     2.0.0cvs104
+
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               Rework prefs page, patch by Fabien 
+
+2006-03-03 [colin]     2.0.0cvs103
+
+       * src/plugins/clamav/clamav_plugin.c
+               Set error on all errors
+
+2006-03-03 [colin]     2.0.0cvs102
+
+       * src/common/plugin.c
+               Initialize error to avoid crashing when a plugin fails
+               without setting error
+
+2006-03-02 [wwp]       2.0.0cvs101
+
+       * configure.ac
+               fixed linker flags for libetpan support on Cygwin
+               (thanks to H.Merijn Brand).
+
+2006-03-02 [wwp]       2.0.0cvs100
+
+       * src/addressbook.c
+               fix some AB error messages: one for punctuation and
+               one wrongly duplicate (thanks, maxbritov).
+
+2006-03-02 [wwp]       2.0.0cvs99
+
+       * src/plugins/spamassassin/spamassassin.c
+               make sync calls to sa-learn/spamc to prevent
+               system (whatever local or client/server) overload.
+
+2006-03-02 [colin]     2.0.0cvs98
+
+       * src/summaryview.c
+               Put the spam icon in the status column instead of the
+               mark one
+
+2006-03-01 [colin]     2.0.0cvs97
+
+       * src/plugins/spamassassin/spamassassin.c
+               Fix segfault (g_file_set_contents fails for some 
+               reason and err==0x2f. Can't find out why with
+               valgrind, using working function :-)
+
+2006-03-01 [colin]     2.0.0cvs96
+
+       * src/inc.c
+               Offline overriding: let 'No' be cached only 3 seconds
+
+2006-03-01 [colin]     2.0.0cvs95
+
+       * src/addr_compl.c
+       * src/addrbook.c
+       * src/addressbook.c
+       * src/addrindex.c
+       * src/folder_item_prefs.c
+       * src/headerview.c
+       * src/imap.c
+       * src/inc.c
+       * src/ldif.c
+       * src/mainwindow.c
+       * src/mh.c
+       * src/msgcache.c
+       * src/prefs_common.h
+       * src/prefs_msg_colors.c
+       * src/procheader.c
+       * src/procheader.h
+       * src/procmime.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/send_message.h
+       * src/simple-gettext.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/syldap.c
+       * src/textview.c
+       * src/undo.c
+       * src/common/ssl_certificate.c
+       * src/common/utils.c
+       * src/gtk/colorsel.c
+       * src/gtk/gtksctree.c
+       * src/gtk/gtkshruler.c
+       * src/plugins/trayicon/trayicon.c
+               #if 0 goes to /dev/null
+
+2006-03-01 [colin]     2.0.0cvs94
+
+       * src/compose.c
+       * src/imap.c
+       * src/inc.c
+       * src/inc.h
+       * src/messageview.c
+       * src/news.c
+       * src/plugins/spamassassin/spamassassin.c
+               Allow to add information in the "working offline"
+               window
+
+2006-03-01 [wwp]       2.0.0cvs93
+
+       * src/plugins/spamassassin/spamassassin.c
+               fixed spamc invocation: use a tricky temporary mini shell wrapper
+               'cause it seems that calling `spamc ... < inputfile` with
+               g_spawn_(a)sync simply.. erm doesn't work :-).
+
+2006-03-01 [wwp]       2.0.0cvs92
+
+       * src/toolbar.c
+       * src/toolbar.h
+               simplify the adding of spam/ham button to the messageview toolbar
+               (it gets more clear now that the same button will be "Mark as spam"
+               or "Mark as ham" according to the current message status,
+               thanks to Colin).
+
+2006-03-01 [wwp]       2.0.0cvs91
+
+       * src/messageview.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+               make learner callbacks return a status (0 for ok),
+               handle it in main code to avoid setting flags when learning failed,
+               don't learn on TCP if offline in spamassassin,
+               thanks to Colin.
+
+               
+
+2006-03-01 [wwp]       2.0.0cvs90
+
+       * src/compose.c
+               some work around the compose window's account menu,
+               patch by Fabien Vantard.
+
+2006-03-01 [wwp]       2.0.0cvs89
+
+       * src/plugins/spamassassin/spamassassin.c
+               fixed bad logics, was using spamc in local mode and sa-learn
+               in remote mode (thanks, Colin).
+
+2006-03-01 [wwp]       2.0.0cvs88
+
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               made processing of emails w/ sa-plugin an option (default is TRUE),
+               fixed Engrish some tooltips, capitalization of some debug messages
+               and warnings. The spamassassin plugin now provides two separate
+               services: process emails upon incorporation and spamd training.
+               Both services (un)register independently but use some common
+               plugin settings (transport settings, spam storage location).
+
 2006-02-28 [wwp]       2.0.0cvs87
 
        * src/plugins/spamassassin/spamassassin.c