changeset 38552:6319e783bf00

*** empty log message ***
author Gerd Moellmann <gerd@gnu.org>
date Wed, 25 Jul 2001 13:00:42 +0000
parents 6bd3c93022e7
children 4e1d2c941d86
files lib-src/ChangeLog src/ChangeLog
diffstat 2 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lib-src/ChangeLog	Wed Jul 25 13:00:30 2001 +0000
+++ b/lib-src/ChangeLog	Wed Jul 25 13:00:42 2001 +0000
@@ -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.
--- a/src/ChangeLog	Wed Jul 25 13:00:30 2001 +0000
+++ b/src/ChangeLog	Wed Jul 25 13:00:42 2001 +0000
@@ -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.