From 6e07c0a573cacef8eb58f2be067f4e5aa8eb7384 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Fri, 20 Jul 2001 10:04:36 +0000 Subject: [PATCH] *** empty log message *** --- lib-src/ChangeLog | 6 +++--- lisp/ChangeLog | 5 +++++ src/ChangeLog | 3 +++ 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index fbb72b00db8..aa4e9d9da27 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,9 +1,9 @@ 2001-07-20 Juanma Barranquero - * grep-changelog (parse_changelog): Add test for defined value to - quiet warning from Perl 5.005 or above. + * grep-changelog (parse_changelog): Add tests for defined values + to quiet warning from Perl 5.005 or above. (entry_match_p, header_match_p): Fix handling of null or empty - argument to prevent duplicate headers. + argument to prevent duplicate headers. * grep-changelog 2001-07-17 Jan Nieuwenhuizen diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 94a88539600..e0539095020 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-07-20 Gerd Moellmann + + * simple.el (delete-trailing-whitespace): Save match data + around looking-at. From Markus Rost . + 2001-07-19 Stefan Monnier * progmodes/compile.el (compilation-parse-errors): `linenum' might diff --git a/src/ChangeLog b/src/ChangeLog index 05b03ba65a5..f3424b7b0eb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2001-07-20 Gerd Moellmann + * dispextern.h (struct face): Change type of `stipple' to + int; it's an ID. + * xterm.c (x_fill_stretch_glyph_string): Remove an assertion. 2001-07-19 Gerd Moellmann -- 2.39.5