2007-02-21 [wwp] 2.7.2cvs59
[claws.git] / NEWS
diff --git a/NEWS b/NEWS
index 2fa5f065cc34988f76f8dc529dfbe41bfe260f68..cf51e91d11fe03a9e007c682309a5997554c456a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,153 @@
 Changes of the  Claws Mail GTK2 branch
 
+* 2.7.2
+-------
+
+* Added command line equivalent options:
+  -h for --help
+  -q and --quit for --exit
+  -v for --version
+  "Unknown option" is now printed when unknown command line options
+  are used.
+
+* The wizard for configuration migration, (Sylpheed-Claws to Claws
+  Mail), now has the option to save or not save a backup of the old
+  configuration folder.
+
+* The configuration wizard is now re-run if it was previously
+  cancelled.
+
+* Bug fixes:
+       o bug 1100, 'Highlighted e-mail data not visible when color
+                    label applied.'
+       o bug 1101, '"Load plugin" button is accidentally hidden'
+       o bug 1102, 'claws-mail-2.7.1 makes use of deprecated ldap 
+                    functions'
+       o IMAP: fixed crash when connect command doesn't exist.
+       o IMAP: better folder checking when an IMAP directory is set.
+       o IMAP: Never remove INBOX when scanning for new folders.
+         It's a special folder that must exist.
+       o fix vertical scrollbar jumping back to the top when 'Check
+         for new folders' is used.
+       o fix sensitivity issues of Mark as Spam/Ham context menus.
+       o fix potential crashes in the address book's embedded 'Edit
+         person' dialogue, and fix conflicting copy/paste menu
+         entry.
+       o Reflect change of Font configuration in the Header view
+         clickable links.
+       o fix handling of empty values in attach_load_directory and
+         attach_save_directory clawsrc options.
+       o fix 2nd-run loss and new configuration loss of filtering
+         rules on configuration migration.
+       o Bogofilter plugin: fix sensitivity of "Insert X-Bogosity
+         header" option
+
+* 2.7.1
+-------
+
+* Bug fixes:
+       o bug 1095, 'Crash while changing folder columns during
+                    incorporation'
+       o bug 1098, 'bogus last row display after expanding a thread'
+       o fix a few annoyances when choosing keys for the CMS (S/MIME)
+         protocol
+       o fix updating of the mime parts
+       o fix Forwarding msgs with attachments that have dos line
+         endings
+       o strip S/MIME signatures when re-editing S/MIME signed
+         messages
+       o fix body search starting at the end of the mail (and asking
+         for loop)
+       o fix Enter in search windows
+       o fix dbus-related crash in the the GTK+ file selector.
+       o IMAP: fix recursion when server lists the current subfolder
+         in the response
+       o IMAP: get rid of the previous mailimap when connecting, just
+         in case disconnect was unclean
+       o IMAP: make sure we don't use an old socket when reconnecting
+
+
+* 2.7.0
+-------
+
+* The --select option can now also select emails by Message-ID
+
+* Attaching files from 'mailto:' URIs (&attach=...) is now possible.
+  A dialog is displayed to make sure that the user is aware that the
+  mail will contain attachments
+
+* 'New Message format' has been added to the Compose/Writing options,
+  this works like the Quote format and the same symbols are supported
+
+* Reworked the About dialog, including the addition of a new page, 
+  'Features', which indicates which of the optional features are
+  compiled in and which are not. A 'Release Notes' page was also
+  added
+
+* Added history combo for all search fields (message and text)
+
+* The 'mark_as_read_delay' option is not hidden anymore and can be
+  found in Configuration/Preferences/Summaries
+
+* Added global and per-folder preferences to set the default
+  alternate dictionary
+
+* Allow spell-checking to use both current and alternate dictionaries
+
+* Added an hidden option 'addressbook_use_editaddress_dialog' to
+  embed the contact editor in the addressbook window in contrast to
+  a separate dialog
+
+* Added a hidden option 'unsafe_ssl_certs', to allow storing
+  multiple SSL certificates for a given server/port. You will be
+  asked to accept unknown certificates. Unchecking this option will
+  require you to re-accept previously known certificates
+
+* Allow copying of folders between mailboxes
+
+* Better automatic account selection for mailing lists (searches for
+  the email address in the Delivered-To header also)
+
+* Made the "Synchronise" menu item inactive when there's nothing to
+  synchronise
+
+* Use Message font in Writing and Quoting preferences, as well as in
+  Templates
+
+* Added more HTML symbols to the html to text converter
+
+* Save the addressbook's window size on closing
+
+* Better checks for syntax errors are applied to Templates and Quote
+  formats
+
+* Added a check to avoid trying to use a non-existent folder as
+  default inbox
+
+* Enable setting SSL via STARTTLS from the set-up wizard
+
+* Added handling of ":port" in server addresses in the set-up wizard
+  to specify a port to connect to
+
+* Bogofilter plugin: added an option to print the X-Claws-Bogosity
+  header in emails handled by the Bogofilter plugin (in MH folders
+  only)
+
+* Bogofilter plugin: added an option to whitelist senders found in
+  addressbook
+
+* Bogofilter plugin: Allow storing of Unsure mails in a specific
+  folder to make better teaching easier
+
+* Bogofilter plugin: Improved GUI interaction while Bogofilter is
+  filtering
+
+* TrayIcon plugin: added an "Email from account/..." submenu
+
+* updated Brazilian Portuguese, British English, Catalan, Finnish,
+  French, Italian, Serbian, Simplified Chinese, Slovak, and Spanish
+  translations
+
 * 2.6.1
 -------