2012-09-09 [mones] 3.8.1cvs47
[claws.git] / ChangeLog
index 5ec622acac4ed624495e7b874d569788e67fe0bc..e777be6042c4d67398cba257f3c4d9b0b4c641f0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,214 @@
+2012-09-09 [mones]     3.8.1cvs47
+
+       * src/plugins/bogofilter/bogofilter.c
+               Add missing include
+
+2012-09-08 [colin]     3.8.1cvs46
+
+       * AUTHORS
+       * src/Makefile.am
+       * src/action.c
+       * src/addr_compl.c
+       * src/addrbook.c
+       * src/compose.c
+       * src/compose.h
+       * src/editaddress.c
+       * src/filtering.c
+       * src/folder.c
+       * src/folder.h
+       * src/folderview.h
+       * src/headerview.h
+       * src/imap_gtk.c
+       * src/localfolder.c
+       * src/main.c
+       * src/mainwindow.c
+       * src/mainwindow.h
+       * src/matcher.c
+       * src/matcher_parser_parse.y
+       * src/messageview.c
+       * src/messageview.h
+       * src/mh.c
+       * src/mh_gtk.c
+       * src/mimeview.c
+       * src/mimeview.h
+       * src/noticeview.h
+       * src/prefs_account.c
+       * src/prefs_account.h
+       * src/prefs_filtering.c
+       * src/prefs_filtering_action.c
+       * src/prefs_gtk.h
+       * src/prefs_matcher.c
+       * src/prefs_template.c
+       * src/prefs_toolbar.c
+       * src/privacy.c
+       * src/procheader.h
+       * src/procmime.c
+       * src/procmime.h
+       * src/procmsg.c
+       * src/procmsg.h
+       * src/proctypes.h
+       * src/remotefolder.c
+       * src/summaryview.c
+       * src/summaryview.h
+       * src/textview.c
+       * src/textview.h
+       * src/toolbar.c
+       * src/uri_opener.c
+       * src/viewtypes.h
+       * src/common/defs.h
+       * src/gtk/authors.h
+       * src/gtk/description_window.c
+       * src/plugins/trayicon/trayicon.c
+               Break circular dependencies in Claws' headers,
+               Patch by Sean Buckheister <s_buckhe@cs.uni-kl.de>
+
+2012-09-08 [colin]     3.8.1cvs45
+
+       * src/textview.c
+               Fix shortcut getting
+
+2012-09-05 [colin]     3.8.1cvs44
+
+       * src/matcher.c
+       * src/matcher.h
+       * src/prefs_matcher.c
+               Drop matcherprop_new_create, which is just a copy of
+               matcherprop_new, and staticalize what can be
+
+2012-09-05 [colin]     3.8.1cvs43
+
+       * src/plugins/pgpcore/select-keys.c
+               Fix bug #2390, "Non-fully-trusted-key-warning appears
+               based on primary UID rather than recipient e-mail"
+
+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