* src/summaryview.c
[claws.git] / ChangeLog.claws
index 0b3017bb33801299f6de3390264a8153f4ba4fce..4e437aa2230aad13133e31833398eaffbc8f778f 100644 (file)
@@ -1,3 +1,102 @@
+2003-09-07 [alfons]    0.9.4claws69
+       
+       * src/summaryview.c
+               abandon setting usize for messageview because it gives layout problems
+               with the quick search bar and the headerview; fixes assorted UI glitches:
+               
+               o bug #148, "Toggling of quick-search bar reduces index view area" 
+               o bug #280, "Window resiizes for line length but does not revert"
+
+2003-09-07 [christoph] 0.9.4claws68
+
+       * src/compose.c
+               o make sure we don't have any newlines in header values
+               o check custom headers for spaces and newlines and ignore
+                 malformed header names
+
+2003-09-06 [christoph] 0.9.4claws67
+
+       * src/folder.c
+       * src/folderview.c
+               invoke notification hook for folder tree changes after append
+               and remove folder
+
+       (closes Bug 294 Crash while moving folder with many subdirectories)
+
+2003-09-06 [christoph] 0.9.4claws66
+
+       * src/folder.c
+               destroy folder's MsgCache if FolderItem is removed to make sure
+               it is not saved when the FolderItem is destroyed
+
+2003-09-06 [christoph] 0.9.4claws65
+
+       * src/plugins/clamav/clamav_plugin.c
+               fix copy & paste bug
+
+2003-09-05 [christoph] 0.9.4claws64
+
+       * src/folder.c
+       * src/messageview.[ch]
+       * src/procmsg.[ch]
+       * src/summaryview.c
+               extend MSGINFO_UPDATE_HOOK to send delete notifications. Used
+               by MessageView to clear it when the message is deleted. Should
+               work even if messages are deleted in MainWindow or by
+               processing.
+
+2003-09-05 [alfons]    0.9.4claws63
+
+       * src/messageview.c
+               deleting a message in a message view frees its msginfo, make 
+               messageview_update_all() aware of that (should fix bug #293,
+               "deleting message caused crash")
+
+2003-09-05 [melvin]    0.9.4claws62
+
+       * src/action.c
+               Improve synchronous action exit code (fixes 
+               a ~5 seconds delay after action exit on RedHat 9)
+
+2003-09-04 [christoph] 0.9.4claws61
+
+       * src/compose.c
+       * src/rfc2015.c
+       * src/common/utils.[ch]
+               add util function to create mime boundary and use it
+               in compose and gpg code
+
+2003-09-04 [alfons]    0.9.4claws60
+
+       * src/folder.c
+               source folder item's GNode should already have been freed in 
+               a previous call to src->folder->klass->remove_folder()
+               (should fix bug #287, "crash when moving folders")
+
+2003-09-03 [thorsten]  0.9.4claws59
+
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               fix compile error
+
+2003-09-03 [christoph] 0.9.4claws58
+
+       * src/plugins/spamassassin/spamassassin.[ch]
+       * src/plugins/spamassassin/spamassassin_gtk.c
+               add timeout config option
+
+2003-09-03 [paul]      0.9.4claws57
+
+       * po/sk.po      ** NEW FILE **
+               add Slovak translation. Submitted by Andrej Kacian 
+               <andrej@kacian.sk>
+
+2003-09-03 [paul]      0.9.4claws56
+
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               gui tweaks: replace a label with a tooltip, modify the
+               text, use gtk_check_button_new(); instead of
+               gtk_check_button_new_with_label("");
+
 2003-09-02 [alfons]    0.9.4claws55
 
        * src/gtk/filesel.c