diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 35d154a3807..f55ca56caef 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -26,29 +26,30 @@ | |||
| 26 | 26 | ||
| 27 | 2011-02-16 Tom Tromey <tromey@parfait> | 27 | 2011-02-16 Tom Tromey <tromey@parfait> |
| 28 | 28 | ||
| 29 | * callint.c (Fcall_interactively): Update. | 29 | * callint.c (Fcall_interactively): Update for change to field names. |
| 30 | * doc.c (Fsubstitute_command_keys): Update. | 30 | * doc.c (Fsubstitute_command_keys): Update for change to field names. |
| 31 | * cmds.c (Fself_insert_command): Update. | 31 | * cmds.c (Fself_insert_command): Update for change to field names. |
| 32 | * keymap.c (Fcurrent_active_maps, Fkey_binding) | 32 | * keymap.c (Fcurrent_active_maps, Fkey_binding) |
| 33 | (Fdescribe_buffer_bindings): Update. | 33 | (Fdescribe_buffer_bindings): Update for change to field names. |
| 34 | * macros.c (Fstart_kbd_macro, end_kbd_macro, Fend_kbd_macro) | 34 | * macros.c (Fstart_kbd_macro, end_kbd_macro, Fend_kbd_macro) |
| 35 | (store_kbd_macro_char, Fcall_last_kbd_macro, Fexecute_kbd_macro): | 35 | (store_kbd_macro_char, Fcall_last_kbd_macro, Fexecute_kbd_macro): |
| 36 | Update. | 36 | Update for change to field names. |
| 37 | * keyboard.c (echo_char, echo_dash, echo_now, cancel_echoing) | 37 | * keyboard.c (echo_char, echo_dash, echo_now, cancel_echoing) |
| 38 | (echo_length, echo_truncate, cmd_error, command_loop_1) | 38 | (echo_length, echo_truncate, cmd_error, command_loop_1) |
| 39 | (read_char, kbd_buffer_store_event_hold, make_lispy_event) | 39 | (read_char, kbd_buffer_store_event_hold, make_lispy_event) |
| 40 | (menu_bar_items, tool_bar_items, read_char_minibuf_menu_prompt) | 40 | (menu_bar_items, tool_bar_items, read_char_minibuf_menu_prompt) |
| 41 | (read_key_sequence, Fcommand_execute, Fexecute_extended_command) | 41 | (read_key_sequence, Fcommand_execute, Fexecute_extended_command) |
| 42 | (Fdiscard_input, init_kboard, init_keyboard, mark_kboards): | 42 | (Fdiscard_input, init_kboard, init_keyboard, mark_kboards): |
| 43 | Update. | 43 | Update for change to field names. |
| 44 | * xfns.c (Fx_create_frame): Update. | 44 | * xfns.c (Fx_create_frame): Update for change to field names. |
| 45 | * xterm.c (x_connection_closed, x_term_init): Update. | 45 | * xterm.c (x_connection_closed, x_term_init): Update for change to |
| 46 | field names. | ||
| 46 | * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN, init_tty): | 47 | * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN, init_tty): |
| 47 | Update. | 48 | Update for change to field names. |
| 48 | * window.c (window_scroll_pixel_based, window_scroll_line_based): | 49 | * window.c (window_scroll_pixel_based, window_scroll_line_based): |
| 49 | Update. | 50 | Update for change to field names. |
| 50 | * frame.c (make_frame_without_minibuffer, Fhandle_switch_frame) | 51 | * frame.c (make_frame_without_minibuffer, Fhandle_switch_frame) |
| 51 | (delete_frame): Update. | 52 | (delete_frame): Update for change to field names. |
| 52 | * lisp.h (DEFVAR_KBOARD): Update for change to field names. | 53 | * lisp.h (DEFVAR_KBOARD): Update for change to field names. |
| 53 | * keyboard.h (struct kboard): Rename all Lisp_Object fields. | 54 | * keyboard.h (struct kboard): Rename all Lisp_Object fields. |
| 54 | (KBOARD_INTERNAL_FIELD, KVAR): New macros. | 55 | (KBOARD_INTERNAL_FIELD, KVAR): New macros. |