From b864c0622ea455b8c7742f5c80212db1bc47df52 Mon Sep 17 00:00:00 2001 From: kaoru Date: Mon, 2 Jul 2001 21:11:15 +0000 Subject: [PATCH] Added topic: wl-biff hooks. --- NEWS | 6 ++++++ NEWS.ja | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/NEWS b/NEWS index 3c39008..379585a 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,12 @@ Wanderlust NEWS -- User-visible changes in Wanderlust. 10 May 2000 If `wl-summary-lazy-highlight' is non-nil, only visible portion of the buffer is colored. +** Customizable biff notify. + New hook `wl-biff-notify-hook' and `wl-biff-unnotify-hook' is + now available. + e.g. (add-hook wl-biff-notify-hook 'ding) + + ** Many bug fixes. * Version 2.4.1 is basically a bug fix version of 2.4.0. diff --git a/NEWS.ja b/NEWS.ja index bddd6ce..73d6cce 100644 --- a/NEWS.ja +++ b/NEWS.ja @@ -21,6 +21,10 @@ Wanderlust NEWS (日本語版) -- User-visible changes in Wanderlust. 10 May 2 新規変数 wl-summary-lazy-highlight non-nil ならサマリの表示部分のみを自動的に色付けします (Emacs のみ)。 +** biff の通知方法がカスタマイズ可能になりました。 + 新規フック wl-biff-notify-hook, wl-biff-unnotify-hook で設定できます。 + 例: (add-hook wl-biff-notify-hook 'ding) + ** 多くのバグフィックス * 2.4.1 は 2.4.0 の修正版です。 -- 1.7.10.4