prefs_filtering.c - wrong widget were shown after creation
[claws.git] / ChangeLog.claws
index 54f7a527dd2605a443a802a819f584a2b08e6cea..7547404038cecec73271d333cefbb19e029a2c06 100644 (file)
@@ -1,3 +1,93 @@
+2003-08-01 [hoa]       0.9.3claws86
+       * src/prefs_filtering.c
+               fixed a cosmetic bug, during creation of dialog box,
+               wrong widgets were shown after creation.
+
+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]
+               const correctness
+
+2003-07-30 [darko]     0.9.3claws78
+
+       * src/summaryview.c
+               make it compile again
+
+2003-07-30 [luke]      0.9.3claws77
+
+       * src/crash.c
+       * src/main.c
+               o added/moved signal handlers for SIGTERM (normal kill command) 
+                 and SIGINT (ctl-c) to be used even without 
+                 --enable-crash-dialog, fixing bug 166
+
+       * src/summaryview.c
+               o rewrote menu sensitivity code as per mainwindow.c, fixing 
+                 bug 227
+
+       * src/mainwindow.c
+               o changed sensitivity condition for 'Next new' and 'Next 
+                 unread', fixing bug 8
+
+2003-07-29 [alfons]    0.9.3claws76
+
+       * src/common/utils.[ch]
+               add generate_msgid()
+       * src/messageview.c
+               save ack'ed RRR; fixes #205, "return receipt is not saved in
+               sent folder".
+
+2003-07-29 [alfons]    0.9.3claws75
+
+       * src/messageview.c
+               fix a memleak (claws-only)
+
+2003-07-29 [alfons]    0.9.3claws74
+
+       * src/mimeview.[ch]
+       * src/gtk/gtkvscrollbutton.[ch]
+               fix UI glitch where mime icon toolbox' scroll position is not 
+               reset after switching to another message
+               
+
 2003-07-29 [paul]      0.9.3claws73
 
        * src/prefs_folder_item.c
        * 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]