aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog23
1 files changed, 23 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b5bdf1dca70..55345027811 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,28 @@
12013-09-18 Dmitry Antipov <dmantipov@yandex.ru> 12013-09-18 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 * frame.c (x_redo_mouse_highlight): New function
4 to factor out common code used in W32 and X ports.
5 * dispextern.h (x_redo_mouse_highlight): Add prototype.
6 * xterm.h (struct x_display_info):
7 * w32term.h (struct w32_display_info):
8 * nsterm.h (struct ns_display_info): New members
9 last_mouse_motion_frame, last_mouse_motion_x and
10 last_mouse_motion_y, going to replace static variables below.
11 * xterm.c (last_mouse_motion_event, last_mouse_motion_frame)
12 (redo_mouse_highlight): Remove.
13 (note_mouse_movement, syms_of_xterm): Adjust user.
14 (handle_one_xevent): Likewise. Use x_redo_mouse_highlight.
15 * w32term.c (last_mouse_motion_event, last_mouse_motion_frame)
16 (redo_mouse_highlight): Remove.
17 (note_mouse_movement, syms_of_w32term): Adjust user.
18 (w32_read_socket): Likewise. Use x_redo_mouse_highlight.
19 * nsterm.m (last_mouse_motion_position, last_mouse_motion_frame):
20 Remove.
21 (note_mouse_movement, mouseMoved, syms_of_nsterm):
22 * nsfns.m (compute_tip_xy): Adjust user.
23
242013-09-18 Dmitry Antipov <dmantipov@yandex.ru>
25
3 * frame.c (x_mouse_grabbed): New function. 26 * frame.c (x_mouse_grabbed): New function.
4 * dispextern.h (x_mouse_grabbed): Add prototype. 27 * dispextern.h (x_mouse_grabbed): Add prototype.
5 (last_mouse_frame): Remove declaration. 28 (last_mouse_frame): Remove declaration.