aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (kbd_buffer_get_event, swallow_events): Fix prev change.Richard M. Stallman1995-07-311-2/+2
* (kbd_buffer_get_event): Update input_pending afterRichard M. Stallman1995-07-281-9/+22
* (kbd_buffer_get_event) [USE_X_TOOLKIT]:Richard M. Stallman1995-07-251-0/+7
* (command_loop_1): Clear echo area after 2 secRichard M. Stallman1995-07-211-1/+2
* (mouse_moved): Variable deleted.Karl Heuer1995-07-171-17/+25
* (read_char): Temporarily clear Vquit_flagRichard M. Stallman1995-07-021-1/+4
* (Vspecial_event_map): New variable.Richard M. Stallman1995-07-021-0/+30
* (read_key_sequence): Don't use Vprefix_help_commandRichard M. Stallman1995-06-201-1/+1
* (Freset_this_command_lengths): New function.Richard M. Stallman1995-06-201-0/+54
* (quit_throw_to_read_char): Turn off the error checkRichard M. Stallman1995-06-181-0/+4
* (quit_throw_to_read_char): Use do_switch_frame directly.Richard M. Stallman1995-06-171-1/+2
* (init_kboard): Initialize it.Karl Heuer1995-06-161-38/+47
* (command_loop_1): Clear prefix arg (undo Feb 1 change).Karl Heuer1995-06-141-0/+1
* (read_char_minibuf_menu_prompt):Karl Heuer1995-06-111-32/+70
* (system_key_syms): Deleted; now part of struct kboard.Karl Heuer1995-06-091-7/+5
* (modify_event_symbol): Mask out high bits here,Karl Heuer1995-06-091-4/+16
* (last_command): Var deleted; now part of struct kboard.Karl Heuer1995-06-091-13/+8
* (Fevent_convert_list): Renamed from convert_event_type_list.Karl Heuer1995-06-091-2/+9
* (Vhelp_event_list): New var.Karl Heuer1995-06-091-3/+27
* (read_key_sequence): Don't run activate-menubar-hookKarl Heuer1995-06-091-7/+0
* (cmd_error, command_loop_1, Fcommand_execute)Karl Heuer1995-06-071-35/+11
* (cmd_error): Use NULL, not 0, as arg to cmd_error_internal.Karl Heuer1995-06-061-3/+3
* (make_lispy_event, make_lispy_movement):Karl Heuer1995-05-291-2/+3
* (Fset_input_mode): When read_socket_hook, ignoreKarl Heuer1995-05-291-3/+11
* (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