2005-10-10 [colin] 1.9.15cvs29
[claws.git] / ChangeLog-gtk2.claws
index 73584b1e0f5b347fa395d594c1d98960e7f6b478..cde2d7620a5d813a95d99148e134989dd637fbe7 100644 (file)
@@ -1,3 +1,84 @@
+2005-10-10 [colin]     1.9.15cvs29
+
+       * src/compose.c
+               Reselect "None" Privacy system when selecting an
+               account with no privacy system defined
+
+2005-10-10 [colin]     1.9.15cvs28
+
+       * src/mainwindow.c
+               Add Windows-1252 encoding
+       * src/prefs_common.c
+               Rework some defaults:
+               - autosave to draft by default
+               - don't show header pane (it's already in the textview)
+               - Select first new or unread mail on entry
+               - Assume 'Yes' to change folder when there's no more
+                 unread message
+       * src/prefs_matcher.c
+               Fix a gtk assertion failure
+       * src/gtk/colorlabel.c
+               Workaround bad repainting on selection
+       * src/main.c
+               Freeze/thaw (a bit faster on ssh -X)
+       * src/msgcache.c
+               Get rid of StrdupConverter that just adds an
+               extra strdup/free 
+       * src/etpan/imap_thread.c
+               memset buf to 0
+
+2005-10-10 [colin]     1.9.15cvs27
+
+       * src/export.c
+       * src/import.c
+               Fix compile on gtk 2.4. Patch by wwp
+
+2005-10-09 [colin]     1.9.15cvs26
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/summaryview.c
+               Clarify forward menus. Patch by wwp
+
+2005-10-09 [colin]     1.9.15cvs25
+
+       * src/compose.c
+       * src/compose.h
+               Fix bug #829 (Non-working "Encrypt message by 
+               default when replying to an encrypted message")
+
+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