diff options
| author | Eli Zaretskii | 2013-11-17 23:02:09 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2013-11-17 23:02:09 +0200 |
| commit | 96e78d1fb3fd5543c513d5a949c5d52654b6006a (patch) | |
| tree | 5d016637b850dd80890ab4b093ab55be10a1405a /src/ChangeLog | |
| parent | 1bf65cadc7d088eabad889491df2fea4457ba04f (diff) | |
| download | emacs-96e78d1fb3fd5543c513d5a949c5d52654b6006a.tar.gz emacs-96e78d1fb3fd5543c513d5a949c5d52654b6006a.zip | |
Fix bug #15913 with disappearing mouse highlight on MS-Windows.
src/w32term.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/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index de4c1dc6531..2b88d076b8c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2013-11-17 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32term.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#15913) | ||
| 6 | |||
| 1 | 2013-11-17 Paul Eggert <eggert@cs.ucla.edu> | 7 | 2013-11-17 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 8 | ||
| 3 | * lisp.h (DEBUGGER_SEES_C_MACROS): Remove. | 9 | * lisp.h (DEBUGGER_SEES_C_MACROS): Remove. |