From 0a8b5ac71f4e187cabc0cf68366e20d71c976867 Mon Sep 17 00:00:00 2001 From: yoichi Date: Wed, 27 Feb 2002 14:03:03 +0000 Subject: [PATCH] Add recent user visible changes (before forgetting what was new :-). --- NEWS | 17 +++++++++++++++++ NEWS.ja | 18 ++++++++++++++++++ 2 files changed, 35 insertions(+) diff --git a/NEWS b/NEWS index 75ce68d..7507c4a 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,22 @@ 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) + +** Now you can rename access group folders. + +** 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. + * Changes in 2.8.0 from 2.6.1 ** Nemacs, Mule 2.3 based on Emacs 19.28 are not supported any longer. diff --git a/NEWS.ja b/NEWS.ja index 73b8723..22f2b5b 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -1,5 +1,23 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. +** ドラフトフォルダへの保存形式が変更されました。wl-draft-save の際には + エンコードして保存されます。 + +** バッファプリフェッチが実装されました。wl-message-buffer-prefetch-depth + の数だけ、メッセージをバッファに先読みします。 + +** 新しいフレームを開いて Wanderlust を起動できるようになりました。 + (autoload 'wl-other-frame "wl" "Wanderlust on new frame." t) + のように設定して下さい。 + +** アクセスグループフォルダの改名が出来るようになりました。 + +** リスト wl-folder-hierarchy-access-folders の各要素は、アクセスグループに + ついての正規表現になりました(これまでは正確なグループ名でした)。 + +** 変数 wl-draft-reply-with-argument-list 等で、関数の返り値から宛先を + 決められるようになりました。 + * 2.6.1 から 2.8.0 への変更点 ** Nemacs, Mule 2.3 based on Emacs 19.28 はサポートされなくなりました。 -- 1.7.10.4