2005-12-05 [paul] 1.9.100cvs61
[claws.git] / ChangeLog
index f55bfb325ad6688367366b2cd63fc6ee908bfd4b..2378a4d09a98c7499c4c16850221b770b211c106 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,85 @@
+2005-12-05 [paul]      1.9.100cvs61
+
+       * src/compose.c
+       * src/prefs_account.c
+       * src/prefs_filtering.c
+       * src/prefs_quote.c
+       * src/prefs_spelling.c
+       * src/prefs_toolbar.c
+       * src/summaryview.c
+       * src/gtk/gtkutils.c
+       * src/gtk/quicksearch.c
+       * src/plugins/dillo_viewer/dillo_prefs.c
+               dialog cleanups
+
+2005-12-04 [paul]      1.9.100cvs60
+
+       * src/inc.c
+       * src/prefs_account.c
+       * src/prefs_account.h
+               allow a Local account to specify a
+               default inbox
+               (closes bug 843 'Inbox cannot be changed for local
+                mailboxes')
+
+2005-12-04 [colin]     1.9.100cvs59
+
+       * src/plugins/trayicon/trayicon.c
+               Remove Get, rename Get All to Get Mail in order to
+               be consistent with the default main toolbar
+
+2005-12-03 [colin]     1.9.100cvs58
+
+       * manual/gpl.xml
+       * manual/sylpheed-claws-manual.xml
+               Add GPL appendix
+
+2005-12-03 [paul]      1.9.100cvs57
+
+       * AUTHORS
+       * po/sv.po
+       * src/gtk/authors.h
+               new (partially complete) Swedish translation
+               by Anders Troback <sylpheed@troback.com>
+
+2005-12-02 [paul]      1.9.100cvs56
+
+       * configure.ac
+               libetpan 0.41 required
+
+2005-12-02 [paul]      1.9.100cvs55
+
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/clamav/clamav_plugin.h
+       * src/plugins/clamav/clamav_plugin_gtk.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/spamassassin/spamassassin.h
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               unregister prefs pages on unloading, thus
+               preventing a crash
+               (thanks to Colin for the hint)
+
+2005-12-02 [wwp]       1.9.100cvs54
+
+       * src/quote_fmt.h
+       * src/quote_fmt_parse.y
+               fix misuse of gboolean*, use gboolean instead
+               (thanks to Paul, Colin, for pointing out that scaring one)
+
+2005-12-02 [paul]      1.9.100cvs53
+
+       * src/plugins/clamav/clamav_plugin.c
+               int no --> unsigned int no
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               rework config page
+
 2005-12-02 [wwp]       1.9.100cvs52
 
        * src/compose.c
        * src/prefs_template.c
        * src/quote_fmt.h
        * src/quote_fmt_parse.y
-               prevent from executing |p and |p templates commands when
+               prevent from executing |f and |p templates commands when
                adding or replacing templates in prefs (avoids annoying and
                potentially dangerous behaviours)