aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-05-29 19:47:49 +0300
committerEli Zaretskii2014-05-29 19:47:49 +0300
commit60ae3d09932f862ed6543b45f9c24d5d495bb6fb (patch)
treece6a89264037cde73fb4ed8e1dff64a68688b904 /src/ChangeLog
parent2f8165f415d157d5b8412b27950964b6a0280773 (diff)
downloademacs-60ae3d09932f862ed6543b45f9c24d5d495bb6fb.tar.gz
emacs-60ae3d09932f862ed6543b45f9c24d5d495bb6fb.zip
Fix bug #17588 with mouse highlight when an X frame is redisplayed frequently.
src/xterm.c (x_update_window_end): Don't invalidate the entire mouse-highlight info, just signal frame_up_to_date_hook that mouse highlight needs to be redisplayed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 2a3625b95da..a07daee1669 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12014-05-29 Eli Zaretskii <eliz@gnu.org>
2
3 * xterm.c (x_update_window_end): Don't invalidate the entire
4 mouse-highlight info, just signal frame_up_to_date_hook that mouse
5 highlight needs to be redisplayed. (Bug#17588)
6
12014-05-29 Paul Eggert <eggert@cs.ucla.edu> 72014-05-29 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 Port the GDB-visible symbols to AIX. 9 Port the GDB-visible symbols to AIX.