diff options
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 |