From: Gerd Moellmann Date: Wed, 25 Jul 2001 13:00:42 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.105~395 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=e743f5996ee90cd779c0cd76645e0f599b2281ef;p=emacs.git *** empty log message *** --- 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 + + * 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 * 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 + * 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.