add debian files
[claws.git] / ChangeLog
index f55bfb325ad6688367366b2cd63fc6ee908bfd4b..ca7f7d8c69f1a805165bbe7afc6d5056d182146a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,36 @@
+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)