| Commit message (Expand) | Author | Age | Files | Lines |
| * | (read_char, read_char_x_menu_prompt): Exclude | Karl Heuer | 1995-04-29 | 1 | -2/+5 |
| * | (Vsystem_key_alist): Delete global variable. | Karl Heuer | 1995-04-24 | 1 | -5/+4 |
| * | (safe_run_hooks_1, safe_run_hooks_error): New subroutines. | Richard M. Stallman | 1995-04-24 | 1 | -8/+22 |
| * | (map_event_to_object): Declaration deleted. | Richard M. Stallman | 1995-04-18 | 1 | -4/+0 |
| * | (kbd_buffer_get_event): Don't use prototype. | Richard M. Stallman | 1995-04-14 | 1 | -74/+79 |
| * | (push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD. | Karl Heuer | 1995-04-10 | 1 | -0/+4 |
| * | (init_keyboard): Don't malloc a new structure; | Karl Heuer | 1995-04-10 | 1 | -8/+2 |
| * | (any_kboard_state): Renamed from unlock_kboard. | Richard M. Stallman | 1995-04-10 | 1 | -54/+123 |
| * | (kbd_buffer_get_event): Check for frame buried in a cons. | Karl Heuer | 1995-04-08 | 1 | -9/+11 |
| * | (parse_modifiers): Use type EMACS_INT for `modifiers'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | (command_loop_1): If we ignore force_start, then also | Karl Heuer | 1995-03-31 | 1 | -2/+8 |
| * | (event_to_kboard): Ignore dead frames. | Karl Heuer | 1995-03-31 | 1 | -3/+4 |
| * | (wipe_kboard): Make this function static. | Karl Heuer | 1995-03-31 | 1 | -1/+16 |
| * | (kbd_buffer_get_event): Pass 0 for `insist' arg. | Richard M. Stallman | 1995-03-26 | 1 | -1/+1 |
| * | (make_lispy_event): Do mouse code only if HAVE_MOUSE. | Karl Heuer | 1995-03-15 | 1 | -4/+6 |
| * | (unlock_kboard): Renamed from unlock_display. | Karl Heuer | 1995-03-15 | 1 | -162/+163 |
| * | (event_to_perdisplay): New function. | Karl Heuer | 1995-03-14 | 1 | -23/+74 |
| * | (unlock_display): current_perdisplay now is never null. | Karl Heuer | 1995-03-13 | 1 | -106/+126 |
| * | (parse_modifiers_uncached): Delete the code for | Richard M. Stallman | 1995-03-12 | 1 | -58/+98 |
| * | (unlock_display): If adding to kbd_queue, set kbd_queue_has_data. | Karl Heuer | 1995-03-08 | 1 | -8/+16 |
| * | Moved clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg to callint.c. | Karl Heuer | 1995-03-08 | 1 | -83/+2 |
| * | (init_perdisplay): Initialize Vlast_kbd_macro. | Karl Heuer | 1995-03-08 | 1 | -0/+1 |
| * | (cmd_error): Bind Vprint_level and Vprint_length. | Karl Heuer | 1995-03-08 | 1 | -0/+12 |
| * | (command_loop_1): Fix test for prefix arg. | Karl Heuer | 1995-03-07 | 1 | -2/+3 |
| * | (read_key_sequence): Update orig_local_map | Richard M. Stallman | 1995-03-03 | 1 | -0/+3 |
| * | (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int. | Karl Heuer | 1995-03-03 | 1 | -11/+14 |
| * | (cmd_error): Allow current_perdisplay to be null. | Karl Heuer | 1995-03-03 | 1 | -3/+7 |
| * | (read_key_sequence): New arg can_return_switch_frame. All callers changed. | Karl Heuer | 1995-03-03 | 1 | -12/+20 |
| * | (cmd_error): Use clear_prefix_arg. | Karl Heuer | 1995-03-01 | 1 | -73/+181 |
| * | (convert_event_type_list): New function. | Richard M. Stallman | 1995-02-26 | 1 | -66/+173 |
| * | (unlock_display): New function. | Karl Heuer | 1995-02-25 | 1 | -13/+30 |
| * | (display_locked): New var to indicate when we're in the run state. | Karl Heuer | 1995-02-24 | 1 | -24/+28 |
| * | (kbd_buffer_frame_or_window): Restored old var. | Karl Heuer | 1995-02-22 | 1 | -116/+245 |
| * | (input_poll_signal): Add ignored argument. | Richard M. Stallman | 1995-02-14 | 1 | -2/+4 |
| * | (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for it | Karl Heuer | 1995-02-08 | 1 | -0/+5 |
| * | (internal_last_event_frame, Vlast_event_frame): Deleted; now part of | Karl Heuer | 1995-02-07 | 1 | -53/+49 |
| * | (cmd_error): Cancel echoing here. | Karl Heuer | 1995-02-04 | 1 | -1/+1 |
| * | [MULTI_PERDISPLAY] (all_perdisplays): New var. | Karl Heuer | 1995-02-04 | 1 | -0/+1 |
| * | (syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c. | Karl Heuer | 1995-02-04 | 1 | -64/+103 |
| * | (kbd_buffer_get_event, swallow_events): Remove selection_request event | Richard M. Stallman | 1995-02-02 | 1 | -2/+8 |
| * | (cmd_error): Clear prefix arg here. | Karl Heuer | 1995-02-01 | 1 | -16/+28 |
| * | (syms_of_keyboard): Fix missing backslashes. | Karl Heuer | 1995-01-31 | 1 | -2/+2 |
| * | * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay. | Karl Heuer | 1995-01-28 | 1 | -94/+66 |
| * | (the_only_perd): Define this var here. | Karl Heuer | 1995-01-25 | 1 | -88/+84 |
| * | (read_key_sequence): New arg dont_downcase_last | Richard M. Stallman | 1995-01-24 | 1 | -10/+30 |
| * | (read_key_sequence): Don't wait for a possible key translation sequence if we | Karl Heuer | 1995-01-24 | 1 | -2/+4 |
| * | Change all occurences of SWITCH_ENUM_BUG to use SWITCH_ENUM_CAST instead. | Karl Heuer | 1995-01-18 | 1 | -5/+1 |
| * | (kbd_buffer_store_event): Cast arg of bcopy. | Richard M. Stallman | 1995-01-16 | 1 | -1/+1 |
| * | (echo): Don't log the key echoes. | Karl Heuer | 1995-01-11 | 1 | -1/+1 |
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1995-01-10 | 1 | -6/+42 |