diff options
| author | Juanma Barranquero | 2011-03-14 18:07:53 +0100 |
|---|---|---|
| committer | Juanma Barranquero | 2011-03-14 18:07:53 +0100 |
| commit | 7684e57b24092dbfbbe7fc62a1a544e40e2ce88a (patch) | |
| tree | fee092544c95e422483f41079d1bfd9dfdd6248f /src/ChangeLog | |
| parent | e756ec02a4415f054cac4887a1b03ae4d7ed6ccb (diff) | |
| download | emacs-7684e57b24092dbfbbe7fc62a1a544e40e2ce88a.tar.gz emacs-7684e57b24092dbfbbe7fc62a1a544e40e2ce88a.zip | |
src/w32*.c: Clean up extern declarations.
* w32select.c: Don't #include "keyboard.h".
(run_protected): Add extern declaration for waiting_for_input.
* lisp.h (VWindow_system, Qfile_name_history):
* keyboard.h (lispy_function_keys) [WINDOWSNT]:
* w32term.h (w32_system_caret_hwnd, w32_system_caret_height)
(w32_system_caret_x, w32_system_caret_y): Declare extern.
* w32.c (Qlocal, noninteractive1, inhibit_window_system):
* w32console.c (detect_input_pending, read_input_pending)
(encode_terminal_code):
* w32fns.c (quit_char, lispy_function_keys, Qtooltip)
(w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x)
(w32_system_caret_y, Qfile_name_history):
* w32font.c (w32font_driver, QCantialias, QCotf, QClang):
* w32inevt.c (reinvoke_input_signal, lispy_function_keys):
* w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map)
(Qoverriding_terminal_local_map, Qmenu_bar_update_hook):
* w32proc.c (Qlocal, report_file_error):
* w32term.c (Vwindow_system, updating_frame):
* w32uniscribe.c (initialized, uniscribe_font_driver):
Remove unneeded extern declarations.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8e5c9564f55..09413b26483 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,28 @@ | |||
| 1 | 2011-03-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * lisp.h (VWindow_system, Qfile_name_history): | ||
| 4 | * keyboard.h (lispy_function_keys) [WINDOWSNT]: | ||
| 5 | * w32term.h (w32_system_caret_hwnd, w32_system_caret_height) | ||
| 6 | (w32_system_caret_x, w32_system_caret_y): Declare extern. | ||
| 7 | |||
| 8 | * w32select.c: Don't #include "keyboard.h". | ||
| 9 | (run_protected): Add extern declaration for waiting_for_input. | ||
| 10 | |||
| 11 | * w32.c (Qlocal, noninteractive1, inhibit_window_system): | ||
| 12 | * w32console.c (detect_input_pending, read_input_pending) | ||
| 13 | (encode_terminal_code): | ||
| 14 | * w32fns.c (quit_char, lispy_function_keys, Qtooltip) | ||
| 15 | (w32_system_caret_hwnd, w32_system_caret_height, w32_system_caret_x) | ||
| 16 | (w32_system_caret_y, Qfile_name_history): | ||
| 17 | * w32font.c (w32font_driver, QCantialias, QCotf, QClang): | ||
| 18 | * w32inevt.c (reinvoke_input_signal, lispy_function_keys): | ||
| 19 | * w32menu.c (Qmenu_bar, QCtoggle, QCradio, Qoverriding_local_map) | ||
| 20 | (Qoverriding_terminal_local_map, Qmenu_bar_update_hook): | ||
| 21 | * w32proc.c (Qlocal, report_file_error): | ||
| 22 | * w32term.c (Vwindow_system, updating_frame): | ||
| 23 | * w32uniscribe.c (initialized, uniscribe_font_driver): | ||
| 24 | Remove unneeded extern declarations. | ||
| 25 | |||
| 1 | 2011-03-14 Chong Yidong <cyd@stupidchicken.com> | 26 | 2011-03-14 Chong Yidong <cyd@stupidchicken.com> |
| 2 | 27 | ||
| 3 | * buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. | 28 | * buffer.c (Fmake_indirect_buffer): Fix incorrect assertion. |