aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ccf107e307b..90b6525a55d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
12013-12-15 Eli Zaretskii <eliz@gnu.org> 12013-12-15 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (extend_face_to_end_of_line): Extend background of
4 non-default face in margin areas as well. (Bug#16151)
5 (display_line): Call extend_face_to_end_of_line for continued
6 lines as well, if the display margins have non-zero width.
7 (set_glyph_string_background_width): When needed, set the
8 extends_to_end_of_line_p flag on glyph strings to be drawn in
9 margin areas, not only in the text area.
10
3 * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at 11 * frame.h (FRAME_MOUSE_UPDATE): Fix a typo that caused infloop at
4 startup. 12 startup.
5 13