2005-11-18 [colin] 1.9.100cvs22
[claws.git] / ChangeLog
index f63bbd3a03ff2c09077050bfed3f89af09d6aa69..ff34e27506fa4e58349dacfaafc649b32f51e097 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,267 @@
+2005-11-18 [colin]     1.9.100cvs22
+
+       * src/prefs_account.c
+               Fix layout in news and mbox accounts
+       * manual/account.xml
+       * manual/advanced.xml
+               New contents for Paul to check :)
+
+2005-11-18 [wwp]       1.9.100cvs21
+
+       * src/gtk/quicksearch.c
+               don't update extended quicksearch buttons twice
+
+2005-11-18 [paul]      1.9.100cvs20
+
+       * src/textview.c
+               complete 1.9.100cvs19
+
+2005-11-18 [paul]      1.9.100cvs19
+
+       * src/compose.c
+               cosmetic improvements
+       * src/textview.c
+               also list text/* attachments
+
+2005-11-18 [cleroy]    1.9.100cvs18
+
+       * src/summaryview.c
+               Use column 0 instead of -1 in 
+               gtk_ctree_node_moveto, in a naive
+               hope it'll fix the gtk-related crashes
+
+2005-11-18 [cleroy]    1.9.100cvs17
+
+       * src/gtk/inputdialog.c
+               Fix icon staying the first one
+
+2005-11-17 [wwp]       1.9.100cvs16
+               fix possible problem showing some quicksearch buttons, and a bad
+               call to g_return_if_fail in a function that returns a value (both
+               fixes by Fabien Vantard)
+
+2005-11-15 [wwp]       1.9.100cvs15
+
+       * src/gtk/quicksearch.c
+               added a tooltip to that obscure ... quicksearch button
+
+2005-11-15 [wwp]       1.9.100cvs14
+
+       * src/gtk/quicksearch.c
+               add a quicksearch helper to filtering expression users: the ... button
+               raises the condition expr window. condition expressions set up w/ this
+               window are used by the quicksearch if the user closes it pressing OK.
+
+2005-11-14 [paul]      1.9.100cvs13
+
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+               change plugin type following recent merging
+
+2005-11-14 [wwp]       1.9.100cvs12
+
+       * src/folder.c
+               prevent from crashing when copying/moving message(s) from and
+               to the same folder
+
+2005-11-14 [paul]      1.9.100cvs11
+
+       * src/plugins/clamav/Makefile.am
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               also merge clamav and clamav_gtk plugins
+
+2005-11-13 [colin]     1.9.100cvs10
+
+       * configure.ac
+       * src/plugins/spamassassin/Makefile.am
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               Merge spamassassin and spamassassin_gtk plugins,
+               and build it by default.
+
+2005-11-12 [colin]     1.9.100cvs9
+
+       * src/etpan/imap-thread.c
+               Fix gcc warning
+
+2005-11-12 [colin]     1.9.100cvs8
+
+       * src/procmime.c
+               Revert 1.9.100cvs3 - it breaks PGP sign+encrypt
+
+2005-11-10 [colin]     1.9.100cvs7
+
+       * src/main.c
+               Fix bug #845 (sylpheed-claws 1.9.99+ start in 
+               minimised state)
+
+2005-11-10 [wwp]       1.9.100cvs6
+
+       * src/gtk/description_window.c
+               fix a crash when closing description windows using the WM's [X] button
+
+2005-11-09 [colin]     1.9.100cvs5
+
+       * src/common/ssl.c
+               Update libetpan call to follow upstream
+               (yes, this requires libetpan-0.40cvs3)
+
+2005-11-08 [colin]     1.9.100cvs4
+
+       * src/compose.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/common/utils.h
+               Enhance the email parser
+
+2005-11-08 [colin]     1.9.100cvs3
+
+       * src/procmime.c
+               Fix what looks like an off-by-one (fixes 
+               attachments from the Bat)
+
+2005-11-08 [wwp]       1.9.100cvs2
+
+       * src/main.c
+               renamed some occurrences of "Sylpheed" to "Sylpheed-Claws"
+
+2005-11-08 [wwp]       1.9.100cvs1
+
+       * src/main.c
+               allow exiting Sylpheed-Claws from command-line
+
+2005-11-08 [paul]      1.9.100
+
+       1.9.100 released
+
+2005-11-07 [colin]     1.9.99cvs17
+
+       * src/addritem.c
+       * src/ldif.c
+               Fix import of base-64 encoded items
+
+2005-11-07 [cleroy]    1.9.99cvs16
+
+       * src/send_message.c
+               Fix bug #314 (Queue does not empty under certain 
+               circumstances)
+
+2005-11-07 [paul]      1.9.99cvs15
+
+       * src/mutt.c
+       * src/pine.c
+               fix buffer overflows
+               Thanks to Colin
+
+2005-11-07 [paul]      1.9.99cvs14
+
+       * doc/man/Makefile.am
+       * doc/man/sylpheed-claws.1      ** ADDED **
+       * doc/man/sylpheed.1            ** DELETED **
+               rename and update the man file
+
+2005-11-06 [colin]     1.9.99cvs13
+
+       * src/ldif.c
+               Fix ldif_get_line() that returned empty strings
+               (Didn't understand why). Also fix a possible
+               buffer overflow.
+
+2005-11-06 [wwp]       1.9.99cvs12
+
+       * src/textview.c
+       * src/gtk/about.c
+       * src/gtk/gtkutils.c
+       * src/gtk/gtkutils.h
+               fix a compilation warning,
+               make links sensitive in the about dialog
+
+2005-11-04 [wwp]       1.9.99cvs11
+
+       * src/gtk/about.c
+               don't wrap or translate URIs, and a bit text format cleanup
+
+2005-11-04 [wwp]       1.9.99cvs10
+
+       * src/gtk/about.c
+               better textview tagging implementation (no more use of marks for
+               postponed tagging)
+
+2005-11-02 [colin]     1.9.99cvs9
+
+       * src/common/ssl.c
+               Forgot an ifdef
+
+2005-11-02 [colin]     1.9.99cvs8
+
+       * configure.ac
+               Require libetpan-0.40 due to upstream fix
+       * src/common/ssl.c
+               Tell libetpan not to call SSL_Library_Init,
+               as we do it ourselves.
+
+2005-11-02 [colin]     1.9.99cvs7
+
+       * po/POTFILES.in
+               Add missing files (thanks to Fabien Vantard)
+
+2005-11-02 [cleroy]    1.9.99cvs6
+
+       * src/summaryview.c
+               Fix totals when read messages are hidden or quicksearch
+               is on
+       * src/ssl_manager.c
+       * src/ssl_manager.h
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/sslcertwindow.c
+       * src/gtk/sslcertwindow.h
+               Fix copyright on my stuff
+
+2005-11-02 [wwp]       1.9.99cvs5
+
+       * src/prefs_themes.c
+               fix directory name checking (theme installation/removal),
+               made related error a bit more verbose
+
+2005-11-02 [cleroy]    1.9.99cvs4
+
+       * src/summaryview.c
+               Fix typo (probably fixes bug #841 (Sort by the From 
+               field doesn't work)
+
+2005-11-02 [paul]      1.9.99cvs3
+
+       * po/ko.po
+       * po/nb.po
+               updated by SungHyun Nam, Geir Helland
+       * src/wizard.c
+               fix typo in welcome message. spotted by
+               Andrea Spadaccini
+
+2005-11-01 [colin]     1.9.99cvs2
+
+       * src/compose.c
+               Fix replying to ml wen confirming subscription
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/privacy.h
+       * src/summaryview.c
+               Make key check non blocking
+
+2005-10-31 [paul]      1.9.99cvs1
+
+       * tools/claws.i18n.status.pl
+               updated for ChangeLog
+
+2005-10-31 [paul]      1.9.99
+
+       1.9.99 released
+
 2005-10-31 [paul]      1.9.15cvs131
 
        * .cvsignore