Mercurial > emacs
changeset 38118:14515d0b1650
*** empty log message ***
author | John Wiegley <johnw@newartisans.com> |
---|---|
date | Tue, 19 Jun 2001 20:24:48 +0000 |
parents | 84b70175e316 |
children | 9c0099738383 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Jun 19 11:30:53 2001 +0000 +++ b/lisp/ChangeLog Tue Jun 19 20:24:48 2001 +0000 @@ -1,12 +1,18 @@ -2001-06-19 Eli Zaretskii <eliz@is.elta.co.il> - - * woman.el (WoMan-highlight-references): Add help-echo to - mouse-highlighted text. +2001-06-19 John Wiegley <johnw@gnu.org> + + * 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 <johnw@gnu.org> * eshell/esh-mode.el: Disabled a test that often yields false failures. + +2001-06-19 Eli Zaretskii <eliz@is.elta.co.il> + + * woman.el (WoMan-highlight-references): Add help-echo to + mouse-highlighted text. 2001-06-18 Stefan Monnier <monnier@cs.yale.edu>