From: Gerd Moellmann Date: Mon, 16 Jul 2001 11:54:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~494 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=bb24c64f41c55b8d3944f5abcc1c4a7d1ab220c6;p=emacs.git *** empty log message *** --- diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 5472e7d3dd0..3cf4f8bf25c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,8 @@ +2001-07-16 Gerd Moellmann + + * ebrowse.c (main): Check that the output file exists and + is non-empty if invoked with `--append'. + 2001-05-14 Francesco Potorti` * etags.c (add_regex): Reset the whole newly allocated pattern diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 12b0a4c19b5..c5b409cdc77 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-07-16 Gerd Moellmann + + * 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 * allout.el: A fix to follow coding conventions.