fix wrong test
[claws.git] / ChangeLog.claws
index 8ea109d6f8cb831ea6ce3093ce5eb3de6f13ec03..9976260c4d5e1c836c66138ae50bc31c697a1bc6 100644 (file)
@@ -1,3 +1,203 @@
+2004-07-27 [colin]     0.9.12cvs36
+
+       * src/msgcache.c
+               Fix wrong test 
+
+2004-07-26 [colin]     0.9.12cvs35
+
+       * src/pop.c
+               Fix uidl-file parsing when not in new
+               format
+
+2004-07-19 [colin]     0.9.12cvs34
+
+       * src/compose.c
+               Save attachment status when drafting
+
+2004-07-19 [colin]     0.9.12cvs33
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Reverse 0.9.12cvs29 to 31 (folder icon update
+               when quicksearch is active)
+
+2004-07-18 [colin]     0.9.12cvs32
+
+       * src/pop.c
+               Fix partial download bug with "Download all
+               messages" option
+
+2004-07-18 [colin]     0.9.12cvs31
+
+       * src/folderview.c
+               Fix crash
+
+2004-07-17 [colin]     0.9.12cvs30
+
+       * src/summaryview.c
+               Same, when sticky search is off
+
+2004-07-17 [colin]     0.9.12cvs29
+
+       * src/folder.h
+       * src/folderview.c
+       * src/summaryview.c
+               Update FolderItem icon whenever its summaryview is 
+               filtered
+
+2004-07-16 [christoph] 0.9.12cvs28
+
+       * src/mimeview.c
+               make doubleclick work again
+
+2004-07-16 [christoph] 0.9.12cvs27
+
+       * src/mimeview.c
+               fix freeze on mime icon doubleclick (opening doesn't work yet)
+
+2004-07-16 [paul]      0.9.12cvs26
+       
+       * src/gtk/quicksearch.c
+       * src/compose.c
+       * src/customheader.c
+       * src/messageview.c
+       * src/news.c
+       * src/prefs_account.c
+       * src/prefs_display_header.c
+       * src/procheader.c
+               replace "Message-Id" with "Message-ID"
+
+2004-07-16 [paul]      0.9.12cvs25
+
+       * ChangeLog
+       * ChangeLog.jp
+       * src/account.c
+       * src/account.h
+       * src/folder_item_prefs.c
+       * src/main.c
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_common.c
+       * src/prefs_common.h
+       * src/prefs_gtk.c
+       * src/prefs_gtk.h
+               sync with main 0.9.12cvs1
+
+2004-07-15 [colin]     0.9.12cvs24
+
+       * src/folder.c
+               Disable GPG signature check during
+               folder move and scan 
+       (Closes Bug 521 Signature checking slows down Folder-Move)
+
+2004-07-14 [christoph] 0.9.12cvs23
+
+       * src/pgpmime.c
+               add missing fclose
+
+       * src/procmime.c
+               add checks if fopen really worked
+
+2004-07-14 [colin]     0.9.12cvs22
+
+       * src/pop.c
+       * src/common/partial_download.c
+               Update includes
+
+2004-07-14 [colin]     0.9.12cvs21
+
+       * src/folder.c
+       * src/inc.c
+       * src/matcher.c
+       * src/matcher.h
+       * src/matcher_parser_parse.y
+       * src/messageview.c
+       * src/msgcache.c
+       * src/noticeview.c
+       * src/noticeview.h
+       * src/pop.c
+       * src/pop.h
+       * src/prefs_matcher.c
+       * src/procheader.c
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/common/Makefile.am
+       * src/common/defs.h
+       * src/gtk/quicksearch.c
+       * src/common/partial_download.c ** NEW FILES **
+       * src/common/partial_download.h ** NEW FILES **
+               Partial downloading of pop3 mails
+
+2004-07-13 [christoph] 0.9.12cvs20
+
+       * src/mimeview.c
+               use "button_release_event" instead of "button_press_event",
+               because executing event callbacks while the button is still
+               pressed is not good and causes problems
+
+2004-07-12 [colin]     0.9.12cvs19
+
+       * src/gtk/quicksearch.c
+               Fix a missing status update in quicksearch
+
+2004-07-08 [colin]     0.9.12cvs18
+
+       * src/common/smtp.h
+               Fix guint vs gint bug
+
+2004-07-08 [colin]     0.9.12cvs17
+
+       * src/common/smtp.c
+               use to_human_readable() for sizes
+
+2004-07-08 [paul]      0.9.12cvs16
+
+       * src/inc.c [1.174]
+               fix occasional non-clearance of the statusbar
+               (close Bug 531 'SA plugin: status bar does not 
+                get cleared in OFFLINE mode')
+
+2004-07-07 [colin]     0.9.12cvs15
+
+       * src/prefs_common.c [1.225]
+       * src/prefs_common.h [1.112]
+               Add a hidden summary_quicksearch_sticky preference,
+               to allow the quicksearch bar to reset across folders
+       * src/summaryview.c [1.437]
+               Use this preference
+       * src/gtk/quicksearch.c [1.5]
+       * src/gtk/quicksearch.h [1.3]
+               Add this preference, fix focus when hitting Enter,
+               add handling of Esc key to reset
+
+2004-07-06 [colin]     0.9.12cvs14
+
+       * src/gtk/quicksearch.c [1.4]
+               Add Clear button
+
+2004-07-06 [christoph] 0.9.12cvs13
+
+       * src/toolbar.c
+               enable next unread button in empty folders if next folder
+               dialog is not disabled
+
+       (Closes Feature Request [ 755800 ] "next" button enabled in empty
+        folders)
+
+2004-07-06 [colin]     0.9.12cvs12
+
+       * src/common/smtp.c [1.16]
+               Display maximum message size in the log
+
+2004-07-06 [paul]      0.9.12cvs11
+
+       * src/toolbar.c
+               fix typo. (spotted by Fabien Vantard)
+
 2004-07-06 [paul]      0.9.12cvs10
 
        * src/main.c