2012-08-29 [colin] 3.8.1cvs42
[claws.git] / ChangeLog
index 9e1849686560632b36f04da08887a6392d11233a..86a0794431c26849dbb8840877a41f3d866f5222 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,223 @@
+2012-08-29 [colin]     3.8.1cvs42
+
+       * src/gtk/gtkaspell.c
+               Fix bug #2596, "Spell checker does not work properly"
+
+2012-08-29 [colin]     3.8.1cvs41
+
+       * src/plugins/pgpcore/sgpgme.c
+               Set gpgme's locale to UTF-8. Fixes bug #2650,
+               "segfault in pgp when gpgme_strerror() returns a non utf-8 string"
+
+2012-08-29 [colin]     3.8.1cvs40
+
+       * src/mainwindow.c
+       * src/messageview.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/summaryview.c
+       * src/textview.c
+       * src/gtk/menu.c
+       * src/gtk/menu.h
+               Move the hardcoded mimeview shortcuts to standard menus.
+
+2012-08-27 [colin]     3.8.1cvs39
+
+       * src/main.c
+               Fix double mainwindow presentation that confuses GNOME3
+               when some plugins fail to load (subsequent Claws windows
+               got no focus in that case)
+
+2012-08-27 [colin]     3.8.1cvs38
+
+       * src/summaryview.c
+               Make Mark all read confirmation button more clear
+
+2012-08-27 [colin]     3.8.1cvs37
+
+       * src/mainwindow.c
+       * src/summaryview.c
+               Separate "Mark all read" from "Mark as read"
+               and "Ignore thread"
+
+2012-08-27 [wwp]       3.8.1cvs36
+
+       * src/inc.c
+       * src/procmsg.c
+               Remove session statistics debug statements (irrelevant in repo,
+               that's dev stuff).
+
+2012-08-24 [mones]     3.8.1cvs35
+
+       * manual/advanced.xml
+               Keep alphabetic order of hidden options lost
+               and update Clawsker URL.
+       * manual/de/advanced.xml
+       * manual/fr/advanced.xml
+               Update Clawsker URL.
+       * manual/es/advanced.xml
+               Sync with English version and update Clawsker URL.
+       * manual/de/dist/html/Makefile.am
+       * manual/es/dist/html/Makefile.am
+       * manual/fr/dist/html/Makefile.am
+       * manual/pl/dist/html/Makefile.am
+       * manual/dist/html/Makefile.am
+               Fix bug 2723 'Missing encoding in generated html manual'
+
+2012-08-23 [colin]     3.8.1cvs34
+
+       * src/mainwindow.c
+               Fix --offline asking if one wants to sync,
+               due to re-entering. Thanks <ebik@ucw.cz>.
+
+2012-08-16 [colin]     3.8.1cvs33
+
+       * src/imap.c
+               Always clear the tags list when fetching a folder, or
+               Claws will never untag an untagged email. Patch by
+               Igor Mammedov <imammedo@redhat.com>
+
+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
+               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