* wl-message.el (wl-message-buffer-display): Back to the first page
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index eef19ab..ddbfb89 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
 Wanderlust NEWS -- User-visible changes in Wanderlust.
 
+* 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,9 +9,14 @@ 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. 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.
 
+** elmo-dop-queue-flush flushes queue that concerns plugged folder.
+
 ** Starting Wanderlust on the new frame is possible now. Set as
    (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t)
 
@@ -32,6 +39,22 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** 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:".
+
+** C-c C-y (Draft) can cite region of the message.
+   It affects if transient-mark-mode (Emacs) or zmacs-regions (XEmacs) is
+   Non-nil and the region is active.
+
+** You can delete a part from multipart message.
+   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.
+
 ** 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.
 
@@ -41,6 +64,10 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** The uses of wl-generate-mailer-string-function has been changed.
    Specify a function which returns some string to appear in User-Agent header.
 
+** 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.