2005-10-08 [colin] 1.9.15cvs23
[claws.git] / ChangeLog-gtk2.claws
index 73584b1e0f5b347fa395d594c1d98960e7f6b478..bd169512ac4b829a31902ced546bd20e78724631 100644 (file)
@@ -1,3 +1,29 @@
+2005-10-08 [colin]     1.9.15cvs23
+
+       * src/procmime.c
+               Fix bug #828 (Ignoring headers with spaces around = sign)
+
+2005-10-08 [colin]     1.9.15cvs22
+
+       * src/export.c
+               Warning fix by wwp
+
+2005-10-08 [colin]     1.9.15cvs21
+
+       * src/folder.c
+       * src/folder.h
+               Add a processing_pending indicator, set on 
+               folder_item_open and cleared after 
+               folder_item_process_open
+       * src/folderview.c
+       * src/summaryview.c
+               wrap procmsg_msginfo_*_flags, and in the
+               wrapper check that there's no folder processing 
+               pending. If there is, defer the flags change until 
+               processing is done to avoid stepping over each
+               other's toes.
+               Freeze during processing, but not during scanning.
+
 2005-10-07 [colin]     1.9.15cvs20
 
        * src/plugins/pgpcore/passphrase.c