diff options
| author | Eli Zaretskii | 2015-02-02 18:15:13 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2015-02-02 18:15:13 +0200 |
| commit | e9a7e10b1818b484af0a36631d2ee6034ac752dc (patch) | |
| tree | a33cadda6aa44694e6e94bedb6b42cab6ea17c33 /src/ChangeLog | |
| parent | 50f3811883c7082b3c2a5a10bcfe77a3adfcb6ff (diff) | |
| download | emacs-e9a7e10b1818b484af0a36631d2ee6034ac752dc.tar.gz emacs-e9a7e10b1818b484af0a36631d2ee6034ac752dc.zip | |
Fix redrawing of mode lines when exposed (Bug#19721)
src/dispnew.c (adjust_glyph_matrix): Set the update_mode_line flag
of the window whose current glyph matrix was resized, which
disables the mode-line row as side effect.
src/xdisp.c (redisplay_window): Don't avoid redisplay of a window
whose update_mode_line flag is set.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 829eb25f4d9..c8ea8b586ed 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2015-02-02 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (adjust_glyph_matrix): Set the update_mode_line flag | ||
| 4 | of the window whose current glyph matrix was resized, which | ||
| 5 | disables the mode-line row as side effect. | ||
| 6 | |||
| 7 | * xdisp.c (redisplay_window): Don't avoid redisplay of a window | ||
| 8 | whose update_mode_line flag is set. (Bug#19721) | ||
| 9 | |||
| 1 | 2015-01-30 Eli Zaretskii <eliz@gnu.org> | 10 | 2015-01-30 Eli Zaretskii <eliz@gnu.org> |
| 2 | 11 | ||
| 3 | * dispextern.h (FACE_FOR_CHAR): Fix the commentary. | 12 | * dispextern.h (FACE_FOR_CHAR): Fix the commentary. |