]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Mon, 16 Jul 2001 11:54:17 +0000 (11:54 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 16 Jul 2001 11:54:17 +0000 (11:54 +0000)
lib-src/ChangeLog
lisp/ChangeLog

index 5472e7d3dd0cb71acb20e6c353a6c66240443b13..3cf4f8bf25cba776f4cf59ee04194c7902c62d90 100644 (file)
@@ -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
index 12b0a4c19b50956c84f7aca16e93d826608adcaa..c5b409cdc777e34e443d08c1b4f587264ac45504 100644 (file)
@@ -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\e,Bm\e(Bk  <Pavel@Janik.cz>
 
        * allout.el: A fix to follow coding conventions.