summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
+2001-07-25 Juanma Barranquero <jbarranquero@peoplecall.com>
+
+ * grep-changelog (parse_changelog): Remove unused local variable.
+
+ * grep-changelog (main): Add new option --reverse.
+ (print_log): Use it.
+ (parse_changelog): Use it.
+
2001-07-20 Gerd Moellmann <gerd@gnu.org>
* 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 @@
2001-07-25 Gerd Moellmann <gerd@gnu.org>
+ * dispextern.h (struct it): Increase size of ctl_chars to 16.
+
* xfns.c (Fx_file_dialog): Block/unblock input while processing
events so that we get a chance of processing expose events.