aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1806e642c71..85f3abb98b3 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,16 @@
12013-09-02 Dmitry Antipov <dmantipov@yandex.ru> 12013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
2 2
3 Use XGetMotionEvents to ask the last mouse motion time from X server.
4 * xterm.c (X_MOTION_HISTORY): Default to 1.
5 (x_last_mouse_movement_time) [X_MOTION_HISTORY]: New function.
6 (x_last_mouse_movement_time) [!X_MOTION_HISTORY]: Legacy version.
7 (note_mouse_movement, x_scroll_bar_note_movement) [!X_MOTION_HISTORY]:
8 Ifdef away legacy code.
9 (XTmouse_position, x_scroll_bar_report_motion):
10 Use x_last_mouse_movement_time.
11
122013-09-02 Dmitry Antipov <dmantipov@yandex.ru>
13
3 * msdos.c (last_mouse_window): Move to... 14 * msdos.c (last_mouse_window): Move to...
4 (dos_rawgetc): ...this function and adjust comment. 15 (dos_rawgetc): ...this function and adjust comment.
5 * nsterm.m (last_window): Rename to last_mouse_window, move to... 16 * nsterm.m (last_window): Rename to last_mouse_window, move to...