]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJohn Wiegley <johnw@newartisans.com>
Tue, 19 Jun 2001 20:24:48 +0000 (20:24 +0000)
committerJohn Wiegley <johnw@newartisans.com>
Tue, 19 Jun 2001 20:24:48 +0000 (20:24 +0000)
lisp/ChangeLog

index 7a322e4dfe21f38fd65b779d0f66048389c54b27..2087a03aeb8167e6e0a74ece3e0a5c4fa8479a03 100644 (file)
@@ -1,12 +1,18 @@
-2001-06-19  Eli Zaretskii  <eliz@is.elta.co.il>
+2001-06-19  John Wiegley  <johnw@gnu.org>
 
-       * 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  <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>