diff options
| author | Dmitry Antipov | 2013-09-02 12:45:32 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-02 12:45:32 +0400 |
| commit | 84e70bbae4e86a7832ead64c3f2f7240967ca4b7 (patch) | |
| tree | cfc1b6388ddd34ac3c8ca5d4f03859ac5aea03df /src/ChangeLog | |
| parent | f167c27b1973c9f2f7a8755c07f23ea671ba1bf1 (diff) | |
| download | emacs-84e70bbae4e86a7832ead64c3f2f7240967ca4b7.tar.gz emacs-84e70bbae4e86a7832ead64c3f2f7240967ca4b7.zip | |
Use XGetMotionEvents to ask the last mouse motion time from X server.
* xterm.c (X_MOTION_HISTORY): Default to 1.
(x_last_mouse_movement_time) [X_MOTION_HISTORY]: New function.
(x_last_mouse_movement_time) [!X_MOTION_HISTORY]: Legacy version.
(note_mouse_movement, x_scroll_bar_note_movement) [!X_MOTION_HISTORY]:
Ifdef away legacy code.
(XTmouse_position, x_scroll_bar_report_motion):
Use x_last_mouse_movement_time.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
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 @@ | |||
| 1 | 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru> | 1 | 2013-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 | |||
| 12 | 2013-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... |