* INSTALL, INSTALL.ja: Update.
authorteranisi <teranisi>
Mon, 20 Aug 2001 15:40:38 +0000 (15:40 +0000)
committerteranisi <teranisi>
Mon, 20 Aug 2001 15:40:38 +0000 (15:40 +0000)
commit50e87247bc89cd4eead8633be07a758798831042
tree477718428fb4cf5fd5bc9617366a60f02cb8d6da
parent54c38af2bef83f8019a6d934651b80e1372a5222
* INSTALL, INSTALL.ja: Update.

* wl-vars.el (wl-cs-noconv): Ignore nemacs.
(wl-cs-autoconv): Ditto.
(wl-cs-local): Ditto.
(wl-use-scoring): Ditto.
(wl-mime-charset): Ditto.
(wl-folder-check-async): Ditto.

* wl.el (toplevel): Ignore nemacs and tm.
(wl-exit): Ditto.

* wl-summary.el (wl-summary-setup-mouse): Ignore nemacs.
(wl-summary-mode-map): Added binding for `wl-addrmgr'.
(wl-summary-edit-addresses-subr): Use wl-address-add-or-change
instead of wl-address-petname-add-or-change.
(wl-summary-edit-addresses-subr): Use wl-address-delete
instead of wl-address-petname-delete.

* wl-util.el (wl-as-coding-system): Ignore nemacs.

* wl-mime.el (wl-draft-preview-message): Kill raw preview buffer
if error occured.

* wl-message.el (require): Remove tm support.

* wl-highlight.el (defin-hilit, defun-hilit2): Eliminated.

* wl-folder.el (wl-folder-setup-mouse): Ignore nemacs.
(wl-folder-jump-to-current-entity): Ditto.
(wl-folder-mode-map): Added binding for `wl-addrmgr'.

* wl-e21.el (wl-draft-key-setup): Replaced binding (C-cC-a)for
`wl-draft-insert-x-face-field' to `wl-addrmgr'.
Changed binding for `wl-draft-insert-x-face-field' to C-cC-x.

* wl-mule.el (wl-draft-key-setup): Ditto.

* wl-xmas.el (wl-draft-key-setup): Ditto.

* wl-draft.el (toplevel): Added autoload setting for wl-addrmgr.
(wl-draft-std11-parse-addresses): New function.
(wl-draft-parse-mailbox-list): Use it.
(wl-draft): Ignore nemacs.
(wl-draft-reedit): Ditto.

* wl-addrmgr.el: New file.
(Original is wl-rcpt.el written by
"Kitamoto Tsuyoshi <tsuyoshi.kitamoto@city.sapporo.jp>".
Thanks Kitamoto-san.)

* wl-address.el (wl-address-make-address-list): Modified parsing
process.
(wl-address-delete): Renamed from `wl-address-petname-delete';
Modify wl-address-list too.
(wl-address-add-or-change): Renamed from
`wl-address-petname-add-or-change'; Rewote for wl-addrmgr.

* WL-CFG: Removed nemacs setting example.

* WL-MK (config-wl-package-subr): Ignore nemacs.

* WL-ELS: Ignore tm and nemacs.
(WL-MODULES): Added wl-addrmgr.
26 files changed:
ChangeLog
INSTALL
INSTALL.ja
WL-CFG
WL-ELS
WL-MK
elmo/ChangeLog
elmo/elmo-util.el
elmo/elmo-vars.el
wl/ChangeLog
wl/tm-wl.el [deleted file]
wl/wl-address.el
wl/wl-addrmgr.el [new file with mode: 0644]
wl/wl-draft.el
wl/wl-e21.el
wl/wl-folder.el
wl/wl-highlight.el
wl/wl-message.el
wl/wl-mime.el
wl/wl-mule.el
wl/wl-nemacs.el [deleted file]
wl/wl-summary.el
wl/wl-util.el
wl/wl-vars.el
wl/wl-xmas.el
wl/wl.el