2005-12-11 [paul] 1.9.100cvs82
[claws.git] / ChangeLog
index c7b002e6060a927e786cb08260241786f6360163..a02604a8148de0a42b2d6e58194222cc033ec29f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,82 @@
+2005-12-11 [paul]      1.9.100cvs82
+
+       * src/gtk/filesel.c
+               fix attach_load_dir crasher (double free)
+
+2005-12-09 [paul]      1.9.100cvs81
+
+       * po/POTFILES.in
+       * src/mainwindow.c
+       * src/gtk/Makefile.am
+       * src/gtk/icon_legend.c
+       * src/gtk/icon_legend.h
+               add icon legend
+       * src/manual.c
+               cleanup
+
+2005-12-09 [paul]      1.9.100cvs80
+
+       * src/plugins/pgpcore/passphrase.c
+               wrap the label in the dialog
+
+2005-12-09 [cleroy]    1.9.100cvs79
+
+       * src/plugins/pgpcore/sgpgme.c
+               Display (untrusted) on not trusted signatures
+               Patch by Michal Èihaø <michal@cihar.com>
+               Closes bug #867 (Report also key trust)
+
+2005-12-09 [cleroy]    1.9.100cvs78
+
+       * src/common/plugin.c
+               Update licence check, following Eben Moglen's advice
+
+2005-12-08 [colin]     1.9.100cvs77
+
+       * src/folder.c
+               Fix the occasionnal item->cache != NULL 
+               assertion failure. 
+
+2005-12-08 [colin]     1.9.100cvs76
+
+       * src/mimeview.c
+       * src/plugins/pgpcore/sgpgme.c
+               Print key id when unable to check it
+               Closes bug #866 (Show key id when missing)
+
+2005-12-08 [paul]      1.9.100cvs75
+
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/gtk/filesel.c
+               remember load attachment dir
+
+2005-12-07 [colin]     1.9.100cvs74
+
+       * src/prefs_toolbar.c
+               Gtk fixes, patch by Fabien Vantard
+
+2005-12-07 [colin]     1.9.100cvs73
+
+       * src/action.c
+       * src/compose.c
+       * src/compose.h
+               Fix bug #839 (Quoted text isn't colored after 
+               executing an action)
+       * src/common/plugin.c
+               Require plugins to declare their licence in plugin_licence()
+               Refuse to load non-GPL plugins as they'd be illegal (as 
+               derived works of Sylpheed-Claws, they must be GPL).
+       * src/plugins/clamav/clamav_plugin.c
+       * src/plugins/demo/demo.c
+       * src/plugins/dillo_viewer/dillo_viewer.c
+       * src/plugins/pgpcore/plugin.c
+       * src/plugins/pgpinline/plugin.c
+       * src/plugins/pgpmime/plugin.c
+       * src/plugins/spamassassin/spamassassin.c
+       * src/plugins/trayicon/trayicon.c
+               Add plugin_licence()
+
 2005-12-07 [paul]      1.9.100cvs72
 
        * configure.ac