aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog6
2 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index fbd50ef9f9c..c065665425b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-04-14 Gerd Moellmann <gerd@gnu.org>
2
3 * gud.el (gud-jdb-build-source-files-list): Check that directory
4 exists before calling directory-files.
5
12000-04-13 Dave Love <fx@gnu.org> 62000-04-13 Dave Love <fx@gnu.org>
2 7
3 * emacs-lisp/trace.el: Change maintainer. Use new backquote 8 * emacs-lisp/trace.el: Change maintainer. Use new backquote
diff --git a/src/ChangeLog b/src/ChangeLog
index cd150845e89..210aafeb75b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-04-14 Gerd Moellmann <gerd@gnu.org>
2
3 * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
4 (fill_in_lock_file_name): Avoid existing files that aren't
5 links.
6
12000-04-14 Dave Love <fx@gnu.org> 72000-04-14 Dave Love <fx@gnu.org>
2 8
3 * Makefile.in (LIBS, IBOBJS): New variable. 9 * Makefile.in (LIBS, IBOBJS): New variable.