# HG changeset patch # User Gerd Moellmann # Date 995284457 0 # Node ID 02ea605273b359a4f8bc0d91b362b13e01dc0512 # Parent 4bbb598584990c167e0d862eb333d0b895949f6c *** empty log message *** diff -r 4bbb59858499 -r 02ea605273b3 lib-src/ChangeLog --- 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 + + * 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 -r 4bbb59858499 -r 02ea605273b3 lisp/ChangeLog --- 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 + + * 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.