ptexinfmt.el; Fix last change
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 7491e32..9b83aa9 100644 (file)
--- a/NEWS
+++ b/NEWS
+
 Wanderlust NEWS -- User-visible changes in Wanderlust.
 
-* Changes in 2.12.0 from 2.10.1
+* Changes in 2.16.0 from 2.14.x
 
-** 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.
+** Added support for sending mail with sendmail package
 
-** 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.
+** Prevent accidental loss of messages when renaming IMAP folder
 
-   /flag:digest/%inbox
+** Put spam mark on the message registered as spam.
 
-** In the multi-folder, status of messages are synchronized with original
-   folder.
-   For example, unread status of '+inbox' is updated to '*+inbox,+outbox'.
+** Remove spam mark from the message registered as non-spam.
+
+** Added support for ESEARCH feature (RFC4731).
+
+** New option `elmo-imap4-set-seen-flag-explicitly'.
+
+** Optimize refiling.
+   Interpret filter, pipe and multi folder and select the most suitable method.
+
+** Speed up bsfilter processing.
+
+** Speed up handling of maildir folder.
+
+** Use IMAP4 non-synchronizing literals (RFC 2088) if it is available.
+
+** Open following thread when you put mark on message in summary buffer.
+
+** Add new command wl-summary-display-raw.
+
+** Use EasyPG (http://www.easypg.org) if it is available.
+
+** A folder type `namazu' is abolished.  New folder type `search' is added instead.
+
+** Fixed against overwriting existing messages in archive folders.
+   There was a bug on appending messages.
+
+* Changes in 2.14.1 from 2.14.0
+  Version 2.14.1 is a bug fix version of 2.14.0.
+
+** Fixed message order of Maildir.
+
+** Icon for the access folder is displayed.
+
+* Changes in 2.14.0 from 2.12.2
+
+** New folder type `access' is added.
+   In `access' folder, sub-folders of the specified folder can be treated
+   as one folder.
+
+** Synchronization speed of the folder is improved.
+   The function which calculates list diff is re-wrote and is faster
+   than previous implementation, especially in the folders with large
+   number of the messages.
+
+** New event handling mechanism is incorporated.
+
+** Improved the disconnected operations for IMAP draft saving.
+   There was a bug of message numbering in the disconnected imap draft.
+   It is fixed using new event handling mechanism.
+
+** `Shimbun' summary buffers are updated dynamically.
+   Some shimbun folder does not have correct information.
+   In this version, they are corrected using the message body after retrieval.
+   It is implemented with new event handling mechanism.
+
+** Many bug fixes.
+
+* Changes in 2.12.1 from 2.12.0
+  Version 2.12.1 is a bug fix version of 2.12.0.
+
+** Now Maildir is usable on Windows systems.
+   Note that it does not conform to the Maildir standard.
+
+** 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.
+
+** Fixed the bug that the new flag cannot be changed in some cases.
+
+** 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.
+
+** 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.
+
+** Fixed the problem that %INBOX is not appeared as a subfolder of %INBOX.
+   In cyrus-imapd, this problem occurred.
+
+** Now user defined flags are appeared in the completions for search conditions.
+
+** 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.
+
+** Now expansion of the access group "@/" works correctly.
+
+** Fixed the problem to cause an error on automatic draft saving.
+
+** Fixed the problem to cause an error on invoking address manager.
+   A message which includes a string "To:" etc. caused an error.
+
+** Fixed the problem in the flag inheritance function of the filter folder.
+
+** 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 when you
+   select a folder.
+   (setq elmo-msgdb-default-type 'standard
+         elmo-msgdb-convert-type 'auto)
+   (which is initial setting.)
 
 ** 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)
@@ -35,30 +140,95 @@ 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.
+** SPAM filter module is added.
+   Following spam filter libraries are supported.
+   bogofilter
+   spamfilter
+   bsfilter
+   SpamAssassin
+   SpamOracle
+   Regular Expressions Header Matching
 
-** New face
+** '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).
 
-   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
+** Now you can put arbitrary user defined flag on message.
+   You can specify its flag by "F" in the summary mode.
 
-** Abolished face
+** 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.
 
-   wl-highlight-refile-destination-face
-   (renamed to wl-highlight-action-argument-face)
+** 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).
+   For example, following filter folder contains only unread or important
+   messages in the %inbox folder.
+
+   /flag:digest/%inbox
+
+** Draft save function is improved.
+   Now you can set wl-draft-folder to IMAP folder, Maildir folder, and so on.
+
+** 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.
+
+** 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.
+
+** 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-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 +244,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.
@@ -81,6 +254,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.