changeset 38433:02ea605273b3

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Mon, 16 Jul 2001 11:54:17 +0000
parents 4bbb59858499
children 86a4e78aeae0
files lib-src/ChangeLog lisp/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Jul 16 11:52:56 2001 +0000
+++ b/lib-src/ChangeLog	Mon Jul 16 11:54:17 2001 +0000
@@ -1,3 +1,8 @@
+2001-07-16  Gerd Moellmann  <gerd@gnu.org>
+
+	* ebrowse.c (main): Check that the output file exists and
+	is non-empty if invoked with `--append'.
+
 2001-05-14  Francesco Potorti`  <pot@gnu.org>
 
 	* etags.c (add_regex): Reset the whole newly allocated pattern
--- a/lisp/ChangeLog	Mon Jul 16 11:52:56 2001 +0000
+++ b/lisp/ChangeLog	Mon Jul 16 11:54:17 2001 +0000
@@ -1,3 +1,8 @@
+2001-07-16  Gerd Moellmann  <gerd@gnu.org>
+
+	* simple.el (set-variable): Require 'cus-edit' instead of
+	`wid-edit', so that the Custom widgets get defined.
+
 2001-07-16  Pavel Jan,Bm(Bk  <Pavel@Janik.cz>
 
 	* allout.el: A fix to follow coding conventions.