aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2001-10-30 15:00:38 +0000
committerGerd Moellmann2001-10-30 15:00:38 +0000
commit327f42ee807888a049eda51daa025020e388577e (patch)
tree41822bdeaba1e454ea571628cd0d16ef330d85d5 /src/ChangeLog
parent99cb6b2f6958a169e22a6d06970c914e15cb918b (diff)
downloademacs-327f42ee807888a049eda51daa025020e388577e.tar.gz
emacs-327f42ee807888a049eda51daa025020e388577e.zip
(x_draw_relief_rect): Correct bottom relief by 1 pixel.
(x_set_glyph_string_background_width): Set extends_to_end_of_line_p if the row's fill_line_p is set and drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index fa377529266..c79704d45c0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,10 @@
12001-10-30 Gerd Moellmann <gerd@gnu.org> 12001-10-30 Gerd Moellmann <gerd@gnu.org>
2 2
3 * xterm.c (x_draw_relief_rect): Correct bottom relief by 1 pixel.
4 (x_set_glyph_string_background_width): Set
5 extends_to_end_of_line_p if the row's fill_line_p is set and
6 drawing the last glyph with DRAW_IMAGE_{RAISED,SUNKEN}.
7
3 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame. 8 * xdisp.c (clear_garbaged_frames): Call Fredraw_frame.
4 9
52001-10-29 Stefan Monnier <monnier@cs.yale.edu> 102001-10-29 Stefan Monnier <monnier@cs.yale.edu>