X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=NEWS;h=acb5169771c149664e066b9d13a2ea4fb18de131;hb=1c65dfd039567d63169738686d248cfebd61d2bf;hp=43f3cdd67658eea7ad5a8f5ba7822631e8c0e346;hpb=30ce0222d48e4cdaf2361e3576d3602f032dea2d;p=elisp%2Fwanderlust.git diff --git a/NEWS b/NEWS index 43f3cdd..acb5169 100644 --- a/NEWS +++ b/NEWS @@ -1,12 +1,69 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. +** 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. + +** Save format for the draft folder has been changed. Messages are encoded + before saved by wl-draft-save. + +** Buffer prefetch works fine now. Messages of the number specified by + wl-message-buffer-prefetch-depth are loaded into buffer in advance. + +** Starting Wanderlust on the new frame is possible now. Set as + (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) + +** In Folder mode, you can go into virtual folder which consists of messages + with some specified condition (wl-folder-virtual). It is binded to "V". + +** In Folder mode, you can search folders containing messages with some + specified condition (wl-folder-pick). It is binded to "?". + +** Now you can rename access group folders. + +** Temporary marks are kept when you exit from sticky summary by q or g. + +** Key bindings concerning the sticky summary have been changed. + By C-u g, the sticky summary is destroyed as well as C-u q. In summary or + folder mode, G opens the sticky summary. + +** You can go round summary buffers by C-cC-n and C-cC-p. + +** Members of the list wl-folder-hierarchy-access-folders is now some REGEXP + for access group names instead of exact group names. + +** In header part of the draft buffer C-a brings cursor to the beginning of + the line or the beginning of the header body. + +** You can send encapsulated blind carbon copies. Its default field name is + "Ecc:". + +** 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. + +** The interface of the function wl-draft has been changed. + The initial set of headers are handed as an association list. + +** The uses of wl-generate-mailer-string-function has been changed. + Specify a function which returns some string to appear in User-Agent header. + * Changes in 2.8.0 from 2.6.1 -** Nemacs, Mule 2.3 based on Emacs 19.28 are no longer supported. +** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer. ** Wanderlust might not work with FLIM 1.14.2 and older. It is recommended to use FLIM 1.14.3 or newer and associated SEMI. +** Now available `make check' environment test for user. + +** If you set obsolete variables (e.g. renamed ones) in .wl etc, Wanderlust + shows warning messages and urge you to change settings. + Change your settings according to the messages, please. + If you want to suppress warnings, set elmo-obsolete-variable-show-warnings + to nil. + +** Added new internal folders: 'sendlog folder + ** Added new type of folders: shimbun folder Format: '@' 'virtual server name' '.' 'group name' @@ -15,6 +72,11 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. Format: '[' 'search condition' ']' [ 'absolute path of namazu index' ] +** With pipe folder, now you can preserve messages on the server. + At the next time you access it, only new messages will be copied. + + Format: '|' 'source folder' '|:' 'destination folder' + ** Address manager is now available (start by C-c C-a). You can edit address book and import recipients to draft from it. @@ -31,13 +93,20 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. Non-nil value of wl-message-truncate-lines or wl-draft-truncate-lines means truncating long lines at window width. -** Overall elmo module are rewritten. +** Bitmap image for opening demo is removed from wl-demo.elc and now loaded + from wl-icon-directory. + Special logo is displayed through the Christmas season :) + +** Overall elmo module is rewritten. ** Variables depending on elmo backends are renamed to "elmo-backend-*". e.g. elmo-default-imap4-server is renamed to elmo-imap4-default-server. ** Variables named xxx-func are renamed to xxx-function. +** X-Face utility 1.3.6.12 or older is not supported any longer. + Please install X-Face utility 1.3.6.13 or later, if necessary. + ** Wanderlust distinguishes stream-type on plugged mode. They are treated as different entries. @@ -46,19 +115,34 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. But if you don't want to leave useless data on the disk, delete under .elmo/multi and .elmo/archive in advance. -** If you set obsolete variables (e.g. renamed ones), Wanderlust shows warning - messages and urge you to change settings. - To suppress warning messages, set elmo-obsolete-variable-show-warnings to - nil. - ** Variables named xxx-dir are renamed to xxx-directory. e.g. wl-icon-dir is renamed to wl-icon-directory. Take attention if you set for display of startup logo, etc. ** elmo-cache-dirname is abolished and elmo-cache-directory is newly created. You can put cache directory to another place by setting - elmo-cache-directory (e.g. for whom put symbolic link for ~/.elmo/cache - on NFS environment). + elmo-cache-directory. + +** Default value of elmo-enable-disconnected-operation is now `t'. + When the relevant messages are cached, you can do some operations + even in the off-line state. + +** Now messages with "$" mark is not remained in the summary buffer when + 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. + +** Fixed a problem that Emacs 21 causes `Recursive load...' error. + +** Fixed a problem that thread character is broken in XEmacs 21.1. + +** Fixed a problem that in IMAP4 folder, progress bar is remained in XEmacs . + +** Fixed a problem that searching is failed for the header fields that + begins with X-. + +** Some other fixes. * Changes in 2.6.0 from 2.4.1.