X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=7b93de29c83e8ce26468d6e75ea9ed219659d732;hb=50109dbd425e472eb00556d02d12c6bfdbe22d97;hp=b718e4347413a7b91d3cb65a70125784670cb556;hpb=4b0e2690f7ec5e15acbc1033dff997ef1e5eb3ce;p=elisp%2Fwanderlust.git diff --git a/NEWS b/NEWS index b718e43..7b93de2 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,183 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. +* Changes in 2.12.0 from 2.10.1 + +** 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 'a' 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, 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. + +** 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 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. + +** 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. + +** Default values of wl-draft-reply-*-list are changed. + See samples/en/dot.wl for old values. + +** 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. + +** 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. Specify format by wl-summary-line-format. If you want to change ones according to folder names, use wl-folder-summary-line-format-alist. @@ -7,7 +185,8 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. ** Save format for the draft folder has been changed. Messages are encoded before saved by wl-draft-save. -** elmo-split is newly established. +** elmo-split is newly established. It provides a way to split messages + according to some rule a la procmail. ** Buffer prefetch works fine now. Messages of the number specified by wl-message-buffer-prefetch-depth are loaded into buffer in advance. @@ -25,6 +204,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. @@ -50,7 +232,7 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. It is binded as "D" in message buffer. ** You can easily configure server settings to post news article. - Set wl-nntp-posting-config-alist appropriately. See info for an example. + Set wl-nntp-posting-config-alist appropriately. See Info for an example. ** You can specify some function in wl-draft-reply-with-argument-list etc. for setting the recipients in draft by the return value of it. @@ -63,6 +245,8 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. ** The Reference Card (doc/wl-refcard.tex) describes important key bindings. +** Many bug fixes. + * Changes in 2.8.0 from 2.6.1 ** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer. @@ -147,7 +331,8 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. the actual message itself is deleted. Please visit the 'mark folder to review the messages with the "$" mark. -* Version 2.6.1 is basically a bug fix version of 2.6.0. +* Changes in 2.6.1 from 2.6.0 + Version 2.6.1 is basically a bug fix version of 2.6.0. ** Fixed a problem that Emacs 21 causes `Recursive load...' error. @@ -160,7 +345,7 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. ** Some other fixes. -* Changes in 2.6.0 from 2.4.1. +* Changes in 2.6.0 from 2.4.1 ** FLIM 1.13.x is not supported any longer. Please install FLIM 1.14.1 or later. @@ -188,7 +373,8 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. ** Many bug fixes. -* Version 2.4.1 is basically a bug fix version of 2.4.0. +* Changes in 2.4.1 from 2.4.0 + Version 2.4.1 is basically a bug fix version of 2.4.0. ** Wanderlust 2.4.1 now works on FLIM 1.14.x. @@ -206,7 +392,7 @@ Example: should be changed to (setq elmo-default-imap4-authenticate-type 'clear) -* Changes in 2.4.0 from 1.1.1. +* Changes in 2.4.0 from 1.1.1 ** Version Number The version numbering convention for Wanderlust is changed. @@ -280,7 +466,7 @@ re-numbers the messages. *** Complex condition can be specified for filter folder AND condition, OR condition, NOT condition, and their combination can be - specified. Syntax of the condition part is changed. See info for details. + specified. Syntax of the condition part is changed. See Info for details. Caution for those who upgrade from 1.1.1: By this change, saving directory for the msgdb of filter folder is altered. @@ -373,7 +559,8 @@ Less colors are used by DEMO pixmap. Emacsen on character based terminal also display suitable DEMO. -* Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes. +* Changes in 1.1.1 from 1.1.0 + Version 1.1.1 is a bug fix version of 1.1.0 with minor user-visible changes. ** Development on the CVS server is started. @@ -392,7 +579,7 @@ Emacsen on character based terminal also display suitable DEMO. Progress gauge is displayed while processing in the Emacsen with progress gauge feature. -* Changes in version 1.1.0 from 1.0.3. +* Changes in 1.1.0 from 1.0.3 ** Install