[Commits] [SCM] claws branch, master, updated. 3.14.1-251-ga2ef596
claws at claws-mail.org
claws at claws-mail.org
Sun Mar 26 11:56:58 CEST 2017
The branch, master has been updated
via a2ef59662c772086048588c82a5baa9671a99bcc (commit)
from d62dba56e96e0439475bcba946a12b4249b90801 (commit)
Summary of changes:
NEWS | 117 +++++++++++++++++++++++++++++++++++++-
README | 3 +-
RELEASE_NOTES | 176 ++++++++++++++++++++++++++++++---------------------------
3 files changed, 210 insertions(+), 86 deletions(-)
- Log -----------------------------------------------------------------
commit a2ef59662c772086048588c82a5baa9671a99bcc
Author: Paul <paul at claws-mail.org>
Date: Sun Mar 26 10:56:53 2017 +0100
for release 3.15.0
diff --git a/NEWS b/NEWS
index 33f37bd..c793c36 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,120 @@
Changes of the Claws Mail GTK2 branch
+* 3.15.0
+--------
+
+* More granular options on when to open a selected message have been
+ added. There are now several checkboxes on the Display/Summaries
+ page of the Preferences which allow a greater flexibility.
+
+* Compose window: Show the total size of attachments on the
+ Attachments tab.
+
+* Compose window: Bcc has been added to the headers drop-down list.
+
+* Folder list: Top-level folders can now be copied. They are created
+ as regular folders in the target mailbox.
+
+* Folder selection dialogue: Left/right keys collapse/expand rows.
+ Further keypress will move the cursor to parent or first child,
+ respectively.
+
+* Menu items: 'Mark all unread [recursively]' has been added to the
+ folder context menu, message list menu, and the main window menu
+ and toolbar.
+
+* Toolbar actions: Mark, Unmark, Lock, Unlock, Mark [all] read, Mark
+ [all] unread, Ignore Thread, Watch Thread, and Delete Duplicate
+ Messages have been added to the main window toolbar's Actions list.
+
+* Account compose signature: The value of the signature file now
+ takes a path relative to the user's home directory in addition to a
+ full path.
+
+* Icon Themes: Support for SVG themes with icon scaling capabilities
+ has been added. This requires libRSVG 2.40.5 or newer.
+
+* Hidden preferences: colours for specifying Tags, QuickSearch, and
+ auto-filled header values have been added, both foreground and
+ background. Respectively, tags_color, tags_bgcolor,
+ qs_active_color, qs_active_bgcolor, qs_error_color,
+ qs_error_bgcolor, default_header_color, and default_header_bgcolor.
+
+* Hidden preferences: warn_sending_many_recipients_num, if greater
+ than zero, a warning dialogue is shown when the number of
+ recipients exceeds the number given.
+
+* GData plugin: This plugin now requires libgdata version 0.17.2 or
+ newer.
+
+* TNEF parser plugin: This plugin now uses an external libytnef.
+
+* vCalendar plugin: This plugin now uses an external libical, version
+ 2.0.0 or newer is required.
+
+* Mail Archiver plugin: - updated to support some of the compression
+ formats up to libarchive 3.2.2
+
+* Several minor UI improvements.
+
+* Updated manual in English and Spanish.
+
+* Updated man page.
+
+* Updated translations: Brazilian Portuguese, Catalan, Danish,
+ Dutch, French, German, Hungarian, Italian, Norwegian Bokmål,
+ Russian, Spanish, Swedish, Traditional Chinese, and Turkish.
+
+* Bug fixes:
+ o bug 3251, 'A translated In-Reply-To header is sent
+ translated'
+ o bug 3571, 'recipient list lost and truncated'
+ o bug 3574, 'Template addressing'
+ o bug 3582, 'Select folder dialogue does not tell what is
+ selecting for'
+ o bug 3673, 'Be more friendly instead of "configure: error:
+ 'encrypt'-function not found."'
+ o bug 3734, 'undefined symbol error with flex-2.6.2'
+ o bug 3740, 'Templates information dialog can't be closed
+ with WM button'
+ 0 bug 3741, 'Deleting an account doesn't delete imapcache'
+ o bug 3742, 'Attaching file with plus sign in filename via
+ drag and drop doesn't work'
+ o bug 3762, 'redirect fails'
+ o bug 3764, 'Use external libical instead of the internal
+ copy'
+ o bug 3775, 'Error in string at src/mainwindow.c:4726?'
+ o bug 3777, 'Weird news dates for some RSS feeds'
+ o Debian bug 846170, 'incorrect IMAP UID handling'
+ o Allow sending empty messages in Session (just \r\n).
+ o fix some main window menu sensitivity issues
+ o make up/down key navigation obey 'always_show_msg'
+ o fix text selection when double-clicking quoted text and
+ 'collapse quoted text on double click' is turned off
+ o fix 'Go to' moving off current, unopened msg, and dialogue
+ to go to next folder
+ o obey 'always_show_msg' on "no more [...] msgs. go to next
+ folder?"
+ o make Go to/[Next|Prev] sort order aware
+ o don't ignore auto-account selection when forwarding on IMAP
+ and NNTP accounts
+ o on first run, use --alternate-config-dir (if set) on prefs
+ migration. prevents useless creation of ~/.claws-mail
+ directory
+ o fix colouring of auto-filled headers
+ o don't remove the To when changing account
+ o Honour autosave_encrypted preference when using external
+ editor.
+ o Fix 'search folder' not working in some cases
+ o Fix build on OSX.
+ o fix memory leaks
+ o when renaming folder, only update summaryview folder name
+ if the current folder is being renamed
+ o sensitise trayicon's 'get mail' and 'exit'
+ o Handle timezones correctly in vCalendar.
+ o Do not hardcode resolv.conf location
+ o fix building with --disable-deprecated
+
* 3.14.1
--------
@@ -26,7 +141,7 @@ Changes of the Claws Mail GTK2 branch
* IMAP mailboxes which show subscribed folders only are now indicated
by a green folder icon.
- * The Icon Legend has had the missing folder icons added and also has
+* The Icon Legend has had the missing folder icons added and also has
an improved layout.
* Drafted messages: Do not add Message-ID for draft, unless the
diff --git a/README b/README
index a50c22a..b6d2389 100644
--- a/README
+++ b/README
@@ -2,7 +2,7 @@ Claws Mail - a GTK+ based, lightweight, and fast e-mail client
---------------------------------------------------------------------
- Copyright (C) 1999-2016 The Claws Mail Team and Hiroyuki Yamamoto
+ Copyright (C) 1999-2017 The Claws Mail Team and Hiroyuki Yamamoto
<hiro-y at kcn.ne.jp>
@@ -660,6 +660,7 @@ http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
GTK 2 Version
-------------
+2017-03-26 3.15.0
2016-11-06 3.14.1
2016-08-07 3.14.0
2016-01-19 3.13.2
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index 5c99fd0..ccb3eb8 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,4 +1,4 @@
-6th November 2016 Claws Mail 3.14.1
+26th March 2017 Claws Mail 3.15.0
CLAWS MAIL RELEASE NOTES
http://www.claws-mail.org
@@ -9,109 +9,117 @@ email client.
New in this release:
~~~~~~~~~~~~~~~~~~~~
-* 'hide_timezone', a new hidden preference that sets the timezone of
- date fields sent over the network to the unknown timezone value as
- specified in RFC 5322 §3.3. Default value is false (i.e., send
- available timezone information).
+* More granular options on when to open a selected message have been
+ added. There are now several checkboxes on the Display/Summaries
+ page of the Preferences which allow a greater flexibility.
-* 'rewrite_first_from', a new hidden preference which works around a
- limitation of some servers with 'overly-liberal parsers'. When this
- is turned on and the Content-Transfer-Encoding is set to 8bit or
- 7bit, in a message body starting with 'From ' the 'From ' will
- become '=46rom ' (i,e, encoded form of 'F') and the Content-
- Transfer-Encoding will be changed to Quoted-Printable. When it is
- turned off no such modification will be made but it is very likely
- that an MTA will convert the 'From ' to '>From '. See RFC 4155 for
- further details. Default value is '1', turned on.
+* Compose window: Show the total size of attachments on the
+ Attachments tab.
-* Templates: it is now possible to attach a file, using
- '|attach_output{sub_expr}' or '|A{sub_expr}', 'sub_expr' is
- evaluated as a command-line to get the filename name from, using an
- absolute /path/to/filename.
+* Compose window: Bcc has been added to the headers drop-down list.
-* IMAP mailboxes which show subscribed folders only are now indicated
- by a green folder icon.
+* Folder list: Top-level folders can now be copied. They are created
+ as regular folders in the target mailbox.
-* The Icon Legend has had the missing folder icons added and also has
- an improved layout.
+* Folder selection dialogue: Left/right keys collapse/expand rows.
+ Further keypress will move the cursor to parent or first child,
+ respectively.
-* Drafted messages: Do not add Message-ID for draft, unless the
- message already has one. A Message-ID header is now only added when
- queuing a message, and any existing Message-ID and References
- headers in drafts, if there are any, are kept.
+* Menu items: 'Mark all unread [recursively]' has been added to the
+ folder context menu, message list menu, and the main window menu
+ and toolbar.
-* Disable hiding threads and messages in draft folders.
+* Toolbar actions: Mark, Unmark, Lock, Unlock, Mark [all] read, Mark
+ [all] unread, Ignore Thread, Watch Thread, and Delete Duplicate
+ Messages have been added to the main window toolbar's Actions list.
-* The /View/Go to/... actions now respect the 'Open message when
- selected' option.
+* Account compose signature: The value of the signature file now
+ takes a path relative to the user's home directory in addition to a
+ full path.
-* In the UI 'POP' is used instead of 'POP3', 'IMAP' instead of
- 'IMAP4', 'SSL/TLS' instead of 'SSL'.
+* Icon Themes: Support for SVG themes with icon scaling capabilities
+ has been added. This requires libRSVG 2.40.5 or newer.
-* GnuTLS: Enforce "strong enough" Diffie-Hellman prime even when
- using older versions of GnuTLS library.
+* Hidden preferences: colours for specifying Tags, QuickSearch, and
+ auto-filled header values have been added, both foreground and
+ background. Respectively, tags_color, tags_bgcolor,
+ qs_active_color, qs_active_bgcolor, qs_error_color,
+ qs_error_bgcolor, default_header_color, and default_header_bgcolor.
- Since GnuTLS 3.1.7, this minimum size is dictated by the priority
- string, and currently (GnuTLS 3.3.0) the "safe-enough" value is
- 1008 bits. We set this minimum size explicitly for older GnuTLS
- versions.
+* Hidden preferences: warn_sending_many_recipients_num, if greater
+ than zero, a warning dialogue is shown when the number of
+ recipients exceeds the number given.
- Users who are affected by this (their servers use DH prime smaller
- than 1008 bits) can override this by using a priority string
- starting with the keyword "LEGACY". However, this keyword only
- works with GnuTLS 3.3.0 or newer.
+* GData plugin: This plugin now requires libgdata version 0.17.2 or
+ newer.
-* RSSyl plugin: Enable keeping old items by default.
+* TNEF parser plugin: This plugin now uses an external libytnef.
-* vCalendar plugin: The ics file name is now used for the WebCal
- subscription folder name.
+* vCalendar plugin: This plugin now uses an external libical, version
+ 2.0.0 or newer is required.
-* vCalendar plugin: Use hours/minutes for vcalendar alert time.
+* Mail Archiver plugin: - updated to support some of the compression
+ formats up to libarchive 3.2.2
-* Notification plugin: Add support for unity/messaging menu.
-
-* PDF Viewer plugin: The icons are now themeable.
+* Several minor UI improvements.
* Updated manual in English and Spanish.
-* Updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
- Dutch, Finnish, French, Hebrew, Indonesian, Italian, Norwegian
- Bokmål, Russian, Slovak, Spanish, Swedish, Traditional Chinese,
- and Turkish.
+* Updated man page.
+
+* Updated translations: Brazilian Portuguese, Catalan, Danish,
+ Dutch, French, German, Hungarian, Italian, Norwegian Bokmål,
+ Russian, Spanish, Swedish, Traditional Chinese, and Turkish.
* Bug fixes:
- o bug 2918, 'Notification Popup icon is hardcoded'
- o bug 3027, 'Claws segfaults when closing LDAP-enabled
- address book'
- o bug 3515, 'Ctrl-Shift-X opens multiple external editors'
- o bug 3638, 'GData Plugin fails after initial Google
- handshake'
- o bug 3665, 'Fix config script for macOS'
- o bug 3666, 'Typos in Turkish translation'
- o bug 3667, 'segfault in imap_session_authenticate'
- o bug 3675, 'RSSyl crash when opening Atom feed'
- o bug 3676, 'RSSyl crash when opening Atom feed with XML
- depth >= 3'
- o bug 3678, 'Segfault when trying to add new account'
- o bug 3684, 'Socket error with POP3 using TLS client
- certificate'
- o bug 3697, 'Export to mbox' causes crash'
- o bug 3705, 'active account Mail Address corrupted when
- address in Message-ID is used'
- o bug 3711, 'Usage of (s)'
- o bug 3712, 'Name of the example domain in the translation'
- o fix non-resizeable Icon Legend dialogue
- o Fix a potential bug in vcalendar's libical
- o Fix potential crash in vcalendar's icalcomponent_vanew() on
- 64-bit archs.
- o Fix regression: show simple text/calendar with plugin.
- o Fix crash in vcalendar passwords handling on prefs save.
- o Few miscellaneous fixes for RSSyl.
- o several memory leaks.
- o Don't check for encrypt() on FreeBSD.
- o Add OpenBSD CA cert path.
- o Do not process folder marks when just refreshing
- summaryview
+ o bug 3251, 'A translated In-Reply-To header is sent
+ translated'
+ o bug 3571, 'recipient list lost and truncated'
+ o bug 3574, 'Template addressing'
+ o bug 3582, 'Select folder dialogue does not tell what is
+ selecting for'
+ o bug 3673, 'Be more friendly instead of "configure: error:
+ 'encrypt'-function not found."'
+ o bug 3734, 'undefined symbol error with flex-2.6.2'
+ o bug 3740, 'Templates information dialog can't be closed
+ with WM button'
+ 0 bug 3741, 'Deleting an account doesn't delete imapcache'
+ o bug 3742, 'Attaching file with plus sign in filename via
+ drag and drop doesn't work'
+ o bug 3762, 'redirect fails'
+ o bug 3764, 'Use external libical instead of the internal
+ copy'
+ o bug 3775, 'Error in string at src/mainwindow.c:4726?'
+ o bug 3777, 'Weird news dates for some RSS feeds'
+ o Debian bug 846170, 'incorrect IMAP UID handling'
+ o Allow sending empty messages in Session (just \r\n).
+ o fix some main window menu sensitivity issues
+ o make up/down key navigation obey 'always_show_msg'
+ o fix text selection when double-clicking quoted text and
+ 'collapse quoted text on double click' is turned off
+ o fix 'Go to' moving off current, unopened msg, and dialogue
+ to go to next folder
+ o obey 'always_show_msg' on "no more [...] msgs. go to next
+ folder?"
+ o make Go to/[Next|Prev] sort order aware
+ o don't ignore auto-account selection when forwarding on IMAP
+ and NNTP accounts
+ o on first run, use --alternate-config-dir (if set) on prefs
+ migration. prevents useless creation of ~/.claws-mail
+ directory
+ o fix colouring of auto-filled headers
+ o don't remove the To when changing account
+ o Honour autosave_encrypted preference when using external
+ editor.
+ o Fix 'search folder' not working in some cases
+ o Fix build on OSX.
+ o fix memory leaks
+ o when renaming folder, only update summaryview folder name
+ if the current folder is being renamed
+ o sensitise trayicon's 'get mail' and 'exit'
+ o Handle timezones correctly in vCalendar.
+ o Do not hardcode resolv.conf location
+ o fix building with --disable-deprecated
For further details of the numbered bugs and RFEs listed above
see http://claws-mail.org/bug/[BUG NUMBER]
-----------------------------------------------------------------------
hooks/post-receive
--
Claws Mail
More information about the Commits
mailing list