Optimize (for speed) and factorize code related to marking folders
[claws.git] / RELEASE_NOTES
index ccb3eb88ddfea6ed995cab0abeae560d9e93843f..a9767142b5ce7b6c558574f2947cdb19bf954ec9 100644 (file)
@@ -1,4 +1,4 @@
-26th March 2017                                     Claws Mail 3.15.0
+15th August 2018                                    Claws Mail 3.17.0
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,122 +9,144 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* 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
+* the minimum GLib requirement is now 2.28.
+
+* the mimimum GTK+2 requirement is now  2.24.
+
+* nettle is now required, following removal of libcrypt from glibc.
+
+* explicit use of --disable-gnutls is now required if gnuTLS support
+  is not required.
+
+* SOCKS proxy support has been added.
+  Global settings can be found on the Mail Handling/Proxy page.
+  This can be overridden by Account settings on the new Proxy page.
+
+* Accounts can now have their own auto-check intervals, or follow the
+  global interval.
+
+* in the options for 'default selection when entering a folder',
+  'first [...]' has been renamed to 'oldest [...]', and
+  'newest [...]' items have been added.
+
+* Message List: when changing sort key by clicking column header,
+  the sort direction is now preserved
+
+* Message View: keypress handling for scrolling, (PgUp/Down, Space,
+  Backspace), has been improved.
+
+* the Network Log now displays output from LDAP operations.
+
+* "Go to last error" has been added to the Log Window context menu.
+
+* Filtering/Processing: "mark_as_spam" is no longer a final action,
+  since it does not move the marked message.
+
+* Filtering/Processing: Resent-From and Resent-To have been added in
+  Any/All header(s) (in Address Book) matcher rules.
+
+* when a Return-Receipt request is received by an unknown address,
+  the user is now required to choose which Account to send it from.
+
+* Colour Labels: confirmation is asked for when clearing or
+  overriding existing colour labels.
+
+* Address Book: basic contact merging has been added.
+
+* NetworkManager support: ported from libnm-util/libnm-glib to libnm.
+
+* Dillo plugin: this HTML rendering plugin is now once again
+  available.
+
+* RSSyl plugin: the modified time is no longer considered when
+  matching deleted items.
+
+* RSSyl plugin: Handle 404 and other fetch failures better.
+
+* Attachment Remover plugin: the user is now notified about what has
+  been done when processing multiple selections.
+
+* SpamAssassin plugin: added support for compression (the server must
+  have compression enabled, and the local spamc too).
+
+* SpamAssassin plugin: disabled SSLv3.
+
+* when using the hidden preference, hide_timezone, the time in the
+  Date header is converted to UTC.
+
+* various other UI improvements.
+
+* many behind-the-scenes improvements.
+
+* updated translations: Brazilian Portuguese, Catalan, Czech, Danish,
+       Dutch, Finnish, French, German, Hungarian, Norwegian Bokmål,
+       Romanian, Russian, Slovak, Spanish, Swedish, Traditional
+       Chinese, Turkish.
+
+* bug fixes:
+       o bug 3754, 'interactive auth dialogs pops endlessly'
+       o bug 3919, 'manual filtering does not move spam'
+       o bug 3936, 'LDAP StartTLS does not work for addressbooks'
+       o bug 3947, 'Build break with --disable-libsm
+                    --enable-crash-dialog'
+       o bug 3957, 'Claws-Mail 64bit crashes when saving a draft'
+       o bug 3960, 'Sends unencrypted emails when encryption fails'
+       o bug 3971, 'Deleted rss feed item reappears as unread on
+                    feed refreshing'
+       o bug 3973, ''select all' in summaryview does not
+                    automatically focus the summaryview'
+       o bug 3978, '"From" column displays both name and email
+                    address for Outbox'
+       o bug 3984, 'Copy-paste in find/filter field works
+                    incorrectly'
+       o bug 3985, 'an empty progress bar remains after POP mail 
+                    check completes'
+       o bug 3986, 'IMAP quick search using non-ASCII characters
+                    creates an infinite loop'
+       o bug 3993, 'Claws Mail connects to IMAP server when it
+                    should not'
+       o bug 4014, '"Work offline" doesn't seem to affect RSS'
+       o bug 4022, 'Closing "Account Preferences" window opens "Edit
+                    Accounts" window if "Edit Accounts" window has
+                    been opened before at least once'
+       o bug 4023, 'Fix some small issues'
+       o bug 4033, 'Claws Mail crashes [malloc(): memory corruption]
+                    while trying to save account password greater
+                    than 136 chars'
+       o bug 4056, 'Impossible to disable overriding of offline
+                    mode'
+       o bug 4058, '# in extended search description window should
+                    not be translated'
+       o bug 4068, 'Claws Mail hangs when getting news from a
+                    certain feed'
+       o actionsrc was not updated after mailbox name change
+       o two crashes caused by bad GtkListStore management in
+         editaddress.c
+       o wrong malloc of clamd_socket struct, (CID 1220477)
+       o vCalendar: possible access to uninitilized folder pointer
+         (CID 1402515)
+       o vCalendar: mismatch and unneeded display of unavailable
+         folder class in warning (CID 1434197)
+       o vCalendar: Skip whitespace chars at the beginning of ics
+         stream
+       o buffer overrun, always writing at buffer size + 1. (CID
+         1434188)
+       o wrong use of pointer-to-array as an array CID 1434191)
+       o sensitivity of few preferences widgets of the SA plug-in
+       o compilation using --enable-generic-umpc
+       o crash in quicksearch keypress handling
+       o quoting in reply to format=flowed message
+       o HTML <hX> header handling
+       o 'sort_type' is lost when changing 'sort_key' from
+         /View/sort the bug was apparent with a descending sort
+       o Return-Receipts: MDN mail-accountname leak
+       o auth retry in Managesieve - wrong state variable was being
+         set
+       o memory leaks
 
 For further details of the numbered bugs and RFEs listed above
-see http://claws-mail.org/bug/[BUG NUMBER]
+see https://www.claws-mail.org/bug/[BUG NUMBER]
 
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.
 
-