Improve plugin description a bit
[claws.git] / RELEASE_NOTES
index 542843023e41b5aa0fe46f4ed0b36a128a015109..9197ef9ea6327d17d859b5d2cbbae68ad1cc14c7 100644 (file)
@@ -1,4 +1,4 @@
-6th March 2009                                       Claws Mail 3.7.1
+14th December 2013                                   Claws Mail 3.9.3
 
                    CLAWS MAIL  RELEASE NOTES
                     http://www.claws-mail.org
@@ -9,76 +9,90 @@ email client.
 New in this release:
 ~~~~~~~~~~~~~~~~~~~~
 
-* Spell Checking has been added to the Subject in the Compose window.
+* The TAB address completion in the Compose window now matches any
+  part of the address and not just the beginning.
 
-* The 'Quotation characters' option has been moved from the Compose/
-  Writing page of the preferences to the /Message View/Text Options
-  page, where it should be.
+* When copying or moving a message, the type-ahead search now matches
+  any part of a folder name and not just the beginning.
 
-* When replying to signed and/or encrypted mail and the preference to
-  sign and/or encrypt is set, the original mail's privacy system is
-  automatically used, if available.
+* It is now possible to replace the current signature in the Compose
+  window by using the '/Message/Replace signature' menu item.
 
-* If a text/calendar attachment is present in a message it is
-  automatcally selected if a suitable plugin (i.e. vCalendar) is
-  available.
+* It is now possible to disable the 'Subject is empty' warning
+  dialogue. See the option 'Warn when Subject is empty' option on the
+  '/Configuration/Preferences/Mail handling/Sending' page.
+  
+* When sending messages, if the hostname cannot be determined,
+  fallback to 'localhost' rather than 'unknown', as the latter is
+  rejected by some servers.
 
-* /Tools/List URLs now shows both the link title and URI if possible.
+* Added better handling of messages from broken mailers, such as
+  yahoo groups.
 
-* A URI appearing in the statusbar is now only trimmed if necessary.
+* PDF plugin: the minimum required version of poppler is 0.12.0.
 
-* When using /Tools/Create filter|procesing rule/Automatically
-  the List-Id header is preferred to X-* headers.
+* PGP/* plugin: long key IDs are now displayed in the dialogues
+  instead of short IDs.
 
-* The manual has been updated.
+* PGP/* plugin: The automatic signature check is now non-blocking.
 
-* Updated Brazilian Portuguese, Czech, Dutch, Finnish, French,
-  German, Hungarian, Simplified Chinese, Spanish and Swedish
-  translations.
+* Python plugin: can now access accounts, mailboxes, folder
+  properties
+
+* vCalendar plugin: webcals:// URLs are now treated as https://
+
+* Translation updates: Brazilian Portuguese, Czech, Dutch, French,
+  German, Hebrew, Slovak, Spanish, and Swedish.
+
+* Support for Maemo has been removed.
 
 * Bug fixes:
-       o bug 1432, '& not escaped in links (HTML rendered as
-                    text)'
-       o bug 1506, 'Recursive search in collapsed folders'
-       o bug 1799, '"Discard message" deletes manually saved draft'
-       o bug 1804, 'attach_save_directory does not default to $HOME'
-       o bug 1811, '[mime] Crash when there's no room for filename's
-                    start on the same line'
-       o bug 1817, 'Changing Themes does not update the pixmaps in
-                    "Select folder" dialog box'
-       o bug 1825, 'Unable to fetch messages from IMAP folders named
-                    with non-ASCII string'
-       o bug 1834, '"semi"-selection when collapsing thread'
-       o bug 1838, 'Claws-Mail sometimes quits when attempting to
-                    type a capital Q'
-       o bug 1840, 'margins for printing not restored'
-       o Launchpad bug 335571: 'claws-mail crashed with SIGSEGV in
-         strlen() while deleting large amount of e-mails on IMAP
-         account'
-       o fix font updating after changing derive_from_normal_font
-       o fix build for bison 2.4.1
-       o fix bug where if plugin path[0] had same name as plugin
-         path[1], (like in the de translation), the plugin path[1]
-         page was lost and not shown in the GUI
-       o fix updating of summaryview popup menu sensitivity
-       o fix crash when right-clicking in summaryview when
-         processing is active
-       o fix synchronisation dialog that shouldn't appear when
-         network goes down (Network Manager)
-       o Disable use of disabled privacy keys
-       o Win32: bug 1810, 'Pressing 'o' key crashes CM'
-       o Win32: bug 1813, 'Installing Theme Creates Error'
-       o Win32: bug 1814, 'Windows' WM badly places message view'
-       o Win32: bug 1815, 'Drag-n-Drop of files on Compose Window
-                           does not attach'
-       o Win32: bug 1816, 'Attaching files with command-line
-                           generates error after attaching'
-       o Win32: bug 1865, 'IMAP account name changes are not
-                           followed at filter actions'
-       o Win32: fix window placement
+       o bug 2132, 'Keyboard accelerators for "Clear" and "Edit"
+                    quick search conflict with top menus'
+       o bug 2210, 'Display name with invalid addresses not quoted
+                    when inserted from address book'
+       o bug 2794, 'account privacy signing method ignored on reply'
+       o bug 2923, 'build failure with perl 5.18'
+       o bug 2940, 'Extended search dialog too small for content in
+                    polish l10n'
+       o bug 2954, 'Crash in "Save Image As" for HTML message'
+       o bug 2957, 'Double-free in account preferences'
+       o bug 2960, 'rfc3156 deviation regarding hash symbols'
+       o bug 2961, 'Partial retrieval not available with PGP/Inline
+                    encrypted messages'
+       o bug 2964, 'Lack of escaping of nested double-quotes in To:
+                    header'
+       o bug 2979, 'claws fails to load (empty) folderlist.xml and
+                    shows account wizard'
+       o bug 2982, 'variable declaration behind FLOCK conditional'
+       o bug 2986, 'Down and Delete buttons have same hotkey in
+                    filtering config'
+       o bug 2989, 'Segfault at startup because of corrupted
+                    folderlist.xml'
+       o bug 2994, 'translating folder name'
+       o bug 2995, 'closing extended quick search information panel
+                    triggers window focus bug'
+       o bug 3002, 'undefined reference to check_file_integrity'
+       o bug 3004, 'claws picks wrong mime type for attachments'
+       o bug 3009, '"Rebuild folder tree" causes SIGSEGV if a
+                    directory name isn't valid utf-8'
+       o bug 3011, 'crash when using %f Action on two or more
+                    uncached (IMAP) messages.'
+       o bug 3021, 'Icon key_pgp_signed always shows as the default,
+                    never the themed version'
+       o debian bug 711864, 'claws-mail-vcalendar-plugin: when
+                             creating meeting GTK_IS_COMBO_BOX_TEXT
+                             failed'
+       o Quote all specials in name as defined on RFC,
+         see http://tools.ietf.org/html/rfc5322#section-3.2.3
+       o fix sensitivity and state of 'hide read threads'
+       o Fancy plugin: disable DNS Prefetching when 'Enable loading
+         of remote content' is switched off
+       o Bogofilter plugin: insert X-Bogosity header like the option
+         says, not X-Claws-Bogosity header
 
 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.