diff options
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. |