2005-10-13 [colin] 1.9.15cvs35
[claws.git] / ChangeLog-gtk2.claws
index bd169512ac4b829a31902ced546bd20e78724631..7f931ac8d11c35635544147a3bacb953b9c24003 100644 (file)
@@ -1,3 +1,121 @@
+2005-10-13 [colin]     1.9.15cvs35
+
+       * src/folder_item_prefs.c
+               Fix pref corruption on folder move. Patch
+               by wwp
+
+2005-10-13 [paul]      1.9.15cvs34
+
+       * src/export.c
+       * src/import.c
+               fix typos in g_warnings
+       * src/prefs_account.c
+               add a file selector for Signature file
+
+       Patches by wwp
+
+2005-10-12 [colin]     1.9.15cvs33
+
+       * src/mimeview.c
+               Provide a quick way to go back from a
+               signature's full info to the email part
+
+2005-10-12 [colin]     1.9.15cvs32
+
+       * src/compose.c
+               Remove old hack of encoding signed mails with base64.
+               QP works equally well.
+
+2005-10-12 [colin]     1.9.15cvs31
+
+       * src/crash.c
+               Replace deprecated GtkText with GtkTextView
+       * src/imap.c
+               Fix a logic bug about counts in imap_select
+               (previously un-triggered)
+       * src/mainwindow.c
+       * src/summaryview.c
+       * src/news.c
+               Allow local deletion of news posts
+       * src/mimeview.c
+               Show GPG noticeview on the message/rfc822 part
+               in addition to the text/plain one
+       * src/prefs_image_viewer.c
+         src/plugins/pgpcore/prefs_gpg.c
+               Polish (set the label as part of the checkbox)
+       * src/wizard.c
+               Don't sit there doing nothing after destroying
+               the window - return err
+
+2005-10-11 [colin]     1.9.15cvs30
+
+       * src/folderview.c
+               Apply processing rules before showing folders.
+               Early folder show (before flags sync) will only
+               be done when there are no processing rules (nor
+               pre- or post- ones)
+       * src/imap.c
+               Fix stuff related to mail subdir, creation and 
+               deletion of folders 
+       * src/imap_gtk.c
+               Don't allow creation of folders in NoInferior
+               folders, as it won't work
+
+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