* ptexinfmt.el: Support @indicateurl, @LaTeX.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 1366b20..46fea8a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,89 @@
 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.
+
+** New search condition 'Flag' (Status of the message) is added.
+   There are flags 'unread', 'important', 'answered',
+   'digest' (unread or important) and 'any' (any of the flag).
+   For example, following filter folder contains only unread or important
+   messages in the %inbox folder.
+
+   /flag:digest/%inbox
+
+** In the multi-folder, status of messages are synchronized with original
+   folder.
+   For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
+
+** The temporary mark and corresponding action is now customizable.
+
+   By default, follwoing mark-and-actions are defined.
+   mark-and-actions which are defined as before.
+    "o" refile   (same as before)
+    "O" copy     (same as before)
+    "d" dispose  (formerly delete, 'D' mark. Messages are moved to
+                 wl-trash-folder. Its behavior is decided by
+                 wl-dispose-folder-alist.)
+   New mark-and-actions which are newly introduced.
+    "D" delete   (remove message immediately)
+    "i" prefetch (prefetch message)
+    "~" resend   (resend message)
+   Press 'x' to execute actions which corresponds to the mark.
+   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
+   wl-highlight-summary-prefetch-face
+   wl-highlight-summary-resend-face
+   wl-highlight-summary-answered-face
+   wl-highlight-action-argument-face
+
+** Abolished face
+
+   wl-highlight-refile-destination-face
+   (renamed to wl-highlight-action-argument-face)
+
+** Variables renamed
+   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.
+
+** IMAP4 commands EXPUNGE and CHECK are now send asynchronously.
+
+** Default value of wl-folder-hierarchy-access-folders has been changed.
+
+** Access group "@/" of shimbun folders can be used now.
+
 ** Show contents of NEWS(.ja) when you start Wanderlust newer than the
    one you used previously.
 
@@ -16,6 +100,37 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** Commands to verify/decrypt non-MIME PGP message are added.
    C-c:v, C-c:d in message buffer to verify or decrypt respectively.
 
+* Changes in 2.10.1 from 2.10.0
+  Version 2.10.1 is a bug fix version of 2.10.0.
+
+** Fixed the problem that msgdb be destroyed when print-length or
+   print-level has Non-nil value.
+
+** wl-summary-pack-number in pipe folder is disabled temporarily
+   since it didn't work. Invoke it in destination folder instead.
+
+** Fixed a problem that wl-folder-move-cur-folder doesn't work.
+
+** Fixed a problem that wl-draft-reedit doesn't work properly on Meadow.
+
+** Fixed a problem that wl-summary-pack-number doesn't work on Maildir and
+   shimbun folders.
+
+** Fixed a problem that cache file is not protected even if it is marked
+   as important.
+
+** Fixed a problem that %# in wl-summary-line-format cannot handle large
+   number.
+
+** Fixed a problem to remove password even if SMTP AUTH failed at non-auth
+   phase.
+
+** Default value of wl-message-buffer-prefetch-folder-type-list,
+   wl-message-buffer-prefetch-idle-time, and
+   wl-message-buffer-prefetch-depth are changed.
+
+** Fixed to compile on XEmacs without mule feature.
+
 * Changes in 2.10.0 from 2.8.1
 
 ** You can alter the format of summary lines.
@@ -44,6 +159,9 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 ** Now you can rename access group folders.
 
+** You can specify ON/OFF of thread view for newly created summary.
+   Set wl-summary-default-view, wl-summary-default-view-alist.
+
 ** Temporary marks are kept when you exit from sticky summary by q or g. 
 
 ** Key bindings concerning the sticky summary have been changed.