emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103298: Fix formatting of src/Change


From: Eli Zaretskii
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103298: Fix formatting of src/ChangeLog entries.
Date: Wed, 16 Feb 2011 20:49:57 +0200
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103298
committer: Eli Zaretskii <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-16 20:49:57 +0200
message:
   Fix formatting of src/ChangeLog entries.
modified:
  src/ChangeLog
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog     2011-02-16 18:47:21 +0000
+++ b/src/ChangeLog     2011-02-16 18:49:57 +0000
@@ -26,29 +26,30 @@
 
 2011-02-16  Tom Tromey  <address@hidden>
 
-       * callint.c (Fcall_interactively): Update.
-       * doc.c (Fsubstitute_command_keys): Update.
-       * cmds.c (Fself_insert_command): Update.
+       * callint.c (Fcall_interactively): Update for change to field names.
+       * doc.c (Fsubstitute_command_keys): Update for change to field names.
+       * cmds.c (Fself_insert_command): Update for change to field names.
        * keymap.c (Fcurrent_active_maps, Fkey_binding)
-       (Fdescribe_buffer_bindings): Update.
+       (Fdescribe_buffer_bindings): Update for change to field names.
        * macros.c (Fstart_kbd_macro, end_kbd_macro, Fend_kbd_macro)
        (store_kbd_macro_char, Fcall_last_kbd_macro, Fexecute_kbd_macro):
-       Update.
+       Update for change to field names.
        * keyboard.c (echo_char, echo_dash, echo_now, cancel_echoing)
        (echo_length, echo_truncate, cmd_error, command_loop_1)
        (read_char, kbd_buffer_store_event_hold, make_lispy_event)
        (menu_bar_items, tool_bar_items, read_char_minibuf_menu_prompt)
        (read_key_sequence, Fcommand_execute, Fexecute_extended_command)
        (Fdiscard_input, init_kboard, init_keyboard, mark_kboards):
-       Update.
-       * xfns.c (Fx_create_frame): Update.
-       * xterm.c (x_connection_closed, x_term_init): Update.
+       Update for change to field names.
+       * xfns.c (Fx_create_frame): Update for change to field names.
+       * xterm.c (x_connection_closed, x_term_init): Update for change to
+       field names.
        * term.c (term_get_fkeys_1, CONDITIONAL_REASSIGN, init_tty):
-       Update.
+       Update for change to field names.
        * window.c (window_scroll_pixel_based, window_scroll_line_based):
-       Update.
+       Update for change to field names.
        * frame.c (make_frame_without_minibuffer, Fhandle_switch_frame)
-       (delete_frame): Update.
+       (delete_frame): Update for change to field names.
        * lisp.h (DEFVAR_KBOARD): Update for change to field names.
        * keyboard.h (struct kboard): Rename all Lisp_Object fields.
        (KBOARD_INTERNAL_FIELD, KVAR): New macros.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]