aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-16 11:54:17 +0000
committerGerd Moellmann2001-07-16 11:54:17 +0000
commitbb24c64f41c55b8d3944f5abcc1c4a7d1ab220c6 (patch)
tree0d8e4784aff7a6b27d15b2fca287ddaf5965951e
parent36755dd923b77e9aa58d61e49a5188caa026397b (diff)
downloademacs-bb24c64f41c55b8d3944f5abcc1c4a7d1ab220c6.tar.gz
emacs-bb24c64f41c55b8d3944f5abcc1c4a7d1ab220c6.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog5
-rw-r--r--lisp/ChangeLog5
2 files changed, 10 insertions, 0 deletions
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 @@
12001-07-16 Gerd Moellmann <gerd@gnu.org>
2
3 * ebrowse.c (main): Check that the output file exists and
4 is non-empty if invoked with `--append'.
5
12001-05-14 Francesco Potorti` <pot@gnu.org> 62001-05-14 Francesco Potorti` <pot@gnu.org>
2 7
3 * etags.c (add_regex): Reset the whole newly allocated pattern 8 * 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 @@
12001-07-16 Gerd Moellmann <gerd@gnu.org>
2
3 * simple.el (set-variable): Require 'cus-edit' instead of
4 `wid-edit', so that the Custom widgets get defined.
5
12001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz> 62001-07-16 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2 7
3 * allout.el: A fix to follow coding conventions. 8 * allout.el: A fix to follow coding conventions.