From 9ca27b1cb62b66fff868de3ad695205aed34a72f Mon Sep 17 00:00:00 2001 From: hmurata Date: Mon, 10 Dec 2001 12:33:30 +0000 Subject: [PATCH] * wl-vars.el (wl-summary-update-confirm-threshold): Defined as obsolete variable using `elmo-define-obsolete-variable'. (wl-fetch-confirm-threshold): Ditto. (wl-cache-prefetch-folder-type-list): Ditto. (wl-cache-prefetch-folder-list): Ditto. --- wl/ChangeLog | 8 ++++++++ wl/wl-vars.el | 11 +++++++++++ 2 files changed, 19 insertions(+) diff --git a/wl/ChangeLog b/wl/ChangeLog index 52bb5ca..3fe23dc 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,11 @@ +2001-12-10 Hiroya Murata + + * wl-vars.el (wl-summary-update-confirm-threshold): Defined as + obsolete variable using `elmo-define-obsolete-variable'. + (wl-fetch-confirm-threshold): Ditto. + (wl-cache-prefetch-folder-type-list): Ditto. + (wl-cache-prefetch-folder-list): Ditto. + 2001-12-10 Katsumi Yamaoka * wl-demo.el: Rewrote to make it read a logo file at the run-time. diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 4bd89b2..1d97bc6 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2336,6 +2336,17 @@ a symbol `bitmap', `xbm' or `xpm' in order to force the image format." ;;;; Obsolete variables. +;; 2001-12-10 +(elmo-define-obsolete-variable 'wl-summary-update-confirm-threshold + 'elmo-folder-update-threshold) +(elmo-define-obsolete-variable 'wl-fetch-confirm-threshold + 'elmo-message-fetch-threshold) + +(elmo-define-obsolete-variable 'wl-cache-prefetch-folder-type-list + 'wl-message-buffer-prefetch-folder-type-list) +(elmo-define-obsolete-variable 'wl-cache-prefetch-folder-list + 'wl-message-buffer-prefetch-folder-list) + ;; 2001-02-27: *-func -> *-function (elmo-define-obsolete-variable 'wl-summary-from-func 'wl-summary-from-function) -- 1.7.10.4