diff options
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 dd47935f47b..1806e642c71 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 | * msdos.c (last_mouse_window): Move to... | ||
| 4 | (dos_rawgetc): ...this function and adjust comment. | ||
| 5 | * nsterm.m (last_window): Rename to last_mouse_window, move to... | ||
| 6 | (mouseMoved): ...this function and adjust comment. | ||
| 7 | * w32term.c (last_window): Likewise with... | ||
| 8 | (w32_read_socket): ...this function. | ||
| 9 | * xterm.c (last_window): Likewise with... | ||
| 10 | (handle_one_xevent): ...this function. | ||
| 11 | |||
| 12 | 2013-09-02 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 13 | |||
| 3 | * window.h (Vmouse_window, Vmouse_event): Remove the leftovers. | 14 | * window.h (Vmouse_window, Vmouse_event): Remove the leftovers. |
| 4 | * xterm.c (toplevel): Drop obsolete comment and move compose_status... | 15 | * xterm.c (toplevel): Drop obsolete comment and move compose_status... |
| 5 | (handle_one_xevent): ...to here. | 16 | (handle_one_xevent): ...to here. |