2006-08-10 [colin] 2.4.0cvs39
[claws.git] / ChangeLog
index 339ba82088496ab199be84e92854bf950cc36252..ee86c2f835e4fed9df0d4750f113b4e1071fb3ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,72 @@
+2006-08-10 [colin]     2.4.0cvs39
+
+       * src/main.c
+               Fix default font size setting after wizard run
+       * src/imap.c
+       * src/etpan/imap-thread.c
+       * src/etpan/imap-thread.h
+               Fix bug #999 (Timing out on TSL cert validation 
+               dialog makes ugly things happen). Also, STARTTLS
+               unconditionnaly if initial capabilities contain
+               LOGINDISABLED and STARTTLS.
+
+2006-08-09 [colin]     2.4.0cvs38
+
+       * src/mainwindow.c
+       * src/mainwindow.h
+               Fix Tools/Actions sensitivity when there are
+               no actions
+
+2006-08-09 [colin]     2.4.0cvs37
+
+       * src/prefs_filtering.c
+               Warning fix, patch by Paul
+       * src/messageview.c
+       * src/prefs_actions.c
+       * src/prefs_filtering_action.c
+       * src/prefs_matcher.c
+               Uniformisation of "Info ..." to "Info..." (for
+               old gtk), patch by Fabien
+       * src/plugins/clamav/clamav_plugin_gtk.c
+               Sensitivity fix by Fabien
+
+2006-08-09 [colin]     2.4.0cvs36
+
+       * src/main.c
+       * src/main.h
+               Add a function to know whether we're exiting
+       * src/plugins/trayicon/trayicon.c
+               If exiting, don't do anything. Faster, and
+               avoids gtk_main_iteration reentracy causing
+               segfaults at exit
+
+2006-08-09 [colin]     2.4.0cvs35
+
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+               Fix lack of part selection when automatically 
+               jumping to a specific part
+       * src/msgcache.c
+               Little optimisation in cache reading
+
+2006-08-09 [colin]     2.4.0cvs34
+
+       * src/compose.c
+               Fix crash setting the priority on reedit
+               (Accessing compose before creating it!)
+
+2006-08-08 [colin]     2.4.0cvs33
+
+       * src/procmime.c
+               Fix bug #998 (last attachment is not accessible)
+               Bad RFC interpretation on multipart close-delimiters
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/gtk/gtkvscrollbutton.c
+       * src/gtk/gtkvscrollbutton.h
+               Make attachments list wheel-scrollable
+
 2006-08-07 [colin]     2.4.0cvs32
 
        * src/gtk/gtkaspell.c