aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mh-e/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mh-e/ChangeLog')
-rw-r--r--lisp/mh-e/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index 89f257ed2a3..53c562c86a0 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,5 +1,11 @@
12005-10-16 Bill Wohler <wohler@newt.com> 12005-10-16 Bill Wohler <wohler@newt.com>
2 2
3 * mh-comp.el (mh-display-completion-list-compat): New macro which
4 calls `display-completion-list' correctly in older environments.
5 Versions of Emacs prior to version 22 lacked a COMMON-SUBSTRING
6 argument.
7 (mh-complete-word): Use it.
8
3 * mh-init.el (mh-image-load-path): Use locate-library to find 9 * mh-init.el (mh-image-load-path): Use locate-library to find
4 MH-E. This simplified the code a lot. Flattened out nested 10 MH-E. This simplified the code a lot. Flattened out nested
5 statements even more. 11 statements even more.