--
authoryamaoka <yamaoka>
Fri, 8 Sep 2000 11:16:58 +0000 (11:16 +0000)
committeryamaoka <yamaoka>
Fri, 8 Sep 2000 11:16:58 +0000 (11:16 +0000)
commit8d484a747c4e12a67f7baea4abd77f4d72a8a1f3
tree474ed9762bb1d866dfa4010d621335e38ef79bd0
parent59337b6cd9fd0fb396ca4e3cdbc1af047524a166
--
Hi, Wanderlust developers and testers.

Emacs 21 thing for Wanderlust has just committed now.  It may have
nothing more than an alpha status.  An installer for it has not been
implemented yet.  So if you would like to use it under latest Emacs
21, please install wl-e21.el manually, byte-compile it and set the
value of the variable `wl-icon-dir' correctly.  Comments, suggestions,
and bug fixes are welcome.  By the way, X-Face utilities for Emacs 21
is available from ftp://ftp.jpl.org/pub/tmp/.3x7.gz.  Please gunzip
and rename it to "x-face-e21.el" before using it.

Regards,

Changes:
========
* wl.el: Require `wl-e21' when Emacs 21 is running.
* wl-vars.el (wl-highlight-folder-with-icon): Activate it by default when
Emacs 21 is running.
(wl-use-highlight-mouse-line): Ditto.
(wl-on-emacs21): New constant.
(wl-on-emacs20): Removed.
* wl-summary.el (wl-summary-mode): Call `wl-e21-setup-summary' when Emacs 21
is running.
* wl-folder.el (wl-folder-mode): Call `wl-e21-setup-folder' when Emacs 21 is
running.
* wl-e21.el: New file.
wl/ChangeLog
wl/wl-e21.el [new file with mode: 0644]
wl/wl-folder.el
wl/wl-summary.el
wl/wl-vars.el
wl/wl.el