diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 01f3093b6dd..5633d95cbf2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,21 @@ | |||
| 1 | 2013-08-27 Dmitry Antipov <dmantipov@yandex.ru> | ||
| 2 | |||
| 3 | * lisp.h (Mouse_HLInfo): Move from here... | ||
| 4 | * dispextern.h (Mouse_HLInfo): ...to here and offload lisp.h. | ||
| 5 | (reset_mouse_highlight): New function. | ||
| 6 | * msdos.c (dos_set_window_size, IT_update_begin) | ||
| 7 | (internal_terminal_init): | ||
| 8 | * nsterm.m (ns_update_window_end, x_free_frame_resources) | ||
| 9 | (ns_initialize_display_info): | ||
| 10 | * w32console.c (initialize_w32_display): | ||
| 11 | * w32term.c (x_update_window_end, x_free_frame_resources) | ||
| 12 | (w32_initialize_display_info): | ||
| 13 | * xterm.c (x_update_window_end, x_free_frame_resources, x_term_init): | ||
| 14 | * window.c (Fdelete_other_windows_internal): | ||
| 15 | * xdisp.c (clear_mouse_face, cancel_mouse_face): Use it. | ||
| 16 | * termchar.h (toplevel): | ||
| 17 | * xterm.h (toplevel): Include dispextern.h. | ||
| 18 | |||
| 1 | 2013-08-26 Paul Eggert <eggert@cs.ucla.edu> | 19 | 2013-08-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 20 | ||
| 3 | Fix minor problems found by static checking. | 21 | Fix minor problems found by static checking. |