ptexinfmt.el; Fix last change
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 6b61b30..9b83aa9 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,8 +1,70 @@
+
 Wanderlust NEWS -- User-visible changes in Wanderlust.
 
-* Changes in 2.14.0 from 2.12.x
+* Changes in 2.16.0 from 2.14.x
+
+** Added support for sending mail with sendmail package
+
+** Prevent accidental loss of messages when renaming IMAP folder
+
+** Put spam mark on the message registered as spam.
+
+** Remove spam mark from the message registered as non-spam.
+
+** Added support for ESEARCH feature (RFC4731).
+
+** New option `elmo-imap4-set-seen-flag-explicitly'.
+
+** Optimize refiling.
+   Interpret filter, pipe and multi folder and select the most suitable method.
+
+** Speed up bsfilter processing.
+
+** Speed up handling of maildir folder.
+
+** Use IMAP4 non-synchronizing literals (RFC 2088) if it is available.
+
+** Open following thread when you put mark on message in summary buffer.
+
+** Add new command wl-summary-display-raw.
+
+** Use EasyPG (http://www.easypg.org) if it is available.
+
+** A folder type `namazu' is abolished.  New folder type `search' is added instead.
+
+** Fixed against overwriting existing messages in archive folders.
+   There was a bug on appending messages.
+
+* Changes in 2.14.1 from 2.14.0
+  Version 2.14.1 is a bug fix version of 2.14.0.
+
+** Fixed message order of Maildir.
+
+** Icon for the access folder is displayed.
+
+* Changes in 2.14.0 from 2.12.2
 
 ** New folder type `access' is added.
+   In `access' folder, sub-folders of the specified folder can be treated
+   as one folder.
+
+** Synchronization speed of the folder is improved.
+   The function which calculates list diff is re-wrote and is faster
+   than previous implementation, especially in the folders with large
+   number of the messages.
+
+** New event handling mechanism is incorporated.
+
+** Improved the disconnected operations for IMAP draft saving.
+   There was a bug of message numbering in the disconnected imap draft.
+   It is fixed using new event handling mechanism.
+
+** `Shimbun' summary buffers are updated dynamically.
+   Some shimbun folder does not have correct information.
+   In this version, they are corrected using the message body after retrieval.
+   It is implemented with new event handling mechanism.
+
+** Many bug fixes.
 
 * Changes in 2.12.1 from 2.12.0
   Version 2.12.1 is a bug fix version of 2.12.0.
@@ -10,6 +72,15 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** Now Maildir is usable on Windows systems.
    Note that it does not conform to the Maildir standard.
 
+** Fixed the problem of the cache flag inconsistency on the filter folder etc.
+   There was a problem that the summary buffer displays cached messages as
+   uncached in some folders.
+
+** Fixed the bug that the new flag cannot be changed in some cases.
+
+** Fixed the bug that flag are not taken over correctly from Maildir.
+   Only the flag of the first message was taken over in earlier versions.
+
 ** Fixed the problem in display module for IMAP messages.
    Now partially fetched messages are displayed correctly.
    If a message included child messages, their headers were not displayed.