2012-08-09 [colin] 3.8.1cvs27
[claws.git] / ChangeLog
index 1d65deb2a020aba1a54d0676def1128b39d5e200..56380597c5bb5c698220894567e5ba4d85e0c3c5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,120 @@
+2012-08-09 [colin]     3.8.1cvs27
+
+       * src/gtk/sslcertwindow.c
+               Fix leak
+
+2012-08-09 [colin]     3.8.1cvs26
+
+       * src/common/ssl.c
+       * src/common/ssl_certificate.c
+       * src/common/ssl_certificate.h
+       * src/gtk/sslcertwindow.c
+               Fix bug 2718, "Failure to check peer hostname
+               when checking certificate"
+
+2012-08-05 [ticho]     3.8.1cvs25
+
+       * src/compose.c
+               Avoid header combo box to get focus twice (first text within,
+               then combobox widget itself) when switching focus with TAB.
+
+2012-07-28 [ticho]     3.8.1cvs24
+
+       * src/compose.c
+               Properly fix setting "transient for" for attachment properties
+               dialog when called via popup menu (since we're stealing focus
+               few lines before, we need to do it directly, not via
+               manage_window_*).
+
+2012-07-28 [ticho]     3.8.1cvs23
+
+       * src/gtk/pluginwindow.c
+       * src/gtk/prefswindow.c
+               Fixed setting "transient for" property for plugin load/unload
+               file dialog. Connected manage_window signals to prefswindow events.
+
+2012-07-27 [ticho]     3.8.1cvs22
+
+       * src/summaryview.c
+       * src/textview.c
+               Fixed setting "transient for" property for summaryview file
+               dialog and messageview's image save dialog.
+
+2012-07-27 [ticho]     3.8.1cvs21
+
+       * src/crash.c
+       * src/mimeview.c
+               Fix setting "transient for" property for file select dialogs
+               in crash report and mimeview.
+
+2012-07-27 [ticho]     3.8.1cvs20
+
+       * src/compose.c
+               Fixed "transient for" property for file attach dialog when
+               called from Attachments list popup menu. Simplified menu item
+               sensitivities setting code logic for this menu.
+
+2012-07-25 [ticho]     3.8.1cvs19
+
+       * manual/advanced.xml
+               Add the three hidden preferences related to colored display
+               of unified diffs to manual.
+
+2012-07-25 [ticho]     3.8.1cvs18
+
+       * src/gtk/gtkaspell.c
+               Create "Change directory" submenu in a separate function, change
+               wording a bit, and make the submenu always available in a context
+               menu of body edit box in compose window.
+
+2012-07-25 [ticho]     3.8.1cvs17
+
+       * src/gtk/prefswindow.c
+               Correctly set transient_for property for preferences window,
+               as well as for color picker dialogs. Fixes bug #2710.
+
+2012-07-25 [ticho]     3.8.1cvs16
+
+       * src/gtk/quicksearch.c
+               Allow quicksearch syntax description window to be correctly
+               set transient for main window.
+
+2012-07-15 [wwp]       3.8.1cvs15
+
+       * src/procmime.c
+               Fix bug 2697, thanks to Mikhail Efremov (wrong list ptr used).
+
+2012-07-10 [paul]      3.8.1cvs14
+
+       * src/procmime.c
+               forgot this in last commit
+
+2012-07-10 [paul]      3.8.1cvs13
+
+       * src/messageview.c
+       * src/common/defs.h
+       * src/common/quoted-printable.c
+       * src/common/quoted-printable.h
+               revert 3.8.1cvs2,3,4,5  because they (somewhere!) cause
+               the bug: partial message text loss
+
+2012-07-10 [mones]     3.8.1cvs12
+
+       * src/plugins/pgpcore/sgpgme.c
+               Fix bug 2689, 'segfault when trying to view info
+                about pgp/smime sign'
+
+2012-07-08 [ticho]     3.8.1cvs11
+
+       * src/plugins/pgpcore/sgpgme.c
+               Consider marginal signature validity as untrusted. Suggested by
+               Jean-Benoist Leger (leger at crans.org).
+
+2012-07-08 [paul]      3.8.1cvs10
+
+       * src/gtk/icon_legend.c
+               fix (reveal) hidden icon in gui and build warning
+
 2012-07-07 [paul]      3.8.1cvs9
 
        * src/plugins/pgpcore/prefs_gpg.c