diff options
| author | Dmitry Antipov | 2013-09-02 10:45:04 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-09-02 10:45:04 +0400 |
| commit | 1fccc5306363a88fc3f663e2a149d0251612d3e9 (patch) | |
| tree | 598c320c94cf1fb004a8b09aad138d37115ec109 /src/ChangeLog | |
| parent | b7da754d21b4515b3e75b9f28608d99185ea0ec3 (diff) | |
| download | emacs-1fccc5306363a88fc3f663e2a149d0251612d3e9.tar.gz emacs-1fccc5306363a88fc3f663e2a149d0251612d3e9.zip | |
* msdos.c (last_mouse_window): Move to...
(dos_rawgetc): ...this function and adjust comment.
* nsterm.m (last_window): Rename to last_mouse_window, move to...
(mouseMoved): ...this function and adjust comment.
* w32term.c (last_window): Likewise with...
(w32_read_socket): ...this function.
* xterm.c (last_window): Likewise with...
(handle_one_xevent): ...this function.
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. |