diff options
| author | Dmitry Antipov | 2013-08-27 07:52:21 +0400 |
|---|---|---|
| committer | Dmitry Antipov | 2013-08-27 07:52:21 +0400 |
| commit | 9fed97293c8bc78eef679db1ae3cab468ecc473e (patch) | |
| tree | 679239fa933440b9192c8503704f1b35bc885303 /src/ChangeLog | |
| parent | 9e89d835b04c20a8cd3dfad452fa827d675b0938 (diff) | |
| download | emacs-9fed97293c8bc78eef679db1ae3cab468ecc473e.tar.gz emacs-9fed97293c8bc78eef679db1ae3cab468ecc473e.zip | |
* lisp.h (Mouse_HLInfo): Move from here...
* dispextern.h (Mouse_HLInfo): ...to here and offload lisp.h.
(reset_mouse_highlight): New function.
* msdos.c (dos_set_window_size, IT_update_begin)
(internal_terminal_init):
* nsterm.m (ns_update_window_end, x_free_frame_resources)
(ns_initialize_display_info):
* w32console.c (initialize_w32_display):
* w32term.c (x_update_window_end, x_free_frame_resources)
(w32_initialize_display_info):
* xterm.c (x_update_window_end, x_free_frame_resources, x_term_init):
* window.c (Fdelete_other_windows_internal):
* xdisp.c (clear_mouse_face, cancel_mouse_face): Use it.
* termchar.h (toplevel):
* xterm.h (toplevel): Include dispextern.h.
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. |