2005-10-08 [colin] 1.9.15cvs24
[claws.git] / ChangeLog-gtk2.claws
index 73584b1e0f5b347fa395d594c1d98960e7f6b478..5a375060cb2374cef29661c6f0c47b7c184afc22 100644 (file)
@@ -1,3 +1,35 @@
+2005-10-08 [colin]     1.9.15cvs24
+
+       * src/wizard.c
+               Fix bug #827 ("Welcome" setup wizard after a 
+               permission error gives up & forgets itself.)
+
+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