2005-10-10 [colin] 1.9.15cvs28
[claws.git] / ChangeLog-gtk2.claws
index bd169512ac4b829a31902ced546bd20e78724631..b7bb50783dbd0649e310ed0eff3550b2052051e5 100644 (file)
@@ -1,3 +1,52 @@
+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