* src/mainwindow.c
[claws.git] / ChangeLog.claws
index 0d91abf85d4326d7abd321443eae5aeb158a68a3..65a90bdd52bf04dc7c2b60504d763dc0b1b75553 100644 (file)
@@ -1,3 +1,41 @@
+2003-08-01 [luke]      0.9.3claws85
+       * src/mainwindow.c
+               o fixed visibility of icons/mimeview after toggling separate
+                 message/folder view (factored out some similar code too).
+
+
+2003-07-31 [alfons]    0.9.3claws84
+
+       * src/mimeview.c
+               tweak icon box UI a bit more, now allowing right-clicks actions
+               getting the relevant mime data too; should fix #250, "Can't save 
+               attachments sometimes".
+
+2003-07-30 [alfons]    0.9.3claws83
+
+       * src/compose.c
+               don't do auto-save-draft inside key press handler, but rather
+               schedule it half of a second later; should fix #67, "autosave 
+               make re-rediting message crazy"
+
+2003-07-30 [christoph] 0.9.3claws82
+
+       * src/plugins/trayicon/trayicon.c
+               process pending events before unloading the plugin
+
+       (closes Bug 196 Unloading Trayicon plugin crashes Sylpheed-Claws)
+
+2003-07-30 [alfons]    0.9.3claws81
+
+       * src/common/hooks.c
+               parameter 2 of g_hook_destroy() should really be a hook id
+
+2003-07-30 [alfons]    0.9.3claws80
+
+       * src/common/plugin.c
+               fix a possibly harmful function signature mismatch 
+               for plugin_done
+
 2003-07-30 [alfons]    0.9.3claws79
 
        * src/common/hooks[.ch]
        * sync with 0.9.3cvs17
                see ChangeLog 2003-07-23
 
+       (closes Bug 234 segmentation fault after sending out mail via
+        smtp(auth))
+
 2003-07-28 [paul]      0.9.3claws65
 
        * po/es.po
        * src/plugins/spamassassin/spamassassin.c
                remove setlocale workaround (fixed in libspamc)
 
+       (closes Bug Bug 184 Entering non-ascii character deletes previous char
+        if spell checking enabled)
+
 2003-07-17 [alfons]    0.9.3claws19
 
        * src/common/hooks.[ch]