2006-11-12 [paul] 2.6.0cvs34
[claws.git] / ChangeLog
index 590b87b9fab13edcc412e4dc31f146bbf2afefdd..7c86509bd3210d04bd620960b1af11f160f326b5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,156 @@
+2006-11-12 [paul]      2.6.0cvs34
+
+       * doc/man/claws-mail.1
+       * src/prefs_gtk.c
+       * src/plugins/clamav/README
+       * src/plugins/spamassassin/README
+       * tools/README
+       * tools/freshmeat_search.pl
+       * tools/google_search.pl
+       * tools/multiwebsearch.pl
+               more renaming
+       * src/plugins/trayicon/trayicon.c
+               fix compiliation warning
+
+2006-11-11 [colin]     2.6.0cvs33
+
+       * src/folderview.c
+               Forbid drag and drop from/to different
+               folders of type F_UNKNOWN
+
+2006-11-11 [colin]     2.6.0cvs32
+
+       * src/plugins/pgpinline/pgpinline.c
+               Fix typo in previous commit:
+               - gpgme_new(&ctx);
+               + if ((err = gpgme_new(&data->ctx)) ...)
+
+2006-11-11 [colin]     2.6.0cvs31
+
+       * src/plugins/pgpinline/pgpinline.c
+       * src/plugins/pgpmime/pgpmime.c
+               Check success after calling gpgme_new
+               Maybe fixes bug 1057, 'crash on sending 
+               signed message to a newsgroup'
+
+2006-11-11 [colin]     2.6.0cvs30
+
+       * src/undo.c
+               init undostruct to 0s (from
+               valgrind log of bug 1057)
+
+2006-11-10 [colin]     2.6.0cvs29
+
+       * src/mainwindow.c
+               Set cursor to wait before filtering
+               duplicates in all folders
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter.h
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Completely thread away the bogofilter
+               filtering
+
+2006-11-10 [mones]     2.6.0cvs28
+
+       * src/compose.c
+       * src/compose.h
+               added COMPOSE_CHECK_BEFORE_SEND hook
+
+2006-11-10 [paul]      2.6.0cvs27
+
+       * src/crash.c
+               more renaming
+               add libSM to get_compiled_in_features()
+       * src/main.c
+               more renaming
+
+2006-11-10 [colin]     2.6.0cvs26
+
+       * src/etpan/imap-thread.c
+               Add a reference to libetpan's sasl engine
+               so that sasl_done() doesn't get called by
+               libetpan, and doesn't break openssl.
+               Should fix bug 1053, 'SC fails to reestablish 
+               a secure connection'
+               Patch by Hoa
+
+2006-11-10 [colin]     2.6.0cvs25
+
+       * manual/addrbook.xml
+       * manual/advanced.xml
+       * manual/faq.xml
+       * manual/intro.xml
+               Some more renaming
+
+2006-11-09 [colin]     2.6.0cvs24
+
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Add comment about annoyance
+
+2006-11-09 [colin]     2.6.0cvs23
+
+       * src/plugins/bogofilter/bogofilter.c
+       * src/plugins/bogofilter/bogofilter_gtk.c
+               Prepare things needed to thread bogofilter
+               filtering: separate bogo stuff and possible GUI
+               stuff. 
+
+2006-11-09 [colin]     2.6.0cvs22
+
+       * src/account.c
+       * src/compose.c
+               Search for one of our accounts in Delivered-To
+               (helps for auto-account selection when 
+                replying/forwarding)
+       * src/folderview.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/plugins/trayicon/trayicon.c
+               Allow opening a new mail with any account from
+               the contextual menu
+
+2006-11-09 [wwp]       2.6.0cvs21
+
+       * src/compose.c
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_compose_writing.c
+               add a compose new message format (in prefs/compose/writing), it's a
+               simple subject+body template to use when opening a new composition
+               window. It's similar to the existent reply and forward formats.
+
+               enhanced the template/format % symbols substitution mechanism to
+               use current composition window information when % are used in
+               the compose new message format or in templates applied to new
+               messages (there were useless in that situations before). When
+               applied to new messages, %d corresponds to the system time/date.
+
+2006-11-09 [paul]      2.6.0cvs20
+
+       * src/gtk/authors.h
+               fix last commit
+
+2006-11-09 [paul]      2.6.0cvs19
+
+       * src/gtk/authors.h
+               keep tje alphabetical order
+
+2006-11-08 [colin]     2.6.0cvs18
+
+       * src/etpan/imap-thread.c
+               Fix bug 1054, 'Slowness logging big 
+               data chunks'
+
+2006-11-08 [paul]      2.6.0cvs17
+
+       * tools/Makefile.am
+               fix the renaming
+
+2006-11-08 [paul]      2.6.0cvs16
+
+       * src/common/defs.h
+               update BUGZILLA_URI
+
 2006-11-08 [paul]      2.6.0cvs15
 
        * tools/Makefile.am