summaryrefslogtreecommitdiff
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 @@
+2000-04-14 Gerd Moellmann <gerd@gnu.org>
+
+ * gud.el (gud-jdb-build-source-files-list): Check that directory
+ exists before calling directory-files.
+
2000-04-13 Dave Love <fx@gnu.org>
* 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 @@
+2000-04-14 Gerd Moellmann <gerd@gnu.org>
+
+ * filelock.c (MAKE_LOCK_NAME): Allocate 2 more bytes.
+ (fill_in_lock_file_name): Avoid existing files that aren't
+ links.
+
2000-04-14 Dave Love <fx@gnu.org>
* Makefile.in (LIBS, IBOBJS): New variable.