* elmo-map.el (elmo-folder-list-unreads): Add :around qualifier.
[elisp/wanderlust.git] / NEWS
diff --git a/NEWS b/NEWS
index 0bb3db0..a36e5a1 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,9 @@
 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.
 
@@ -9,6 +13,12 @@ Wanderlust NEWS -- User-visible changes in Wanderlust.
 ** 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. 
@@ -22,10 +32,20 @@ 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:".
+
+** 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.
 
 ** 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.