aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog21
1 files changed, 21 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 94e38e400cc..505f1998ab7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,26 @@
12000-08-08 Gerd Moellmann <gerd@gnu.org> 12000-08-08 Gerd Moellmann <gerd@gnu.org>
2 2
3 * info.el (Info-insert-dir): Use Info-additional-directory-list if
4 non-nil.
5 (Info-file-list-for-emacs): Remove "info" from the list because
6 that leads to trying to use the documentation from file `info'
7 in various situations where it isn't appropriate, for instance
8 C-h C-k C-h i.
9
10 * ffap.el (ffap-read-file-or-url-internal): Handle case that
11 DIR and/or STRING are nil.
12
13 * progmodes/compile.el (compilation-setup): Make variable
14 compilation-error-screen-columns buffer-local, as some comment
15 in the code suggests it should be.
16
17 * files.el (auto-mode-interpreter-regexp): New variable.
18 (set-auto-mode): Use it.
19
20 * indent.el (indent-for-tab-command): Doc fix.
21
22 * mouse-sel.el (mouse-sel-mode): Doc fix.
23
3 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N=' 24 * emacs-lisp/lisp-mode.el (eval-last-sexp-1): Handle `#N='
4 labels. 25 labels.
5 26