aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
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]>