log src/keyboard.c @ 10985:d917a965cb47

age author description
Mon, 13 Mar 1995 03:09:40 +0000 Karl Heuer (unlock_display): current_perdisplay now is never null.
Sun, 12 Mar 1995 21:30:35 +0000 Richard M. Stallman (parse_modifiers_uncached): Delete the code for
Wed, 08 Mar 1995 05:50:47 +0000 Karl Heuer (unlock_display): If adding to kbd_queue, set kbd_queue_has_data.
Wed, 08 Mar 1995 03:31:18 +0000 Karl Heuer Moved clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg to callint.c.
Wed, 08 Mar 1995 01:26:16 +0000 Karl Heuer (init_perdisplay): Initialize Vlast_kbd_macro.
Wed, 08 Mar 1995 00:45:37 +0000 Karl Heuer (cmd_error): Bind Vprint_level and Vprint_length.
Tue, 07 Mar 1995 04:57:02 +0000 Karl Heuer (command_loop_1): Fix test for prefix arg.
Fri, 03 Mar 1995 10:32:07 +0000 Richard M. Stallman (read_key_sequence): Update orig_local_map
Fri, 03 Mar 1995 05:01:27 +0000 Karl Heuer (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int.
Fri, 03 Mar 1995 02:08:49 +0000 Karl Heuer (cmd_error): Allow current_perdisplay to be null.
Fri, 03 Mar 1995 01:50:42 +0000 Karl Heuer (read_key_sequence): New arg can_return_switch_frame. All callers changed.
Wed, 01 Mar 1995 04:27:37 +0000 Karl Heuer (cmd_error): Use clear_prefix_arg.
Sun, 26 Feb 1995 22:31:45 +0000 Richard M. Stallman (convert_event_type_list): New function.
Sat, 25 Feb 1995 07:13:09 +0000 Karl Heuer (unlock_display): New function.
Fri, 24 Feb 1995 02:41:55 +0000 Karl Heuer (display_locked): New var to indicate when we're in the run state.
Wed, 22 Feb 1995 07:26:40 +0000 Karl Heuer (kbd_buffer_frame_or_window): Restored old var.
Tue, 14 Feb 1995 14:25:36 +0000 Richard M. Stallman (input_poll_signal): Add ignored argument.
Wed, 08 Feb 1995 06:37:26 +0000 Karl Heuer (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for it
Tue, 07 Feb 1995 02:07:03 +0000 Karl Heuer (internal_last_event_frame, Vlast_event_frame): Deleted; now part of
Sat, 04 Feb 1995 01:46:56 +0000 Karl Heuer (cmd_error): Cancel echoing here.
Sat, 04 Feb 1995 01:31:01 +0000 Karl Heuer [MULTI_PERDISPLAY] (all_perdisplays): New var.
Sat, 04 Feb 1995 01:11:55 +0000 Karl Heuer (syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.
Thu, 02 Feb 1995 18:55:39 +0000 Richard M. Stallman (kbd_buffer_get_event, swallow_events): Remove selection_request event
Wed, 01 Feb 1995 22:18:21 +0000 Karl Heuer (cmd_error): Clear prefix arg here.
Tue, 31 Jan 1995 00:02:47 +0000 Karl Heuer (syms_of_keyboard): Fix missing backslashes.
Sat, 28 Jan 1995 03:05:45 +0000 Karl Heuer * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay.
Wed, 25 Jan 1995 08:58:33 +0000 Karl Heuer (the_only_perd): Define this var here.
Tue, 24 Jan 1995 22:13:07 +0000 Richard M. Stallman (read_key_sequence): New arg dont_downcase_last
Tue, 24 Jan 1995 03:16:34 +0000 Karl Heuer (read_key_sequence): Don't wait for a possible key translation sequence if we
Wed, 18 Jan 1995 20:52:48 +0000 Karl Heuer Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead.