X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=695d3ec3003ac46d836a599e3f71e2f20a9011f4;hb=452b0f67460ffcecb63e3e65fb312f603726c7b8;hp=9f77725be6fa9edb9cb7793ff58b1b4a4567e5db;hpb=43718ce57c9b097ec4c6a6b46596087bdeedba6e;p=elisp%2Fwanderlust.git diff --git a/NEWS b/NEWS index 9f77725..695d3ec 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,61 @@ 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 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.