aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorJohn Wiegley <[email protected]>2001-06-19 20:24:48 +0000
committerJohn Wiegley <[email protected]>2001-06-19 20:24:48 +0000
commitf84e9763cdc3706bbd7d33ba30087a7e8f56ec03 (patch)
treeb9efa71aeca7d92a224b491b744e2f45b690393f /lisp
parentfa9090b8f4da448c42a863e5f08dfadd06eb5fc0 (diff)
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog12
1 files changed, 9 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7a322e4dfe..2087a03aeb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,12 +1,18 @@
-2001-06-19 Eli Zaretskii <[email protected]>
+2001-06-19 John Wiegley <[email protected]>
- * 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 <[email protected]>
* eshell/esh-mode.el: Disabled a test that often yields false
failures.
+
+2001-06-19 Eli Zaretskii <[email protected]>
+
+ * woman.el (WoMan-highlight-references): Add help-echo to
+ mouse-highlighted text.
2001-06-18 Stefan Monnier <[email protected]>