* wl-xmas.el (wl-message-display-internal-hook): Define.
authorteranisi <teranisi>
Mon, 1 Oct 2001 16:58:08 +0000 (16:58 +0000)
committerteranisi <teranisi>
Mon, 1 Oct 2001 16:58:08 +0000 (16:58 +0000)
commit4c0926c573fd336d678d1795bd3ef84792e076da
tree3142914deb6ae63f1192f19217a06a4c92283427
parent88cdc20a6b5c7b0d000177a951b9020247a7d879
* wl-xmas.el (wl-message-display-internal-hook): Define.
(wl-xmas-setup-message-toolbar): Define as function.
(wl-setup-message): Define as alias for wl-xmas-setup-message-toolbar.
(wl-message-overload-functions): Abolished.
(wl-message-define-keymap): New function.

* wl-vars.el (wl-message-display-internal-hook): New variable.
(wl-message-header-button-alist): New variable (Renamed from
wl-highlight-message-header-button-alist).
(wl-message-body-button-alist): Ditto.

* wl-mule.el (wl-message-define-keymap): New function.
(wl-message-overload-functions): Abolished.

* wl-message.el (wl-message-add-buttons-to-body): New function.
(wl-message-redisplay): Don't call wl-message-overload-functions;
Call wl-message-add-buttons-to-header and
wl-message-add-buttons-to-body.
(wl-message-display-internal): Set keymap argument for
elmo-mime-display-as-is, elmo-mime-message-display;
Run wl-message-display-internal-hook.
(wl-message-refer-article-or-url): Abolished.

* wl-highlight.el (wl-highlight-headers): Don't call
wl-highlight-message-add-buttons-to-header.
(wl-highlight-message-add-buttons-to-header): Abolished.

* wl-e21.el (wl-message-display-internal-hook): Define.
(wl-e21-setup-toolbar): Deleted duplicated binding.
(wl-e21-setup-message-toolbar): Define as function.
(wl-setup-message): Define as alias for wl-e21-setup-message-toolbar.
(wl-message-define-keymap): New function.
(wl-message-overload-functions): Abolished.

* elmo-mime.el (elmo-mime-message-display): Added argument keymap;
Set 4th argument of mime-display-message.
(elmo-mime-display-as-is): Ditto.
elmo/ChangeLog
elmo/elmo-mime.el
wl/ChangeLog
wl/wl-e21.el
wl/wl-highlight.el
wl/wl-message.el
wl/wl-mule.el
wl/wl-vars.el
wl/wl-xmas.el