2012-09-12 [colin] 3.8.1cvs53
[claws.git] / ChangeLog
index e3f72c6dbe9f3c0dfbe0fe786e91cd078e1d8282..f41ee4fcf92fabc2fd829c061ca780dfa21ed422 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,361 @@
+2012-09-12 [colin]     3.8.1cvs53
+
+       * src/procmsg.c
+               Revert that hunk, logic is unclear.
+
+2012-09-12 [colin]     3.8.1cvs52
+
+       * src/addressbook.c
+       * src/addrharvest.c
+       * src/addrindex.c
+       * src/addritem.c
+       * src/compose.c
+       * src/edittags.c
+       * src/folder.c
+       * src/imap.c
+       * src/inc.c
+       * src/ldif.c
+       * src/mainwindow.c
+       * src/mbox.c
+       * src/mimeview.c
+       * src/mutt.c
+       * src/partial_download.c
+       * src/prefs_filtering_action.c
+       * src/prefs_toolbar.c
+       * src/printing.c
+       * src/procheader.c
+       * src/procmime.c
+       * src/procmsg.c
+       * src/summaryview.c
+       * src/textview.c
+       * src/common/utils.c
+       * src/etpan/imap-thread.c
+       * src/gtk/gtkaspell.c
+       * src/plugins/pgpcore/sgpgme.c
+               More fixes from bug #1961:
+               - Write-only variables
+               - Null pointer dereferences
+               - A couple other fixes for which the reporter
+                 was unsure, but which showed problems.
+               More details in bug #1961 comments.
+
+2012-09-12 [colin]     3.8.1cvs51
+
+       * src/compose.c
+       * src/mh.c
+       * src/common/ssl.c
+       * src/plugins/pgpcore/passphrase.c
+               Apply patches from bug #1961, "patches for
+               a couple of clang warnings":
+               - Check return codes
+               - Remove dead code
+
+2012-09-12 [colin]     3.8.1cvs50
+
+       * claws-mail.pc.in
+               Put Claws-Mail CFLAGS first; fixes build on Fink/OS X
+               where the included menu.h could come from Ncurses.
+               Thanks to 'Stainless Steel Rat' <ratinox@gweep.net>
+
+2012-09-11 [colin]     3.8.1cvs49
+
+       * src/main.c
+               Fix race condition at start.
+
+2012-09-10 [colin]     3.8.1cvs48
+
+       * src/main.c
+               Create lock socket as soon as possible, not after
+               a few things like caching all prefs.
+
+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
+               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