From: John Wiegley Date: Tue, 19 Jun 2001 20:24:48 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~212 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f84e9763cdc3706bbd7d33ba30087a7e8f56ec03;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a322e4dfe2..2087a03aeb8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,12 +1,18 @@ -2001-06-19 Eli Zaretskii +2001-06-19 John Wiegley - * woman.el (WoMan-highlight-references): Add help-echo to - mouse-highlighted text. + * eshell/eshell.el: Don't load in esh-util if it's already loaded. + Also, added a comment describing how to greatly speedup Eshell + loadup time, by concatenating together all of Eshell's .elc files. 2001-06-18 John Wiegley * eshell/esh-mode.el: Disabled a test that often yields false failures. + +2001-06-19 Eli Zaretskii + + * woman.el (WoMan-highlight-references): Add help-echo to + mouse-highlighted text. 2001-06-18 Stefan Monnier