Ungroup to make future tlds.h patches smaller
[claws.git] / RELEASE_NOTES
index dce8ad06df6fe0ddbf0e367ca6a1bf2a4ee036a8..4441df2f1e7f8c01b99b551263d6854e5111378c 100644 (file)
-2nd July 2007                                       Claws Mail 2.10.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.
 
-Notes for this release:
-~~~~~~~~~~~~~~~~~~~~~~~
-
-libetpan 0.49 is now required for IMAP support
-
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Added "From, To or Subject" to the QuickSearch types.
-
-* Added handling of the 'a' key to loop through a mail's MIME parts.
-
-* In the Compose window "Add to address book" has been added to the
-  context menu of the sender and recipient fields.
-
-* Implemented a proper References filtering condition.
-
-* Added the possibility to cancel receiving in IMAP accounts.
-
-* Made offline synchronisation faster.
+* Preferences are now saved to disk immediately on pressing OK or
+  Apply.
 
-* Added an alternate way to fetch flags on IMAP, which improves
-  performance with some servers, (like Exchange).
-  See "Bandwidth-efficient mode" in IMAP accounts' Receive
-  preferences.
+* 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.
 
-* Allow manual sorting of Templates.
+* 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.
 
-* Templates improvements: easier syntax, add some useful variables.
+* 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.
 
-* Implemented per-account and per-folder compose/reply/forward
-  Templates.
+* Automatic account selection is now also applied when you reply to
+  one of your own messages, e.g. from the Sent folder.
 
-* Added a QuickSearch option to automatically run a search selected
-  from the history.
+* 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.
 
-* Made the Summaries Preferemces page "when entering a folder..."
-  options fully customisable.
+* Folder list: The Home and End keys now move the selection to the
+  first folder and last folder in the tree.
 
-* Added an "Open last opened folder at startup" option to the
-  Summaries page in the Prerferences.
+* Account Auto-configuration: when errors occur, a more detailed
+  error message is shown.
 
-* Changed the Preference "Only mark as read when opened in new
-  window" on the Summaries page to "Only mark as read when opened
-  in new window, or replied to".
+* GnuPG plugins: An option has been added to specify the location of
+  the GnuPG executable.
 
-* Allow disabling mail filtering plugins on a per-account
-  basis.
+* 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.
 
-* Added an option to the Bogofilter and SpamAssassin plugins to
-  enable marking saved spam as Read.
+* Python plugin: Folder has been added to MessageInfo objects.
 
-* Added a warning about encryption limits, which can be disabled.
+* The GeoLocation plugin is no longer included.
 
-* Removed the "Download all" preference from POP3 accounts; it
-  was useless and confusing.
+* The user manual has been updated.
 
-* Re-organized some Preferences page.
+* The man page has been updated.
 
-* Replaced the tabbed layout in Account Preferences with pages.
+* Updated translations: Brazilian Portuguese, British English, Czech,
+  Dutch, Finnish, German, Hebrew, Hungarian, Norwegian BokmÃ¥l,
+  Slovak, Spanish, Swedish.
 
-* Renamed 'Protocol Log' to 'Network Log'
+* New translations: Italian, Traditional Chinese.
 
-* Added a few cursor improvments while Claws is busy.
-
-* Added support for CRLF in headers of messages.
-
-* Added support for a few more date formats (RFC3339 subsets).
-
-* The keypad's Enter key now does the same as the Return key.
-
-* Improved LDIF import, better error handling, UI cleanup.
-
-* LDAP write support has been added.
-
-* Use Hildon's file chooser on Maemo.
-
-* Updated Brazilian Portuguese, British English, French, German,
-  Hungarian, Russian, Simplified Chinese and Spanish translations. 
+* Removed translations:  Indonesian, Polish.
 
 * Bug fixes:
-       o bug 848, 'Redirect breaks GnuPG'
-       o bug 1217, 'reentrancy problems with time functions'
-       o bug 1248, 'Core dumps after unloading plugin and clicking
-                    on load plugins'
-       o bug 1249, 'Error handling for news errors needs
-                    modification'
-       o Race condition when automatically drafting due to
-         insertion on re-edit.
-       o Consider "- -- \n" as signature separator (fixes signature
-         stripping when replying to PGP/Inline signed emails).
-       o Race condition crash when reconnection fails on IMAP.
-       o Raising log windows when they are either minimized or in
-         background.
-       o Occasional crasher when cancelling message sending.
-       o Stale news statusbar when scanning fails.
-       o A few race conditions when sending/drafting emails.
-       o Building of some plugins in Mac OS X.
-       o Don't decode leading ENV_ and ~ in P_PASSWORD configuration
-         values.
-       o Incoming messages from local accounts always get filtered
-         regardless of the preference.
-       o Use gethostname() instead of uname(), fixes failures to
-         determine hostname on some BSDs.
-       o Crash if fork() fails when resolving hostnames.
-       o Infinite loop when exiting with compose window(s) opened,
-         when the draft folder is on IMAP and unreachable.
-       o Sizing/alignment of the button bar in plugins window.
-       o Copying text from HTML parts.
-       o 'make distcheck' failure
-
-
-For further details of the numbered bugs listed above consult
-http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
+       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.
+
+