Improve how message body is quoted for reply/forward/etc.
[claws.git] / NEWS
diff --git a/NEWS b/NEWS
index 0116e6bfb89b44024d83e91ab9a7693e5f778192..fa7af531794141405ba4d2688d8a47a54d7dae07 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,247 @@
 Changes of the  Claws Mail GTK2 branch
 
+* 3.12.0
+--------
+
+* New plugin: ManageSieve. Manage sieve filters on a server using
+  the ManageSieve protocol.
+
+* Filtering/Processing: increase range for age matcher condition.
+
+* Filtering/Processing: 'mark_as_spam' now only marks as spam, it
+  does not do an additional move.
+
+* Compose window: From line gets its own label with mnemonic.
+
+* Compose window: more intuitive right-click behaviour in attachments
+  list.
+
+* QuickSearch: 'Cc' added to the mixed search: From/To/Cc/Subject/Tag.
+
+* Folder list: Added 'Mark all read recursively' to context menu.
+
+* Support for Mac-cyrillic encoding.
+
+* IMAP: Support for SCRAM-SHA-1 authentication mechanism.
+
+* PGP plugins: Display validity of signatures
+
+* Bogofilter plugin: 3rd spam handling option, 'Only mark as spam'.
+
+* RSSyl plugin: Per-feed support for HTTP basic auth.
+
+* GData plugin: minimum requirement: libgdata 0.17.1
+
+* Several layout improvements to preferences pages.
+
+* Updated user manual.
+
+* Updated man page.
+
+* Updated translations: Brazilian Portuguese, Catalan, Czech, Dutch,
+  French, German, Hebrew, Hungarian, Norwegian Bokmål, Slovak, 
+  Spanish, Swedish.
+
+...and so much more!
+
+* Bug fixes:
+       o bug 1769, 'vCalendar timezone glitches'
+       o bug 1901, 'More descriptive error msgs when attempting to 
+                    delete a folder'
+       o bug 2435, 'Infinite loop+crash when refreshing folders from
+                    dovecot mbox based mailbox'
+       o bug 2577, 'improve focus rectangle removal in summaryview'
+       o bug 2601, '"if item changes... never mark as unread" marks
+                    new items as read'
+       o bug 2965, 'Encrypted mails are stored unencrypted in
+                    'Queue' while sending via IMAP'
+       o bug 2981, 'claws-mail-3.9.3 compilation warnings'
+       o bug 3211, 'Fails to build in Debian hurd-i386'
+       o bug 3321, 'revert "Remove unreachable code"'
+       o bug 3345, 'Ability to choose other From values via keyboard
+                    has been lost'
+       o bug 3349, 'Unable to insert a file into a message during
+                    compose.'
+       o bug 3351, 'Two problems when re-sending a file with an
+                    attachment'
+       o bug 3354, 'Event cancellation uses incorrect method
+                    parameter for Content-Type header'
+       o bug 3364, 'segfault in src/prefs_account.c'
+       o bug 3365, 'segfault in src/wizard.c'
+       o bug 3380, 'Initialize widget before callback handler for
+                    'clicked''
+       o bug 3389, 'document 'F12' shortcut'
+       o bug 3407, 'Pressing the "Date" column header to "sort by
+                    date" causes all columns to have a sort arrow.'
+       o bug 3419, 'Saving/appending messages to an mbox file
+                    violates RFC#4155'
+       o bug 3421, 'Recipients list doesn't scroll when moving with
+                    arrow keys.'
+       o bug 3432, 'Google ClientLogin has been deprecated, should
+                    be migrated to OAuth 2.0'
+       o bug 3438, 'Filter to add address to Addressbook duplicates
+                    address in Name field'
+       o bug 3466, 'address auto-complete does not work on plasma5'
+       o Debian bug 771360, CVE 2010-5109
+       o Debian bug 771737, 'Segfaults when trying to open folder'
+       o Debian bug 779824, 'claws-mail depends on plugins 
+                             libraries'
+       o Fix LDAP access using TLS protocol
+       o claws-mail.desktop installation
+       o Compose window Subject mnemonic
+       o Archiver plguin: compatibility with libarchive 2.8.x
+       o Remove draft when cancelling a message written with an
+         external editor
+       o Remove superfluous dynamic link against libarchive
+       o Fix labels referring to 'SSL' instead of 'TLS'
+       o Allow single-click to select mailboxes in the mailbox order
+         dialog.
+       o tbird2claws.py: set encoding to UTF-8.
+
+
+* 3.11.1
+--------
+
+* Use 'gnutls_priority' hidden account preference for POP3 and
+  STARTTLS connections, in addition to SMTP.
+
+* RSSyl plugin: Enable use of .netrc to store network credentials.
+
+* Remove dependency on intltool.
+
+* Remove appdata.
+
+* Updated translations: Norwegian Bokmål.
+
+* Bug fixes:
+       o bug 3306, 'HTML tag </b> is not always rendered in error
+                    dialog'
+       o bug 3308, 'build ignores --localedir'
+
+
+* 3.11.0
+--------
+
+* SSLv3 server connections are now disabled by default, in response
+  to the POODLE vulnerability, see
+  https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2014-3566.
+
+* Several PGP/Core plugin improvements
+  Indicate when a key has been revoked or has expired when displaying
+  signature status. For example,
+       "Good signature from %s, but the key has expired."
+       "Good signature from %s, but the key has been revoked."
+  When displaying the full information, show the Validity, and the
+  Owner Trust level. Also indicate expired and revoked keys, and
+  revoked UIDs.
+
+  The "Content-Disposition: attachment" flag in PGP/MIME signed
+  messages has been removed. It was confusing for cetain MUAs.
+
+* A new version of the RSSyl plugin, completely redesigned and
+  rewritten. Migration from the previous version is automatic,
+  it has a new storage format in ~/.claws-mail/RSSyl/ (hierarchical
+  directories instead of flat file format). It uses the expat
+  library instead of libxml2 for parsing feed data.
+
+* The results of TAB address completion in the Compose window have
+  improved ordering.
+       Order of results:
+       1. Match beginning of name
+       2. Match beginning of additional names
+       3. Match complete email address before @
+       4. Match beginning of email address
+       5. Compare relative position of match
+       6. Compare name alphabetically
+       7. Compare address alphabetically.
+       
+* Due to popular demand, use of the Up key in the message body in the
+  Compose window stops at the top of the message body and does not
+  continue up to the header fields. This reverts the behaviour
+  introduced in version 3.10.0.
+
+* In the Compose window, when navigating with the arrow keys,
+  selecting, and thus modifying, the Account selector is now
+  prevented.
+
+* In the Compose window, a mnemonic (s) has been added to the Subject
+  line.
+
+* The Queue folder is highlighted if there are messages in its sub-
+  folders and the tree is collapsed.
+
+* When sorting messages by 'thread date', clicking the 'Date' column
+  header will now toggle between ascending/descending and will not
+  switch to 'date' sorting.
+
+* A new QuickSearch filter has been added that searches a header's
+  content only.
+  H S : messages which contain S in the value of any header.
+
+* A Reply-To field has been added to the main Template configuration.
+
+* The menubar can now be hidden, default hotkey: F12.
+
+* Fancy plugin: A user-controlled stylesheet can now be used.
+
+* Python plugin: Add flag attributes to MessageInfo object.
+
+* Python plugin: Make 'account' property of ComposeWindow read/write.
+
+* Libravatar plugin: a network timeout option has been added.
+
+* appdata has been added for package managers, it must be
+  specifically enabled, using ./configure --enable-appdata
+  See http://people.freedesktop.org/~hughsient/appdata/ for further
+  information.
+
+* The tbird2claws.py script, for converting a Thunderbird mailbox to
+  a Claws Mail mailbox, now handles sub-directory recursion.
+
+* Updated translations: Brazilian Portuguese, Bulgarian, Dutch,
+  Esperanto, Finnish, German, Hebrew, Lithuanian, Slovak, Spanish,
+  and Swedish
+
+* Bug fixes:
+       o bug 3173, 'quick search ignores trailing blank'
+       o bug 3211, 'Fails to build in Debian hurd-i386 architecture'
+       o bug 3212, 'When msgnum matches a sub-folder name, fetch
+                    fails'
+       o bug 3221, 'IMAP: Claws Mail has issues with Yahoo IMAP
+                    server/folders'
+       o bug 3235, 'Extraneous double quotes inside base64-encoded
+                    From header confuse 'Reply' action'
+       o bug 3236, 'sc_html_parse_tag() does not recognize '<br/>'
+                    as line break'
+       o bug 3246, 'attachment open: "remember this" ignored if
+                    ~/.mailcap does not exist'
+       o bug 3265, 'procmime.c: unbalanced flockfile() /
+                    funlockfile()'
+       o bug 3300, 'Cannot send/receive mail when SSL 3.0 is not
+                    supported on the server'
+       o Debian bug 755022, '[claws-mail-spam-report] likely useless
+                    to report to Debian because of the use of http
+                    instead of https'
+       o Disable SSL3.0 entirely as a Poodle fix.
+       o fix msg display when utf8_instead_of_locale_for_broken_mail
+         is turned off and you use a UTF-8 locale
+       o fix building without gnuTLS support
+       o Don't differentiate the protocols used when using direct
+         SSL/TLS versus STARTTLS
+       o disallow editing any account (even current account) when at
+         least one compose window is open
+       o Actually display "(No From)" in messageview's From column
+         when appropriate.
+       o When changing focus in folderview, make sure the newly
+         focused folder is visible first.
+       o various fixes to flaws reported by Coverity scan
+       o PGP/Core plugin: Don't automatically re-check signatures
+       o PGP/Core plugin: fix erroneous 'untrusted' msg based on
+         validity not trust
+       o Make INBOX case-insensitive (as RFC states)
+       o Python plugin: Fix ComposeWindow.get_account_selection
+
+       
 * 3.10.1
 --------