summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
...
* (syms_of_keyboard): Always define track-mouse.Karl Heuer1995-05-171-4/+2
* (init_kboard): Initialize Vdefault_minibuffer_frame.Karl Heuer1995-05-091-0/+1
* [MULTI_KBOARD] (read_char): If the character was forKarl Heuer1995-05-091-0/+1
* (Fread_key_sequence): Doc fix.Richard M. Stallman1995-05-081-1/+1
* (Fexecute_extended_command): Handle long EMACS_INT in sprintf.Richard M. Stallman1995-05-051-2/+16
* (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT.Richard M. Stallman1995-05-041-4/+4
* (reorder_modifiers): Cast apply_modifiers arg to int.Richard M. Stallman1995-05-041-1/+1
* (reorder_modifiers): Use XINT.Richard M. Stallman1995-05-041-1/+1
* (kbd_buffer_get_event): New arg USED_MOUSE_MENU.Karl Heuer1995-05-021-6/+18
* (read_char, read_char_x_menu_prompt): ExcludeKarl Heuer1995-04-291-2/+5
* (Vsystem_key_alist): Delete global variable.Karl Heuer1995-04-241-5/+4
* (safe_run_hooks_1, safe_run_hooks_error): New subroutines.Richard M. Stallman1995-04-241-8/+22
* (map_event_to_object): Declaration deleted.Richard M. Stallman1995-04-181-4/+0
* (kbd_buffer_get_event): Don't use prototype.Richard M. Stallman1995-04-141-74/+79
* (push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD.Karl Heuer1995-04-101-0/+4
* (init_keyboard): Don't malloc a new structure;Karl Heuer1995-04-101-8/+2
* (any_kboard_state): Renamed from unlock_kboard.Richard M. Stallman1995-04-101-54/+123
* (kbd_buffer_get_event): Check for frame buried in a cons.Karl Heuer1995-04-081-9/+11
* (parse_modifiers): Use type EMACS_INT for `modifiers'.Richard M. Stallman1995-04-071-1/+1
* (command_loop_1): If we ignore force_start, then alsoKarl Heuer1995-03-311-2/+8
* (event_to_kboard): Ignore dead frames.Karl Heuer1995-03-311-3/+4
* (wipe_kboard): Make this function static.Karl Heuer1995-03-311-1/+16
* (kbd_buffer_get_event): Pass 0 for `insist' arg.Richard M. Stallman1995-03-261-1/+1
* (make_lispy_event): Do mouse code only if HAVE_MOUSE.Karl Heuer1995-03-151-4/+6
* (unlock_kboard): Renamed from unlock_display.Karl Heuer1995-03-151-162/+163
* (event_to_perdisplay): New function.Karl Heuer1995-03-141-23/+74
* (unlock_display): current_perdisplay now is never null.Karl Heuer1995-03-131-106/+126
* (parse_modifiers_uncached): Delete the code forRichard M. Stallman1995-03-121-58/+98
* (unlock_display): If adding to kbd_queue, set kbd_queue_has_data.Karl Heuer1995-03-081-8/+16
* Moved clear_prefix_arg, finalize_prefix_arg, describe_prefix_arg to callint.c.Karl Heuer1995-03-081-83/+2
* (init_perdisplay): Initialize Vlast_kbd_macro.Karl Heuer1995-03-081-0/+1
* (cmd_error): Bind Vprint_level and Vprint_length.Karl Heuer1995-03-081-0/+12
* (command_loop_1): Fix test for prefix arg.Karl Heuer1995-03-071-2/+3
* (read_key_sequence): Update orig_local_mapRichard M. Stallman1995-03-031-0/+3
* (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int.Karl Heuer1995-03-031-11/+14
* (cmd_error): Allow current_perdisplay to be null.Karl Heuer1995-03-031-3/+7
* (read_key_sequence): New arg can_return_switch_frame. All callers changed.Karl Heuer1995-03-031-12/+20
* (cmd_error): Use clear_prefix_arg.Karl Heuer1995-03-011-73/+181
* (convert_event_type_list): New function.Richard M. Stallman1995-02-261-66/+173
* (unlock_display): New function.Karl Heuer1995-02-251-13/+30
* (display_locked): New var to indicate when we're in the run state.Karl Heuer1995-02-241-24/+28
* (kbd_buffer_frame_or_window): Restored old var.Karl Heuer1995-02-221-116/+245
* (input_poll_signal): Add ignored argument.Richard M. Stallman1995-02-141-2/+4
* (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for itKarl Heuer1995-02-081-0/+5
* (internal_last_event_frame, Vlast_event_frame): Deleted; now part ofKarl Heuer1995-02-071-53/+49
* (cmd_error): Cancel echoing here.Karl Heuer1995-02-041-1/+1
* [MULTI_PERDISPLAY] (all_perdisplays): New var.Karl Heuer1995-02-041-0/+1
* (syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c.Karl Heuer1995-02-041-64/+103
* (kbd_buffer_get_event, swallow_events): Remove selection_request eventRichard M. Stallman1995-02-021-2/+8
* (cmd_error): Clear prefix arg here.Karl Heuer1995-02-011-16/+28