aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerd Moellmann2001-02-16 13:21:43 +0000
committerGerd Moellmann2001-02-16 13:21:43 +0000
commitc220b7538eb242c2d2e4387658eb6510be531eb3 (patch)
treeb86aa73cdfa1763d1f954c24d9d10ce735235d39
parent3bb710b01ce26cb0f35b9cdd49cd0b13a61d652b (diff)
downloademacs-c220b7538eb242c2d2e4387658eb6510be531eb3.tar.gz
emacs-c220b7538eb242c2d2e4387658eb6510be531eb3.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog3
-rw-r--r--src/ChangeLog4
2 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 11348cf9e1e..bd49da114c9 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12001-02-16 Gerd Moellmann <gerd@gnu.org> 12001-02-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * textmodes/flyspell.el (flyspell-region, flyspell-buffer):
4 Add autoload cookies.
5
3 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting 6 * calendar/cal-tex.el (cal-tex-weekly4-box): Respect setting
4 of cal-tex-24. 7 of cal-tex-24.
5 8
diff --git a/src/ChangeLog b/src/ChangeLog
index 80218611241..c8e26c3d18f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,9 @@
12001-02-16 Gerd Moellmann <gerd@gnu.org> 12001-02-16 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_set_glyph_string_background_width): Extend the
4 background face to the end of the drawing area in the text
5 area, only.
6
3 * xdisp.c (handle_single_display_prop): Set iterator's position 7 * xdisp.c (handle_single_display_prop): Set iterator's position
4 to where the `display' property starts, like for images. 8 to where the `display' property starts, like for images.
5 (dump_glyph): New function. 9 (dump_glyph): New function.