2012-08-12 [colin] 3.8.1cvs32
[claws.git] / ChangeLog
index 56380597c5bb5c698220894567e5ba4d85e0c3c5..45531e5cebdfef72a8887d573ed6223bfbce83ab 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,38 @@
+2012-08-12 [colin]     3.8.1cvs32
+
+       * src/compose.c
+               Exclude text/plain from the attachment thing
+
+2012-08-12 [colin]     3.8.1cvs31
+
+       * src/messageview.c
+               Fix comparison, thanks to Michael Gmelin
+
+2012-08-12 [colin]     3.8.1cvs30
+
+       * src/messageview.c
+               Only show HTML parts by default (if the pref
+               is set so) if the part disposition-type is
+               inline or unknown, but not attachment.
+       * src/common/ssl.c
+               Remove useless hook that won't ever be used
+               on windows
+
+2012-08-12 [colin]     3.8.1cvs29
+
+       * src/compose.c
+               Make sure text/* attachments are not made
+               inline, regardless of the compose mode.
+               Finishes fixing bug #2203 after auto-save
+               switches mode to COMPOSE_REEDIT. Thanks to
+               Michael Gmelin for finding this.
+
+2012-08-09 [colin]     3.8.1cvs28
+
+       * src/prefs_filtering.c
+               Make treeView type-ahead case insensitive
+               Patch by Andreas Ronnquist
+
 2012-08-09 [colin]     3.8.1cvs27
 
        * src/gtk/sslcertwindow.c