# HG changeset patch # User Gerd Moellmann # Date 982329703 0 # Node ID 8fd2a7fbddf412bb27af394b02818283ca68e1ff # Parent 927cbaaa27f8738ec08f18e1e9167673480e0976 *** empty log message *** diff -r 927cbaaa27f8 -r 8fd2a7fbddf4 lisp/ChangeLog --- a/lisp/ChangeLog Fri Feb 16 13:21:11 2001 +0000 +++ b/lisp/ChangeLog Fri Feb 16 13:21:43 2001 +0000 @@ -1,5 +1,8 @@ 2001-02-16 Gerd Moellmann + * textmodes/flyspell.el (flyspell-region, flyspell-buffer): + Add autoload cookies. + * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting of cal-tex-24. diff -r 927cbaaa27f8 -r 8fd2a7fbddf4 src/ChangeLog --- a/src/ChangeLog Fri Feb 16 13:21:11 2001 +0000 +++ b/src/ChangeLog Fri Feb 16 13:21:43 2001 +0000 @@ -1,5 +1,9 @@ 2001-02-16 Gerd Moellmann + * xterm.c (x_set_glyph_string_background_width): Extend the + background face to the end of the drawing area in the text + area, only. + * xdisp.c (handle_single_display_prop): Set iterator's position to where the `display' property starts, like for images. (dump_glyph): New function.