mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-17 01:34:21 +00:00
*** empty log message ***
This commit is contained in:
parent
3eb7ddf329
commit
6e07c0a573
3 changed files with 11 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
2001-07-20 Juanma Barranquero <lektu@terra.es>
|
||||
|
||||
* 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 <janneke@gnu.org>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,8 @@
|
|||
2001-07-20 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* simple.el (delete-trailing-whitespace): Save match data
|
||||
around looking-at. From Markus Rost <rost@math.ohio-state.edu>.
|
||||
|
||||
2001-07-19 Stefan Monnier <monnier@cs.yale.edu>
|
||||
|
||||
* progmodes/compile.el (compilation-parse-errors): `linenum' might
|
||||
|
|
|
|||
|
|
@ -1,5 +1,8 @@
|
|||
2001-07-20 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* 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 <gerd@gnu.org>
|
||||
|
|
|
|||
Loading…
Reference in a new issue