From: teranisi Date: Thu, 13 Dec 2001 07:35:14 +0000 (+0000) Subject: * wl-vars.el (wl-from-width): Define as obsolete variable. X-Git-Tag: wl-2_8-root~12 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=49353aac4d39d88601462f5c1dbb3f51d91b9b58;p=elisp%2Fwanderlust.git * wl-vars.el (wl-from-width): Define as obsolete variable. (wl-subject-length-limit): Ditto. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 963557e..9e958e4 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,5 +1,8 @@ 2001-12-13 Yuuichi Teranishi + * wl-vars.el (wl-from-width): Define as obsolete variable. + (wl-subject-length-limit): Ditto. + * wl.el (wl-plugged-dop-queue-status): Shrink queue list. * wl-expire.el (wl-folder-expire-entity): Follow the last change on diff --git a/wl/wl-vars.el b/wl/wl-vars.el index 9a22624..369d324 100644 --- a/wl/wl-vars.el +++ b/wl/wl-vars.el @@ -2346,6 +2346,12 @@ a symbol `bitmap', `xbm' or `xpm' in order to force the image format." (elmo-define-obsolete-variable 'wl-tmp-dir 'wl-temporary-file-directory) +;; 2001-12-07 +(elmo-define-obsolete-variable 'wl-from-width + 'wl-summary-from-width) +(elmo-define-obsolete-variable 'wl-subject-length-limit + 'wl-summary-subject-length-limit) + ;; 2001-12-10 (elmo-define-obsolete-variable 'wl-summary-update-confirm-threshold 'elmo-folder-update-threshold)