X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=695d3ec3003ac46d836a599e3f71e2f20a9011f4;hb=13ea09ab66b44b1a3b0971e1a24ce0da47a6ca0a;hp=28f5c4329e12c4f241ac018ec8c324bdb72f0344;hpb=5e4d4563e4ed0f50c917e834dd1571a3d3e416a5;p=elisp%2Fwanderlust.git diff --git a/NEWS b/NEWS index 28f5c43..695d3ec 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,110 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. +* 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. + +** 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. + +** Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX. + In cyrus-imapd, this problem occurred. + +** Now user defined flags are appeared in the completions for search conditions. + +** Fixed the problem that a wrong flag folders are created by some flag names. + If a flag contains a character other than [a-z], the problem occurred. + +** Now expansion of the access group "@/" works correctly. + +** Fixed the problem to cause an error on automatic draft saving. + +** Fixed the problem to cause an error on invoking address manager. + A message which includes a string "To:" etc. caused an error. + +** Fixed the problem in the flag inheritance function of the filter folder. + +** New option `wl-summary-resend-use-cache'. + You can resend messages using cache in the offline status. + +** New option `elmo-network-session-idle-timeout'. + Network sessions which are not used longer than this value (in seconds) + are thrown away and new session is created. + +** Improved redisplay functions for "H" and "M" key. + MIME structure and buffer is reused for redisplay. + +** Now attributes for netnews are displayed in the draft preview. + * Changes in 2.12.0 from 2.10.1 ** The structure of the message database is improved.