aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 22605feaad3..9385652c869 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,13 @@
12000-12-14 Eli Zaretskii <eliz@is.elta.co.il> 12000-12-14 Eli Zaretskii <eliz@is.elta.co.il>
2 2
3 * paths.el (Info-default-directory-list): If
4 configure-info-directory is not one of the standard directories,
5 put it first in the list; otherwise put it last. Doc string
6 changed accordingly.
7
8 * info.el (Info-directory-list): Change doc string to reflect the
9 change in Info-default-directory-list.
10
3 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and 11 * simple.el (delete-key-deletes-forward-mode): Treat ms-dos and
4 windows-nt as windowed environments, even under -nw. 12 windows-nt as windowed environments, even under -nw.
5 13