aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2000-04-14 13:30:35 +0000
committerGerd Moellmann2000-04-14 13:30:35 +0000
commita2522dca96e8afbb8724a5f448f3d4eb472b4572 (patch)
tree8064eb7d3e71b9b5bda46a993cd2da99c0ae40a4
parent90757bb354514d76a5c9ed42d0432a1f6c38c1ba (diff)
downloademacs-a2522dca96e8afbb8724a5f448f3d4eb472b4572.tar.gz
emacs-a2522dca96e8afbb8724a5f448f3d4eb472b4572.zip
*** empty log message ***
-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.