diff options
| author | Eli Zaretskii | 2014-08-17 17:58:04 +0300 |
|---|---|---|
| committer | Eli Zaretskii | 2014-08-17 17:58:04 +0300 |
| commit | 39125b22488ab597dd137a174700fcaab616d597 (patch) | |
| tree | d6e27136de1640cd93a821b8c010cc3b9e18f76d /src/ChangeLog | |
| parent | 52e7a5b99f790dcc21cf84ba0ae6537ccee11efc (diff) | |
| download | emacs-39125b22488ab597dd137a174700fcaab616d597.tar.gz emacs-39125b22488ab597dd137a174700fcaab616d597.zip | |
Avoid overwriting the reversed_p flags in the glyph matrices.
Avoid overwriting the reversed_p flags in the glyph matrices when
init_iterator or start_display are called.
src/xdisp.c (init_iterator): Don't initialize the reversed_p flag of
the glyph row here.
(tool_bar_height, redisplay_tool_bar, try_window)
(try_window_reusing_current_matrix, try_window_id)
(get_overlay_arrow_glyph_row, display_menu_bar): Initialize the
reversed_p flag of the iterator's glyph row where the glyph row
is going to be redrawn.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 3c10f66aaac..3d04357af59 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2014-08-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | Avoid overwriting the reversed_p flags in the glyph matrices when | ||
| 4 | init_iterator or start_display are called. | ||
| 5 | * xdisp.c (init_iterator): Don't initialize the reversed_p flag of | ||
| 6 | the glyph row here. | ||
| 7 | (tool_bar_height, redisplay_tool_bar, try_window) | ||
| 8 | (try_window_reusing_current_matrix, try_window_id) | ||
| 9 | (get_overlay_arrow_glyph_row, display_menu_bar): Initialize the | ||
| 10 | reversed_p flag of the iterator's glyph row where the glyph row | ||
| 11 | is going to be redrawn. | ||
| 12 | |||
| 1 | 2014-08-16 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2014-08-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 14 | ||
| 3 | * xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local. | 15 | * xdisp.c (set_horizontal_scroll_bar): Don't use uninitialized local. |