aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-07-25 13:00:42 +0000
committerGerd Moellmann2001-07-25 13:00:42 +0000
commite743f5996ee90cd779c0cd76645e0f599b2281ef (patch)
tree8193bb37e6494ecc37a79b86ca81684b9d9b5135
parent3205760ab3c1853a2e29628aca63c994253e4864 (diff)
downloademacs-e743f5996ee90cd779c0cd76645e0f599b2281ef.tar.gz
emacs-e743f5996ee90cd779c0cd76645e0f599b2281ef.zip
*** empty log message ***
-rw-r--r--lib-src/ChangeLog8
-rw-r--r--src/ChangeLog2
2 files changed, 10 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog
index fbc242ce945..d286bbefaa4 100644
--- a/lib-src/ChangeLog
+++ b/lib-src/ChangeLog
@@ -1,3 +1,11 @@
12001-07-25 Juanma Barranquero <jbarranquero@peoplecall.com>
2
3 * grep-changelog (parse_changelog): Remove unused local variable.
4
5 * grep-changelog (main): Add new option --reverse.
6 (print_log): Use it.
7 (parse_changelog): Use it.
8
12001-07-20 Gerd Moellmann <gerd@gnu.org> 92001-07-20 Gerd Moellmann <gerd@gnu.org>
2 10
3 * grep-changelog: Remove RCS Id keyword. 11 * grep-changelog: Remove RCS Id keyword.
diff --git a/src/ChangeLog b/src/ChangeLog
index 87b07151e77..3a1e10f12be 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12001-07-25 Gerd Moellmann <gerd@gnu.org> 12001-07-25 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispextern.h (struct it): Increase size of ctl_chars to 16.
4
3 * xfns.c (Fx_file_dialog): Block/unblock input while processing 5 * xfns.c (Fx_file_dialog): Block/unblock input while processing
4 events so that we get a chance of processing expose events. 6 events so that we get a chance of processing expose events.
5 7