2005-10-13 [colin] 1.9.15cvs36
[claws.git] / ChangeLog-gtk2.claws
index b7bb50783dbd0649e310ed0eff3550b2052051e5..8b7b58d9db6e6b0c59320bcd9faa512daf8ebd99 100644 (file)
@@ -1,3 +1,80 @@
+2005-10-13 [colin]     1.9.15cvs36
+
+       * src/folder.c
+               Batch on flags sync
+       * src/folderview.c
+               Revert speed hack which is dangerous in fact
+               Apply prefs faster
+
+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