Reorder send_message's port selection logic, paving the
[claws.git] / RELEASE_NOTES
index a7c0ea67d2d6d277bf99fdfdbccaf8ec88e0a820..46529600d2a260730f0725100549077b514985a9 100644 (file)
@@ -1,4 +1,4 @@
-9th April 2011                                       Claws Mail 3.7.9
+6th May 2013                                         Claws Mail 3.9.1
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,86 +9,137 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Added a hidden option, 'show_inline_attachments'. When this is
-  de-activated inline attachments referenced by other message parts,
-  (e.g. attached images referenced in an HTML message part), are
-  hidden. This is on by default, maintaining previous behaviour.
-
-* Added a hidden option, 'msgview_date_format'. When this option is
-  activated the Date format in the Message View will have the same
-  format as in the Message List. The format of the date is also
-  controlled in the same way, by the option on the Display/Summaries
-  page of the Preferences. This is off by default, maintaining
-  previous behaviour.
-               
-* Several GUI improvements:
-       o Reworked Simplify Subject RegExp in the Folder Properties
-       o The IMAP option 'Move deleted mails to trash and expunge
-         immediately' has been moved to the Advanced page of the
-         Account Preferences.
-       o The option 'Send account mail address in Message-ID' has
-         been moved to theSend page of the Account Preferences.
-       o Improvements to the Preferences for the Toolbars.
-       o Improvements to the initial Set-up Wizard dialogues.
-       o Improvements to the Templates preferences pages.
-       o Implemented a nicer scroll when drag and dropping.
-       o Added a button to get dictionaries on WIndows.
-
-* New translation: Lithuanian.
+All plugins previously packaged as 'Extra Plugins' are now contained
+within the Claws Mail package. In addition to that, the following
+plugins have been dropped: TrayIcon, Dillo Viewer, and Gtkhtml2
+Viewer.
+
+This release contains the following plugins: ACPI Notifier, Address
+Keeper, Attachment Remover, Attachment Warner, Bogofilter, BS Filter,
+Clam AntiVirus, Fancy HTML Viewer, FetchInfo, gData, GeoLocation,
+Mail Archiver, MailMBOX, New Mail, Notification, PDF Viewer, Perl,
+PGP/Core, PGP/Inline, PGP/MIME, Python, RSSyl, SMime, Spam Report,
+SpamAssassin, TNEF Parse, and vCalendar. 
+
+* 3 command-line switches have been added:
+  --cancel-receiving which cancels the currently running message
+       retrieval operation
+  --cancel-sending which cancels the currently running message
+       sending operation
+  --debug which toggles debug output.
+
+* '/Message/Cancel sending' has been added to the main menu. 
+
+* In the filtering and processing condition configuration for Age,
+  it is now possible to match based on number of hours.
+
+* The GnuPG signature timestamp is now displayed in the full
+  signature information
+
+* Support for GnuTLS priority string has been added. This is achieved
+  via 2 hidden account preferences, gnutls_set_priority and 
+  gnutls_priority. The former turning the option on or off, the
+  latter containing the required priority string.
+
+* Keep-alive pings are now performed on IMAP and NNTP connections.
+
+* In the Compose window, the focus is now moved to the message body
+  when focus is in the Subject entry and the Enter key is pressed.
+  
+* The Delete key can now be used to remove Colour Label hotkeys.
+
+* PDF Viewer: The printed PDF quality has been improved.
+
+* Fancy HTML viewer: The options dialogue has been completely
+  reworked, and disabling remote content is now totally strict.
+               
+* Python plugin: Added Cc field to messageinfo objects.
+
+* Python plugin: Added examples.
+
+* Python plugin: Added a function to get an arbitrary header from a
+  MessageInfo object
+
+* Perl plugin: The documentation for insert_perl.pl has been
+  improved.
+
+* Basic handling of vcard 3.0 has been added to vcard2xml.py.
+
+* A Swedish translation has been added to claws-mail.desktop.
+               
+* The man page has been updated.
 
 * Updated translations: Brazilian Portuguese, Czech, Finnish, French,
-  Slovak, Spanish, Ukranian.
+  German, Hebrew, Hungarian, Lithuanian, Slovak, Spanish, Swedish
 
 * Bug fixes:
-       o bug 2039, 'SMTP AUTHENTICATION'
-       o bug 2050, 'Clawsmail sends return receipt every seconds'
-       o bug 2148, 'Attachment content-transfer-encoding incorrectly
-                    set when signing emails'
-       o bug 2165, 'The date not localized in the message view'
-       o bug 2203, 'Problems in forwarding multipart/alternative
-                    messages with HTML part'
-       o bug 2237, 'User action makes Claws unresponsive'
-       o bug 2279, 'crash when clicking 'define' in filter
-                    configuring'
-       o bug 2299, 'Incorrect handling of quoted printable coma
-                    in headers'
-       o bug 2315, 'claws-mail 3.7.7 crashes when trying to compose
-                    mail on FreeBSD 9.0 amd64 (GTK+ 2.22.1/GLib
-                    2.26.1)'
-       o bug 2322, 'GPG Full info: showing subkey ID instead of
-                    primary key fingerprint'
-       o bug 2325, 'messages remains in folder cache after moving
-                    from MH to IMAP boxes'
-       o bug 2331, 'Base64 is broken in 3.7.7 and 3.7.8'
-       o bug 2332, 'Crash when hitting cancel on the SMTP status
-                    window'
-       o bug 2346, 'Please register x-handler-scheme in .desktop
-                    file'
-       o bug 2350, 'Make displaying localized date/time in message
-                    view optional'
-       o bug 2361, 'Claws crashes after PGP Check in separate msg
-                    view'
-       o bug 2365, 'Crash when auto-scrolling headers in compose
-                    window'
-       o bug 2369, 'valgrind.h should NOT be part of claws-mail'
-       o bug 2381, 'Support for NetworkManager 0.9'
-       o bug 2383, 'folderitemrc not updated when account name is
-                    changed'
-       o bug 2393, 'Crashes and rendering problems in the "Save as"
-                    menu caused by attachments with umlauts in the
-                    file name'
-       o bug 2394, 'backtrace() crashes on FreeBSD'
-       o fix matcher body parsing
-       o fix crash when searching or adding a LDAP server
-       o fix sa-learn when offline
-       o TrayIcon plugin: fix logic bug which caused icon to be
-         always set no-mail status on plugin load
-       o TrayIcon plugin: force icon hide on plugin_done(), without
-          it an empty space is left in tray under KDE3 and KDE4
-       o fix segfault on Windows
+       o bug 1137, 'loading plugins with same profile on different
+                    archs'
+       o bug 1684, 'view news messages with large attachements
+                    segfaults'
+       o bug 1963, 'Preferences Templates Information Window Focus
+                    loss'
+       o bug 2340, 'Create block list'
+       o bug 2617, 'code cleanup'
+       o bug 2624, 'dialog "Action Configuration" cannot be closed'
+       o bug 2702, 'Support splitting subject line for small screen
+                    layout'
+       o bug 2774, 'Select folder/New Folder dialog - modal problem'
+       o bug 2785, 'Marking mails for deletion reopens internal
+                    message view'
+       o bug 2801, 'Filtering Header:Name list is blank/corrupt'
+       o bug 2826, 'replace deprecated gnutls function'
+       o bug 2828, 'Use MD5 digest for socket name'
+       o bug 2832, 'mail to from adress-book splitt names'
+       o bug 2835, 'add_address() in addr_compl.c should allow a
+                    NULL name'
+       o bug 2859, 'Newmail plugin doesn't work if Mail folder not 
+                    present when it is loaded.'
+       o bug 2862, 'Segmentation fault when replying to a message
+                    where the "code conversion" fails'
+       o bug 2863, 'Applying has_attachment quicksearch on IMAP
+                    segfaults'
+       o bug 2878 'bsfilter / folder.c:1435 Condition identifier
+                   != NULL failed'
+       o bug 2879, 'Plain text mails treated as encrypted'
+       o bug 2882, 'Reverse preference for external content'
+       o bug 2885, 'SIGSEGV in hooks_marshal at hooks.c:108'
+       o bug 2890, 'html2ps required...'
+       o bug 2893, 'ical_yy_scan_bytes has wrong type'
+       o bug 2903, 'key 'C' mention harcoded in string'
+       o bug 2909, 'Changing folder quickly can cause wrong email to
+                    be deleted'
+       o IMAP: Don't set charset on simple searches. Fixes Exchange
+         2007.
+       o Disconnect NNTP accounts too when switching offline.
+       o Fix sensitivity of next-unread toolbar button.
+       o tools/gif2xface.pl, tools/outlook2claws-mail.pl: Fix
+         address.
+       o Add missing \n at end of the return receipt last part's
+         headers.
+       o Make LDAP over SSL work on Win32.
+       o Fix crash on action error.
+       o Fix trimming of leading spaces in actions.
+       o tools/vcard2xml.py: Fix missing file encoding info.
+       o fix sensitivity of 'Use both dictionaries' in compose
+         window.
+       o Fix actions with spaces (and quotes).
+       o tools/vcard2xml.py: Lines split over more than one line
+         breaks parser; Get email addres correct. Not only 
+         email;internet.
+       o Escape filename/description text of MIME parts, prevents
+         error if, e.g., the filename contains an ampersand.
+       o Fix 'edit accounts' windows going behind when leaving an
+         'account preferences' window, by re-focusing this window.
+       o Fix crash closing PDF information alert panel.
+       o Fix default fonts on Windows.
+       o Fix ugly icon in XFCE's alt-tab window.
+       o Fix untranslated description in archiver plugin
+       o fix crasher when using /Edit/Search folder on start-up with
+         nothing selected.
 
 For further details of the numbered bugs listed above consult
-http://www.thewildbeast.co.uk/claws-mail/bugzilla/index.cgi
+http://www.thewildbeast.co.uk/claws-mail/bugzilla/
 
 ---------------------------------------------------------------------
 See ChangeLog for full information regarding changes in this release.