aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Schwab2000-03-29 21:34:46 +0000
committerAndreas Schwab2000-03-29 21:34:46 +0000
commitc5aa0fc2898b84f67038c063aeb8d44c1df9d85c (patch)
treeb8fceca3f995df22cd391a475ccfce2dcd089a7e
parentc5091f25dd5c000da8fc490017743dd74d624917 (diff)
downloademacs-c5aa0fc2898b84f67038c063aeb8d44c1df9d85c.tar.gz
emacs-c5aa0fc2898b84f67038c063aeb8d44c1df9d85c.zip
.
-rw-r--r--lib-src/ChangeLog4
-rw-r--r--lisp/ChangeLog8
2 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index eac697cda7a..dc45c7cf8e6 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,7 @@
12000-03-29 Andreas Schwab <schwab@suse.de>
2
3 * make-docfile.c (scan_lisp_file): Also look for `defsubst'.
4
12000-03-02 Gerd Moellmann <gerd@gnu.org> 52000-03-02 Gerd Moellmann <gerd@gnu.org>
2 6
3 * etags.c (lisp_suffixes) Add `LSP'. 7 * etags.c (lisp_suffixes) Add `LSP'.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index bcfa28d5611..d42b79f8fc8 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12000-03-29 Andreas Schwab <schwab@suse.de>
2
3 * emacs-lisp/autoload.el: Also print defsubst doc string
4 specially.
5
6 * dired.el (dired-insert-directory): If dired-free-space-program
7 failed just delete its output.
8
12000-03-29 Dave Love <fx@gnu.org> 92000-03-29 Dave Love <fx@gnu.org>
2 10
3 * international/iso-cvt.el: Move provide to end. Doc fixes. 11 * international/iso-cvt.el: Move provide to end. Doc fixes.