2005-06-03 [paul] 1.9.11cvs37
[claws.git] / ChangeLog-gtk2.claws
index 94a8813a7717611f85d67f6c3730c42b68f0265d..2858c9d94655b0eff933a9b80b38c04e0674de72 100644 (file)
@@ -1,3 +1,112 @@
+2005-06-03 [paul]      1.9.11cvs37
+
+       * src/prefs_message.c
+               reflect changes immediately
+
+2005-06-02 [colin]     1.9.11cvs36
+
+       * po/POTFILES.in
+               Patch by Fabien Vantard.
+
+2005-06-02 [colin]     1.9.11cvs35
+
+       * src/imap.c
+               Use a non-blocking imap_getline() if possible.
+               This should completely prevent the interface
+               from freezin on imap operations, although it
+               may do strange stuff in case of folder switching
+               while a big imap operation is taking place...
+
+               In addition, fix a leak in the case thread
+               creation fails on connection.
+
+2005-06-02 [colin]     1.9.11cvs34
+
+       * src/crash.c
+       * src/prefs_common.h
+               Fix build (prefs_common_init() doesn't exist
+               anymore)
+
+2005-06-02 [colin]     1.9.11cvs33
+
+       * src/prefs_account.c
+               Fix bug #245 (filtering rules broken when
+               renaming a remote account (imap4 or nntp)
+
+2005-06-02 [colin]     1.9.11cvs32
+
+       * src/imap.c
+               Try to fix IMAP shortcomings: 
+               o Multithread imap_open()
+               o allow offline-mode overriding instead of
+                 just returning NULL
+       * src/imap_gtk.c
+       * src/imap_gtk.h
+               Add a function to ask whether we want to
+               override offline-mode for 10 minutes (one-shot
+               asking was painful)
+       * src/procheader.c
+               Fix segfault when imap parser isn't happy about
+               a missing {
+
+2005-06-01 [colin]     1.9.11cvs31
+
+       * src/addrharvest.c
+       * src/compose.c
+       * src/mbox.c
+       * src/mbox.h
+       * src/mh.c
+       * src/msgcache.c
+       * src/send_message.c
+       * src/setup.c
+       * src/undo.c
+       * src/common/hooks.c
+       * src/common/prefs.c
+       * src/common/template.c
+       * src/common/utils.c
+       * src/gtk/gtkutils.c
+       * src/gtk/inputdialog.c
+       * src/gtk/menu.c
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+       * src/plugins/pgpmime/passphrase.c
+       * src/plugins/pgpmime/prefs_gpg.c
+               More -Wall fixes
+
+       * src/common/Makefile.am
+       * src/common/timing.h
+               Add basic timing code
+
+       * src/summaryview.c
+               Fix a bug with unread messages when 
+               re-sorting folders, and by the way
+               fix a big performance hit when 
+               re-sorting (10k mails: before 5s,
+               after .5s)
+
+       * src/prefs_compose_writing.c
+       * src/prefs_compose_writing.h
+       * src/prefs_message.c
+       * src/prefs_message.h
+       * src/prefs_other.c
+       * src/prefs_other.h
+       * src/prefs_quote.c
+       * src/prefs_quote.h
+       * src/prefs_receive.c
+       * src/prefs_receive.h
+       * src/prefs_send.c
+       * src/prefs_send.h
+       * src/prefs_summaries.c
+       * src/prefs_summaries.h
+               Fix copyright banner
+
+2005-06-01 [paul]      1.9.11cvs30
+
+       * po/fi.po
+               updated by Flammie Pirinen
+       * src/procmime.c
+               fix 'Bad BASE64 content' output
+
 2005-05-31 [colin]     1.9.11cvs29
 
        * src/procmime.c