* ptexinfmt.el: Support @indicateurl, @LaTeX.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index c580c54..46fea8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,27 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 * Changes in 2.12.0 from 2.10.1
 
+** 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, 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.
+
 ** New mark, 'A' and '&' 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.
@@ -35,6 +56,9 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
    mark-and-actions can be define by the new variable, 
    'wl-summary-mark-action-list'. See its docstring for more in detail.
 
+** The function wl-summary-resend-message is abolished. Instead of it,
+   you can put mark for resending by wl-summary-resend.
+
 ** New face
 
    wl-highlight-summary-disposed-face
@@ -46,12 +70,10 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** Abolished face
 
    wl-highlight-refile-destination-face
-   (wl-highlight-action-argument-face ¤ËÊÑ̾)
+   (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).
    The default value for elmo-pop3-exists-exactly is changed to nil.