[Commits] [SCM] claws branch, master, updated. 3.12.0-127-g88fc087

claws at claws-mail.org claws at claws-mail.org
Sun Oct 11 10:17:42 CEST 2015


The branch, master has been updated
       via  88fc087654df75e5cc0e5d11f506ebf0cf3c347a (commit)
      from  200efcef3a05a30399117f4545b8c5903eef84bc (commit)

Summary of changes:
 NEWS          |  102 +++++++++++++++++++++++++++++++++++++
 README        |    1 +
 RELEASE_NOTES |  158 +++++++++++++++++++++++++++++----------------------------
 3 files changed, 184 insertions(+), 77 deletions(-)


- Log -----------------------------------------------------------------
commit 88fc087654df75e5cc0e5d11f506ebf0cf3c347a
Author: Paul <paul at claws-mail.org>
Date:   Sun Oct 11 09:17:36 2015 +0100

    updated for release 3.13.0

diff --git a/NEWS b/NEWS
index fa7af53..ccca558 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,107 @@
 Changes of the  Claws Mail GTK2 branch
 
+* 3.13.0
+--------
+
+* Preferences are now saved to disk immediately on pressing OK or
+  Apply.
+
+* New preferences have been added for default sorting of the message
+  lists. They are found in the 'Message list' frame of the Display/
+  Summaries page of the general preferences. These options only apply
+  to newly created folders.
+
+* The menu item 'Delete thread' has been moved to the Message menu.
+  Previously clicking it would not delete the thread, but just move
+  it to the Trash folder. Now it will delete the thread.
+  An additional menu item has been added, 'Move thread to trash',
+  which implements the original behaviour.
+
+* Compose window: By default it is no longer possible to add user-
+  defined headers, with only those pre-defined in the drop down menus
+  being possible. To restore the old behaviour, a new hidden
+  preference has been added: 'type_any_header', setting this to 1
+  restores the old behaviour.
+
+* Automatic account selection is now also applied when you reply to
+  one of your own messages, e.g. from the Sent folder.
+
+* Folder list: The Left and Right cursor keys now collapse or expand
+  the currently selected folder tree item. The Left cursor key also
+  moves the selection to parent folder, if current folder is within
+  a collapsed tree.
+
+* Folder list: The Home and End keys now move the selection to the
+  first folder and last folder in the tree.
+
+* Account Auto-configuration: when errors occur, a more detailed
+  error message is shown.
+
+* GnuPG plugins: An option has been added to specify the location of
+  the GnuPG executable.
+
+* GnuPG plugins: A new hidden preference has been added which limits
+  the number of results returned when using your keyring for address
+  auto-completion: 'autocompletion_limit'. The default value is 0,
+  which means there is no limit, any other number will limit the
+  results to that number.
+
+* Python plugin: Folder has been added to MessageInfo objects.
+
+* The GeoLocation plugin is no longer included.
+
+* The user manual has been updated.
+
+* The man page has been updated.
+
+* Updated translations: Brazilian Portuguese, British English, Czech,
+  Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål,
+  Slovak, Spanish, Swedish.
+
+* New translations: Italian, Traditional Chinese.
+
+* Removed translations:  Indonesian, Polish.
+
+* Bug fixes:
+	o bug 2115, 'Drag n' Drop of files with special characters
+		     crashes CM'
+	o bug 3209, 'autoconfig does not use full email address as
+		     username'
+	o bug 3253, 'all addresses of getaddrinfo() result should be
+		     tried'
+	o bug 3263, 'Wrong timezone while using date_fmt function'
+	o bug 3296, 'Crash on double notification popup'
+	o bug 3352, 'found_in_addressbook matches entries from GPG
+		     keyring'
+	o bug 3454, 'Attachments containing certain special
+		     characters in filename are not opened'
+	o bug 3473, 'base64 regression with old glib2 (before
+		     2.26.0)'
+	o bug 3475, 'Attachment dragged to email must be dropped to
+		     attachment tab only - reggresion'
+	o bug 3483, 'When replying to a *de*crypted message, it is
+		     contained *encrypted* in reply'
+	o bug 3507, 'build fails w/o GnuTLS'
+	o bug 3516, 'vCard icon misplaced'
+	o bug 3524, 'vCard does not decode all quoted-printable
+		     values'
+	o bug 3531, 'a/z hotkeys crash Claws immediately after
+	             startup'
+	o make 'date' (not thread date) the default sort when
+	  clicking column header to switch to date sort.
+	o Several memory leaks in RSSyl.
+	o IPv6 now works on Windows, for connections not handled by
+	  libetpan.
+	o GPG preferences initialization.
+	o Possible crash when gpg is upgraded to gpg-v21
+	o Save temporary file in mime temporary directory when using
+	  right-click/Open image instead of saving in current working
+	  directory.
+	o Crash in address completion when matching group name.
+	o Correct handling of RFC3339 timestamp format with second
+	  fraction.
+	o Building on GLib older than 2.25.
+
 * 3.12.0
 --------
 
diff --git a/README b/README
index ed7a7d6..adb0bff 100644
--- a/README
+++ b/README
@@ -659,6 +659,7 @@ http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
 
 GTK 2 Version
 -------------
+2015-10-11	3.13.0
 2015-07-19	3.12.0
 2014-10-27	3.11.1
 2014-10-20	3.11.0
diff --git a/RELEASE_NOTES b/RELEASE_NOTES
index e1e74ee..4441df2 100644
--- a/RELEASE_NOTES
+++ b/RELEASE_NOTES
@@ -1,4 +1,4 @@
-19th July 2015                                      Claws Mail 3.12.0
+11th October 2015                                   Claws Mail 3.13.0
 
 		    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,100 +9,104 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* New plugin: ManageSieve. Manage sieve filters on a server using
-  the ManageSieve protocol.
+* Preferences are now saved to disk immediately on pressing OK or
+  Apply.
 
-* Filtering/Processing: increase range for age matcher condition.
+* New preferences have been added for default sorting of the message
+  lists. They are found in the 'Message list' frame of the Display/
+  Summaries page of the general preferences. These options only apply
+  to newly created folders.
 
-* Filtering/Processing: 'mark_as_spam' now only marks as spam, it
-  does not do an additional move.
+* The menu item 'Delete thread' has been moved to the Message menu.
+  Previously clicking it would not delete the thread, but just move
+  it to the Trash folder. Now it will delete the thread.
+  An additional menu item has been added, 'Move thread to trash',
+  which implements the original behaviour.
 
-* Compose window: From line gets its own label with mnemonic.
+* Compose window: By default it is no longer possible to add user-
+  defined headers, with only those pre-defined in the drop down menus
+  being possible. To restore the old behaviour, a new hidden
+  preference has been added: 'type_any_header', setting this to 1
+  restores the old behaviour.
 
-* Compose window: more intuitive right-click behaviour in attachments
-  list.
+* Automatic account selection is now also applied when you reply to
+  one of your own messages, e.g. from the Sent folder.
 
-* QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.
+* Folder list: The Left and Right cursor keys now collapse or expand
+  the currently selected folder tree item. The Left cursor key also
+  moves the selection to parent folder, if current folder is within
+  a collapsed tree.
 
-* Folder list: Added 'Mark all read recursively' to context menu.
+* Folder list: The Home and End keys now move the selection to the
+  first folder and last folder in the tree.
 
-* Support for Mac-cyrillic encoding.
+* Account Auto-configuration: when errors occur, a more detailed
+  error message is shown.
 
-* IMAP: Support for SCRAM-SHA-1 authentication mechanism.
+* GnuPG plugins: An option has been added to specify the location of
+  the GnuPG executable.
 
-* PGP plugins: Display validity of signatures
+* GnuPG plugins: A new hidden preference has been added which limits
+  the number of results returned when using your keyring for address
+  auto-completion: 'autocompletion_limit'. The default value is 0,
+  which means there is no limit, any other number will limit the
+  results to that number.
 
-* Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.
+* Python plugin: Folder has been added to MessageInfo objects.
 
-* RSSyl plugin: Per-feed support for HTTP basic auth.
+* The GeoLocation plugin is no longer included.
 
-* GData plugin: minimum requirement: libgdata 0.17.1
+* The user manual has been updated.
 
-* Several layout improvements to preferences pages.
+* The man page has been updated.
 
-* Updated user manual.
+* Updated translations: Brazilian Portuguese, British English, Czech,
+  Dutch, Finnish, German, Hebrew, Hungarian, Norwegian Bokmål,
+  Slovak, Spanish, Swedish.
 
-* Updated man page.
+* New translations: Italian, Traditional Chinese.
 
-* Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
-  French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, 
-  Spanish, Swedish.
-
-...and so much more!
+* Removed translations:  Indonesian, Polish.
 
 * Bug fixes:
-	o bug 1769, 'vCalendar timezone glitches'
-	o bug 1901, 'More descriptive error msgs when attempting to 
-		     delete a folder'
-	o bug 2435, 'Infinite loop+crash when refreshing folders from
-		     dovecot mbox based mailbox'
-	o bug 2577, 'improve focus rectangle removal in summaryview'
-	o bug 2601, '"if item changes... never mark as unread" marks
-		     new items as read'
-	o bug 2965, 'Encrypted mails are stored unencrypted in
-		     'Queue' while sending via IMAP'
-	o bug 2981, 'claws-mail-3.9.3 compilation warnings'
-	o bug 3211, 'Fails to build in Debian hurd-i386'
-	o bug 3321, 'revert "Remove unreachable code"'
-	o bug 3345, 'Ability to choose other From values via keyboard
-		     has been lost'
-	o bug 3349, 'Unable to insert a file into a message during
-		     compose.'
-	o bug 3351, 'Two problems when re-sending a file with an
-		     attachment'
-	o bug 3354, 'Event cancellation uses incorrect method
-		     parameter for Content-Type header'
-	o bug 3364, 'segfault in src/prefs_account.c'
-	o bug 3365, 'segfault in src/wizard.c'
-	o bug 3380, 'Initialize widget before callback handler for
-		     'clicked''
-	o bug 3389, 'document 'F12' shortcut'
-	o bug 3407, 'Pressing the "Date" column header to "sort by
-		     date" causes all columns to have a sort arrow.'
-	o bug 3419, 'Saving/appending messages to an mbox file
-		     violates RFC#4155'
-	o bug 3421, 'Recipients list doesn't scroll when moving with
-		     arrow keys.'
-	o bug 3432, 'Google ClientLogin has been deprecated, should
-		     be migrated to OAuth 2.0'
-	o bug 3438, 'Filter to add address to Addressbook duplicates
-		     address in Name field'
-	o bug 3466, 'address auto-complete does not work on plasma5'
-	o Debian bug 771360, CVE 2010-5109
-	o Debian bug 771737, 'Segfaults when trying to open folder'
-	o Debian bug 779824, 'claws-mail depends on plugins 
-			      libraries'
-	o Fix LDAP access using TLS protocol
-	o claws-mail.desktop installation
-	o Compose window Subject mnemonic
-	o Archiver plguin: compatibility with libarchive 2.8.x
-	o Remove draft when cancelling a message written with an
-	  external editor
-	o Remove superfluous dynamic link against libarchive
-	o Fix labels referring to 'SSL' instead of 'TLS'
-	o Allow single-click to select mailboxes in the mailbox order
-	  dialog.
-	o tbird2claws.py: set encoding to UTF-8.
+	o bug 2115, 'Drag n' Drop of files with special characters
+		     crashes CM'
+	o bug 3209, 'autoconfig does not use full email address as
+		     username'
+	o bug 3253, 'all addresses of getaddrinfo() result should be
+		     tried'
+	o bug 3263, 'Wrong timezone while using date_fmt function'
+	o bug 3296, 'Crash on double notification popup'
+	o bug 3352, 'found_in_addressbook matches entries from GPG
+		     keyring'
+	o bug 3454, 'Attachments containing certain special
+		     characters in filename are not opened'
+	o bug 3473, 'base64 regression with old glib2 (before
+		     2.26.0)'
+	o bug 3475, 'Attachment dragged to email must be dropped to
+		     attachment tab only - reggresion'
+	o bug 3483, 'When replying to a *de*crypted message, it is
+		     contained *encrypted* in reply'
+	o bug 3507, 'build fails w/o GnuTLS'
+	o bug 3516, 'vCard icon misplaced'
+	o bug 3524, 'vCard does not decode all quoted-printable
+		     values'
+	o bug 3531, 'a/z hotkeys crash Claws immediately after
+	             startup'
+	o make 'date' (not thread date) the default sort when
+	  clicking column header to switch to date sort.
+	o Several memory leaks in RSSyl.
+	o IPv6 now works on Windows, for connections not handled by
+	  libetpan.
+	o GPG preferences initialization.
+	o Possible crash when gpg is upgraded to gpg-v21
+	o Save temporary file in mime temporary directory when using
+	  right-click/Open image instead of saving in current working
+	  directory.
+	o Crash in address completion when matching group name.
+	o Correct handling of RFC3339 timestamp format with second
+	  fraction.
+	o Building on GLib older than 2.25.
 
 For further details of the numbered bugs and RFEs listed above
 consult http://www.thewildbeast.co.uk/claws-mail/bugzilla/

-----------------------------------------------------------------------


hooks/post-receive
-- 
Claws Mail


More information about the Commits mailing list