diff options
| author | Jan D | 2015-04-03 13:59:05 +0200 |
|---|---|---|
| committer | Jan D | 2015-04-03 13:59:18 +0200 |
| commit | c775195c62843deed10e7967e488b3b04b84c412 (patch) | |
| tree | ad7ebaf9a57688436c69be4919492f52a495a99c /src/ChangeLog | |
| parent | 7c691f32f78303750d29972a29dcc6754fae257a (diff) | |
| download | emacs-c775195c62843deed10e7967e488b3b04b84c412.tar.gz emacs-c775195c62843deed10e7967e488b3b04b84c412.zip | |
Don't optimized away tool tip redraw, may lead to corrupted text.
* src/xterm.c (handle_one_xevent): Always redraw tool tips on
MapNotify. Update tool tip frame sizes on ConfigureNotify.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 7c7892a3fe8..09225f26dfc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2015-04-03 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * xterm.c (handle_one_xevent): Always redraw tool tips on | ||
| 4 | MapNotify. Update tool tip frame sizes on ConfigureNotify. | ||
| 5 | |||
| 1 | 2015-03-31 Eli Zaretskii <eliz@gnu.org> | 6 | 2015-03-31 Eli Zaretskii <eliz@gnu.org> |
| 2 | 7 | ||
| 3 | * keyboard.c (read_key_sequence): Don't let | 8 | * keyboard.c (read_key_sequence): Don't let |