2005-11-20 [paul] 1.9.100cvs24
[claws.git] / ChangeLog
index 0fb8f5ba7ce223cfee533ef0f77752613b1aa1f0..5ba48c3d57193c92d3c7c38595a015da06ab9e6d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,103 @@
+2005-11-20 [paul]      1.9.100cvs24
+
+       * manual/handling.xml
+               proofread and corrected
+
+2005-11-20 [paul]      1.9.100cvs23
+
+       * manual/Makefile
+               generate html as one file
+       * manual/advanced.xml
+               fix output generation
+               reformat hidden options list
+       * manual/manual.xml     ** REMOVED **
+       * manual/sylpheed-claws-manual.xml      ** ADDED **
+               renamed
+
+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