aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-10-26 11:46:46 +0200
committerEli Zaretskii2012-10-26 11:46:46 +0200
commitccc83f50a4ca55842bcf955b9f8156c17aa43864 (patch)
tree4e16a4c27d791f7f8f9eebb7abad554b56f95ab9 /src/ChangeLog
parent8c7727c3354291d0798b2eb031f42a32c618c391 (diff)
downloademacs-ccc83f50a4ca55842bcf955b9f8156c17aa43864.tar.gz
emacs-ccc83f50a4ca55842bcf955b9f8156c17aa43864.zip
Avoid hourglass mouse pointer when a tooltip for menu item is shown.
src/w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of mouse movement events if the menu bar is active. This avoids producing a busy "hour-glass" cursor by Windows if the mouse pointer is positioned over a tooltip shown for some menu item.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 835c550b426..bf519556334 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-10-26 Eli Zaretskii <eliz@gnu.org>
2
3 * w32fns.c (w32_wnd_proc) <WM_MOUSEMOVE>: Don't enable tracking of
4 mouse movement events if the menu bar is active. This avoids
5 producing a busy "hour-glass" cursor by Windows if the mouse
6 pointer is positioned over a tooltip shown for some menu item.
7
12012-10-25 Paul Eggert <eggert@cs.ucla.edu> 82012-10-25 Paul Eggert <eggert@cs.ucla.edu>
2 9
3 Don't assume process IDs fit in int. 10 Don't assume process IDs fit in int.