Fix docstring.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index f8b1f96..106794d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,41 @@
 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.
+
+** 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.
+
+** 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 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 not supported any longer.
@@ -9,11 +45,11 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 ** Now available `make check' environment test for user.
 
-** If you set obsolete variables (e.g. renamed ones), Wanderlust shows warning
-   messages and urge you to change settings.
-   Please change your settings according to the messages.
-   To suppress warning messages, set elmo-obsolete-variable-show-warnings to
-   nil.
+** 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
 
@@ -74,8 +110,15 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 
 ** 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.