diff options
| author | Dmitry Antipov | 2013-09-02 19:48:59 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-02 19:48:59 +0400 |
| commit | b594a96c8729c73619c1cccdcb092653910fc70a (patch) | |
| tree | 82e019c6cdd05d13c32934ea64af2dbfad90a7bd /src/ChangeLog | |
| parent | 96edb677815a79f2952d49959a0d4a8be6da08d6 (diff) | |
| download | emacs-b594a96c8729c73619c1cccdcb092653910fc70a.tar.gz emacs-b594a96c8729c73619c1cccdcb092653910fc70a.zip | |
* xterm.c (x_last_mouse_movement_time): Revert last change.
This code should use XDisplayMotionBufferSize to check display's
motion history first, and there are few other issues as well.
(x_scroll_bar_note_movement): Pass XMotionEvent rather than XEvent.
(handle_one_xevent): Adjust user.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 1af0a8193cf..2507f898c5a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * xterm.c (x_last_mouse_movement_time): Revert last change. | ||
| 4 | This code should use XDisplayMotionBufferSize to check display's | ||
| 5 | motion history first, and there are few other issues as well. | ||
| 6 | (x_scroll_bar_note_movement): Pass XMotionEvent rather than XEvent. | ||
| 7 | (handle_one_xevent): Adjust user. | ||
| 8 | |||
| 1 | 2013-09-02 Martin Rudalics <rudalics@gmx.at> | 9 | 2013-09-02 Martin Rudalics <rudalics@gmx.at> |
| 2 | 10 | ||
| 3 | * frame.c (check_minibuf_window): Don't abort if no window was | 11 | * frame.c (check_minibuf_window): Don't abort if no window was |