aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 277ca061d36..bb1db40308d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
12000-03-26 Dave Love <fx@gnu.org>
2
3 * files.el: Doc fixes.
4 (file-truename): Include `[' in wildcard characters.
5 (automount-dir-prefix): Customize.
6 (find-file-wildcards): Add :version.
7 (find-file-noselect): Simplify a mapcar call.
8
9 * emacs-lisp/lisp-mode.el (lisp-eval-defun): Make arglist
10 compatible with inf-lisp version.
11 (eval-defun-1): Fix custom-declare-variable case.
12
12000-03-24 Gerd Moellmann <gerd@gnu.org> 132000-03-24 Gerd Moellmann <gerd@gnu.org>
2 14
3 * Makefile (COMPILE_FIRST): New macro. 15 * Makefile (COMPILE_FIRST): New macro.