Release 2.12.2.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 3ca1242..816135a 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,53 +1,87 @@
 Wanderlust NEWS -- User-visible changes in Wanderlust.
 
-* Changes in 2.12.0 from 2.10.1
+* Changes in 2.12.2 from 2.12.0
+  Version 2.12.2 is a bug fix version of 2.12.0.
 
-** 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
+** Now Maildir is usable on Windows systems.
+   Note that it does not conform to the Maildir standard.
 
-** Abolished hook
-   wl-reply-hook
+** 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.
 
-** Persistent mark string in summary buffer is changed.
-   Default setting indicates cached state by its upper/lower case.
+** Fixed the bug that the new flag cannot be changed in some cases.
 
-** It displays draft preview on sending confirmation.
+** 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.
 
-** Sending parameters are displayed on draft preview.
-   See description of the variable wl-draft-preview-attribute for detail.
+** 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.
 
-** You can run biff with idle-timer by setting wl-biff-use-idle-timer.
+** Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX.
+   In cyrus-imapd, this problem occurred.
 
-** Now wl-draft-kill confirms with yes-or-no-p.
+** Now user defined flags are appeared in the completions for search conditions.
 
-** 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.
+** Fixed the problem that a wrong flag folders are created by some flag names.
+   If a flag contains a character other than [a-z], the problem occurred.
 
-** Emacs multi-tty support is supported.
-   (http://lorentey.hu/project/emacs.html)
+** Now expansion of the access group "@/" works correctly.
 
-** New sort spec 'size' is added in the summary mode.
-   Now you can sort the summary by message size.
+** Fixed the problem to cause an error on automatic draft saving.
 
-** The variable wl-refile-policy-alist is abolished.
+** Fixed the problem to cause an error on invoking address manager.
+   A message which includes a string "To:" etc. caused an error.
 
-** SPAM filter module is added.
+** Fixed the problem in the flag inheritance function of the filter folder.
 
-** Batch processing module is added.
+** New option `wl-summary-resend-use-cache'.
+   You can resend messages using cache in the offline status.
+
+** New option `elmo-network-session-idle-timeout'.
+   Network sessions which are not used longer than this value (in seconds)
+   are thrown away and new session is created.
+
+** Improved redisplay functions for "H" and "M" key.
+   MIME structure and buffer is reused for redisplay.
+
+** Now attributes for netnews are displayed in the draft preview.
+
+* Changes in 2.12.0 from 2.10.1
 
 ** 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).
+   Following setting is to convert legacy msgdb to the new one when you
+   select a folder.
    (setq elmo-msgdb-default-type 'standard
-         elmo-msgdb-convert-type 'sync)
+         elmo-msgdb-convert-type 'auto)
+   (which is initial setting.)
 
-** Draft save function is improved.
-   Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
+** The temporary mark and corresponding action is now customizable.
+
+   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)
+    "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.
+
+** SPAM filter module is added.
+   Following spam filter libraries are supported.
+   bogofilter
+   spamfilter
+   bsfilter
+   SpamAssassin
+   SpamOracle
+   Regular Expressions Header Matching
 
 ** 'mark folder is renamed to 'flag folder.
    Related to this, original message location is displayed as help-echo on summary
@@ -57,10 +91,14 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** 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.
+** New marks, 'A' and 'a' are added for answered messages.
    Now answered messages have its own mark in the summary mode.
    'A' is displayed for uncached messages and 'a' is for cached messages.
 
+** New mark,s 'F' and 'f' are added for forwarded messages.
+   Now forwarded messages have its own mark in the summary mode.
+   'F' is displayed for uncached messages and 'f' 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).
@@ -69,42 +107,51 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
    /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'.
+** Draft save function is improved.
+   Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
 
-** The temporary mark and corresponding action is now customizable.
+** Automatically save draft buffers by using idle-timer.
+   You can control behavior by the variable `wl-auto-save-drafts-interval'.
 
-   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)
-    "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.
+** 'H' key(display all header) and 'M' key(display without MIME analysis)
+   are now toggle key.
+   Now you can cite messages displayed by 'M'.
 
-** The function wl-summary-resend-message is abolished. Instead of it,
-   you can put mark for resending by wl-summary-resend.
+** Now you can sort summary lines into descending order.
 
-** New face
+** Abbreviate too long header extended to lines in message buffer.
 
-   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
+** Persistent mark string in summary buffer is changed.
+   Default setting indicates cached state by its upper/lower case.
 
-** Abolished face
+** It displays draft preview on sending confirmation.
 
-   wl-highlight-refile-destination-face
-   (renamed to wl-highlight-action-argument-face)
+** 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.
+
+** Batch processing module is added.
+
+** In the multi-folder, status of messages are synchronized with original
+   folder.
+   For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
+
+** The function wl-summary-resend-message is abolished.
+   you can put mark for resending by wl-summary-resend instead.
 
 ** Variables renamed
    wl-delete-folder-alist is renamed to wl-dispose-folder-alist.
@@ -141,6 +188,30 @@ 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.
 
+** 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
+
+** 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)
+
 * Changes in 2.10.1 from 2.10.0
   Version 2.10.1 is a bug fix version of 2.10.0.