fix the last change
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 7491e32..1149420 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,9 +2,75 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 * Changes in 2.12.0 from 2.10.1
 
-** New mark, 'A' and '&' is added for answered messages.
+** Automatically save draft buffers by using idle-timer.
+   You can control behavior by the variable `wl-auto-save-drafts-interval'.
+
+** 'H' key(display all header) and 'M' key(display without MIME analysis)
+   are now toggle key.
+   Now you can cite messages displayed by 'M'.
+
+** Now you can sort summary lines into descending order.
+
+** Abbreviate too long header extended to lines in message buffer.
+
+** New hooks
+   wl-draft-reply-hook
+   wl-summary-reply-hook
+   wl-draft-forward-hook
+   wl-summary-forward-hook
+   wl-draft-kill-pre-hook
+   wl-summary-resend-hook
+
+** Abolished hook
+   wl-reply-hook
+
+** Persistent mark string in summary buffer is changed.
+   Default setting indicates cached state by its upper/lower case.
+
+** It displays draft preview on sending confirmation.
+
+** Sending parameters are displayed on draft preview.
+   See description of the variable wl-draft-preview-attribute for detail.
+
+** You can run biff with idle-timer by setting wl-biff-use-idle-timer.
+
+** Now wl-draft-kill confirms with yes-or-no-p.
+
+** Summary thread will be divided if its depth is larger than certain amount.
+   The limit is controlled by the variable wl-summary-max-thread-depth.
+
+** Emacs multi-tty support is supported.
+   (http://lorentey.hu/project/emacs.html)
+
+** 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.
+
+** The structure of the message database is improved.
+   Following setting is to convert legacy msgdb to the new one on reconstruction
+   of msgdb (s all RET on summary buffer).
+   (setq elmo-msgdb-default-type 'standard
+         elmo-msgdb-convert-type 'sync)
+
+** Draft save function is improved.
+   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, 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).
+
+** 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',
@@ -20,7 +86,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)
@@ -52,13 +118,15 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
    (renamed to wl-highlight-action-argument-face)
 
 ** Variables renamed
-   wl-summary-*-mark are renamed to elmo-msgdb-*-mark.
-   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.
@@ -74,6 +142,9 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** wl-draft-reply-myself-*-list are abolished and integrated into
    wl-draft-reply-*-list.
 
+** You can control initial cursor position for replying draft.
+   Set variable wl-draft-reply-default-position appropriately.
+
 ** Changed the way to specify configuration of draft buffer window.
    You can choose keep, full or split as values of wl-draft-buffer-style
    and wl-draft-reply-buffer-style.