2006-08-12 [paul] 2.4.0cvs42
[claws.git] / ChangeLog
index 28c8780f8d119bb6f3c3b73d124e7db3f9df2728..ef6527aff49a8e330f03c0546b5f0d655433d739 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,86 @@
+2006-08-12 [paul]      2.4.0cvs42
+
+       * manual/plugins.xml
+               update IRC channel info before it gets forgotten
+               about
+
+2006-08-11 [colin]     2.4.0cvs41
+
+       * src/compose.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/summaryview.c
+       * src/toolbar.c
+               Grey out the Send button if
+               - Queue folders are empty, or
+               - We're sending already
+
+2006-08-11 [wwp]       2.4.0cvs40
+
+       * src/main.c
+               fix a logic issue when quitting while a compose window is
+               still open, thanks to Colin.
+
+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