diff options
| author | Eli Zaretskii | 2013-12-15 18:51:59 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-12-15 18:51:59 +0200 |
| commit | cdeb10ce512b9b579add9dc358d90e1ab6475f6e (patch) | |
| tree | 68a61b7d60d266b3d96eaab8b2446e10231c1141 /src/ChangeLog | |
| parent | dd1fb8cb77da751a2c397f7492750b9ba79214b3 (diff) | |
| download | emacs-cdeb10ce512b9b579add9dc358d90e1ab6475f6e.tar.gz emacs-cdeb10ce512b9b579add9dc358d90e1ab6475f6e.zip | |
Fix bug #16151 with background of display margins.
src/xdisp.c (extend_face_to_end_of_line): Extend background of
non-default face in margin areas as well. (Bug#16151)
(display_line): Call extend_face_to_end_of_line for continued
lines as well, if the display margins have non-zero width.
(set_glyph_string_background_width): When needed, set the
extends_to_end_of_line_p flag on glyph strings to be drawn in
margin areas, not only in the text area.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
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 @@ | |||
| 1 | 2013-12-15 Eli Zaretskii <eliz@gnu.org> | 1 | 2013-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 | ||