2005-07-10 [hoa] 1.9.12cvs33
[claws.git] / ChangeLog-gtk2.claws
index 57c52f1a9672912c3477cea0cfbc11a5c10e3105..8fede2383db0feb4f761ebfeddaec5d51256528f 100644 (file)
@@ -1,3 +1,35 @@
+2005-07-10 [hoa]       1.9.12cvs33
+
+       * src/etpan/imap-thread.c
+               workaround for old Courier IMAP servers.
+
+2005-07-10 [colin]     1.9.12cvs32
+
+       * src/folder.c
+       * src/statusbar.c
+       * src/statusbar.h
+               Add visual progress indicator on filtering/processing
+               Factorize the progress bar code
+       * src/imap.c
+       * src/imap.h
+       * src/etpan/imap-thread.c
+               Add a reference counter to avoid destroying the Folder
+               while it's in use by another callback.
+
+2005-07-09 [hoa]       1.9.12cvs31
+
+       * src/imap.c
+       * src/etpan/imap-thread.c
+               fixed deadlock when removing IMAP account.
+
+2005-07-08 [colin]     1.9.12cvs30
+
+       * src/textview.c
+       * src/unmime.c
+               Fix again problems decoding broken headers
+       * src/gtk/inputdialog.c
+               Fix local variable shadowing a global one
+
 2005-07-08 [colin]     1.9.12cvs29
 
        * src/msgcache.c
                difference, Big-endian users may get a very little
                performance drop due to byte-swapping.
                Tested on i386 and ppc32. 
-               Fixes bug 153 (The index file, in the mailboxes, is 
+               Fixes bug #159 (The index file, in the mailboxes, is 
                hardware depending).
 
+               To have the cache/mark files updated to the new little-
+               endian format, "Check for new messages" or even
+               "Rebuild folder tree" aren't enough. Files will be
+               updated as soon as a folder has been opened/closed.
+               To update everything, just select all folders by
+               selecting them one by one.
+
 2005-07-07 [colin]     1.9.12cvs28
 
        * src/imap.c