Update answered mark and fix typo.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 17f77c7..220b2bd 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,11 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 * Changes in 2.12.0 from 2.10.1
 
+** New sort spec 'size' is added in the summary mode.
+   Now you can sort the summary by message size.
+
+** The variable wl-refile-policy-alist is abolished.
+
 ** SPAM filter module is added.
 
 ** Batch processing module is added.
@@ -16,14 +21,16 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
    Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
 
 ** 'mark folder is renamed to 'flag folder.
-   Related to this, new variable wl-use-flag-folder-help-echo
-   (default value is nil) is added.
-   If it is non-nil, original message location is displayed as help-echo
-   in the 'flag folder.
+   Related to this, original message location is displayed as help-echo on summary
+   line in the 'flag folder (you can control the behavior by
+   wl-highlight-summary-line-help-echo-alist).
 
-** New mark, 'A' and '&' is added for answered messages.
+** Now you can put arbitrary user defined flag on message.
+   You can specify its flag by "F" in the summary mode.
+
+** New mark, 'A' and 'a' is added for answered messages.
    Now answered messages have its own mark in the summary mode.
-   'A' is displayed for uncached messages and '&' is for cached messages.
+   'A' is displayed for uncached messages and 'a' is for cached messages.
 
 ** New search condition 'Flag' (Status of the message) is added.
    There are flags 'unread', 'important', 'answered',
@@ -39,7 +46,7 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 ** The temporary mark and corresponding action is now customizable.
 
-   By default, follwoing mark-and-actions are defined.
+   By default, following mark-and-actions are defined.
    mark-and-actions which are defined as before.
     "o" refile   (same as before)
     "O" copy     (same as before)
@@ -71,12 +78,15 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
    (renamed to wl-highlight-action-argument-face)
 
 ** Variables renamed
-   wl-summary-delete-folder-alist is renamed to
-   wl-summary-dispose-folder-alist.
+   wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
 
-** POP3 folder existence check is simplifyed (by default).
+** POP3 folder existence check is simplified (by default).
    The default value for elmo-pop3-exists-exactly is changed to nil.
 
+** POP3 response code extension defined in the RFC2449 is supported.
+   If a login failure occurred because of user's another POP3 session, 
+   entered password is not cleared and used in the future login.
+
 ** IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
 
 ** Default value of wl-folder-hierarchy-access-folders has been changed.