From: Gerd Moellmann Date: Fri, 16 Feb 2001 13:21:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.99~359 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c220b7538eb242c2d2e4387658eb6510be531eb3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 11348cf9e1e..bd49da114c9 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 80218611241..c8e26c3d18f 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.