aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1f4e23b7504..13b19453562 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,32 @@
12011-02-16 Tom Tromey <tromey@parfait>
2
3 * callint.c (Fcall_interactively): Update.
4 * doc.c (Fsubstitute_command_keys): Update.
5 * cmds.c (Fself_insert_command): Update.
6 * keymap.c (Fcurrent_active_maps, Fkey_binding)
7 (Fdescribe_buffer_bindings): Update.
8 * macros.c (Fstart_kbd_macro, end_kbd_macro, Fend_kbd_macro)
9 (store_kbd_macro_char, Fcall_last_kbd_macro, Fexecute_kbd_macro):
10 Update.
11 * keyboard.c (echo_char, echo_dash, echo_now, cancel_echoing)
12 (echo_length, echo_truncate, cmd_error, command_loop_1)
13 (read_char, kbd_buffer_store_event_hold, make_lispy_event)
14 (menu_bar_items, tool_bar_items, read_char_minibuf_menu_prompt)
15 (read_key_sequence, Fcommand_execute, Fexecute_extended_command)
16 (Fdiscard_input, init_kboard, init_keyboard, mark_kboards):
17 Update.
18 * xfns.c (Fx_create_frame): Update.
19 * xterm.c (x_connection_closed, x_term_init): Update.
20 * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN, init_tty):
21 Update.
22 * window.c (window_scroll_pixel_based, window_scroll_line_based):
23 Update.
24 * frame.c (make_frame_without_minibuffer, Fhandle_switch_frame)
25 (delete_frame): Update.
26 * lisp.h (DEFVAR_KBOARD): Update for change to field names.
27 * keyboard.h (struct kboard): Rename all Lisp_Object fields.
28 (KBOARD_INTERNAL_FIELD, KVAR): New macros.
29
12011-02-16 Tom Tromey <tromey@redhat.com> 302011-02-16 Tom Tromey <tromey@redhat.com>
2 31
3 * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR. 32 * lisp.h (DEFVAR_BUFFER_DEFAULTS): Use BVAR.