rename configure option 'enable-alternate-addrbook' to 'enable-alternate-addressbook'
[claws.git] / RELEASE_NOTES
index 492ae3496f49347d7fafd1af607046d6198fd10d..4441df2f1e7f8c01b99b551263d6854e5111378c 100644 (file)
-16th December 2011                                   Claws Mail 3.8.0
+11th October 2015                                   Claws Mail 3.13.0
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
-                     
+
 Claws Mail is a GTK+ based, user-friendly, lightweight, and fast 
 email client.
 
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* GnuTLS 2.2 is now a minimum requirement if encrypted connections to
-  servers are required.
+* 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.
 
-* The list displays have been updated to use newer GTK+ functions,
-  this means that the expanders look different and the optional dotted
-  lines have been dropped.
+* Folder list: The Home and End keys now move the selection to the
+  first folder and last folder in the tree.
 
-* A hidden option, 'summary_from_show', which controls the display in
-  the From column of the Message List: 0 (default): show name,
-  1: show address, 2: show name + address
-               
-* The image viewer now uses the EXIF Orientation.
-               
-* 'Generate X-Mailer header' has been added as an Account option.
+* Account Auto-configuration: when errors occur, a more detailed
+  error message is shown.
 
-* /View/Message scroll has been added, allowing keyboard shortcuts to
-  be added and used for message scrolling.
+* GnuPG plugins: An option has been added to specify the location of
+  the GnuPG executable.
 
-* Home and End keys now function in the Message View.
+* 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.
 
-* /Message/Print has been added to the Compose window.
+* Python plugin: Folder has been added to MessageInfo objects.
 
-* Updated manuals
+* The GeoLocation plugin is no longer included.
 
-* Update man page
+* The user manual has been updated.
 
-* Updated translations: Brazilian Portuguese, Czech, French,
-       Hungarian, Indonesian, Russian, Slovak, Spanish, Ukrainian.
+* 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 1489, 'Filter action mark_as_read inoperative
-                    following move action
-       o bug 1563, 'Folder view: show complete threads if they
-                    contain unread messages'
-       o bug 1870, 'arrow scrolling in filters'
-       o bug 2116, 'Rip spaces off server names in account
-                    configuration'
-       o bug 2127, 'SSL cert check uses canonical name instead of
-                    specified name'
-       o bug 2177, 'addrbook/addrbook-00000?.xml is not deleted
-                    after removing the address book in the GUI'
-       o bug 2303, 'Next unread message enables message view'
-       o bug 2310, 'Crash when hitting Ctrl+R to reply to a 
-                    particular mail'
-       o bug 2377, 'Show All Headers - make change persistent
-                    between sessions'
-       o bug 2402, 'GnuTLS change breaks socket communication'
-       o bug 2404, 'matcherrc updates upon account renaming'
-       o bug 2406, 'some part of accountrc not updated upon account
-                    rename'
-       o bug 2408, 'Some UI elements are not persistent between
-                    sessions'
-       o bug 2422, 'Toggle Message View w/ V crashes Claws'
-       o bug 2479, 'LDIF address book import matches tags case
-                    sensitive'
-       o bug 2481, 'do not scroll "from" dropdown list and sender
-                    address'
-       o bug 2493, 'Subscription pull down should be alphabetized'
-       o bug 2502, 'gnutls_transport_set_lowat removed in gnutls
-                    3.0.3'
-       o bug 2505, 'tagsdb becomes polluted with old folder entries'
-       o bug 2509, 'manually added headers are lost unless mail is
-                    sent inmediately'
-       o bug 2520, 'Please remove verbose "No further processing
-                    after rule %s" message.'
-       o bug 2525, 'Address completion window does not get keyboard
-                    focus'
-       o bug 2526, 'When reading message in separate window, n and p
-                    keys do not work'
-       o bug 2529, 'crash in mimeview_start_drag after deleting
-                    message'
-       o bug 2543, 'filter actions in actionsrc not updated upon
-                    account renaming'
-       o bug 2560, 'crash when unsubscribing newsgroup and having
-                    active search field'
-       o Fix focus problem on Gnome shell
-       o Fix flicker on recursive quicksearch
-       o Fix huge slowness induced by spellcheck "while typing"
-         during initial quote rewraps.
-       o Fix build with GLib 2.31.
-       o Fix crasher when spellchecking is not enabled
-       o Fix compose window size saving/restoring
-
-For further details of the numbered bugs listed above consult
-http://www.thewildbeast.co.uk/claws-mail/bugzilla/
+       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/
 
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.
+
+