X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=70ae9756dd6322ce005213f087a0d69b2341c785;hb=22b98e8265691c80573b7e52a59be0f930f4f927;hp=6b61b30088da2ffdcb7f12baade285d77ebcf234;hpb=dab6f8340b945adb9531f0c2fb69a89d89942117;p=elisp%2Fwanderlust.git diff --git a/NEWS b/NEWS index 6b61b30..70ae975 100644 --- a/NEWS +++ b/NEWS @@ -1,8 +1,57 @@ 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 + +** 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 +59,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.