aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJan D2015-04-03 13:59:05 +0200
committerJan D2015-04-03 13:59:18 +0200
commitc775195c62843deed10e7967e488b3b04b84c412 (patch)
treead7ebaf9a57688436c69be4919492f52a495a99c /src/ChangeLog
parent7c691f32f78303750d29972a29dcc6754fae257a (diff)
downloademacs-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/ChangeLog5
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 @@
12015-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
12015-03-31 Eli Zaretskii <eliz@gnu.org> 62015-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