summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (Fexecute_extended_command):Richard M. Stallman1995-11-181-9/+3
* (interrupt_signal): Do special things in GC.Richard M. Stallman1995-11-101-7/+24
* [HAVE_NTGUI]: Include w32term.h.Geoff Voelker1995-11-071-16/+175
* (command_loop_1): No direct display if Column Number mode.Richard M. Stallman1995-10-291-0/+10
* Comment change.Richard M. Stallman1995-10-291-3/+1
* (Fcommand_execute): New arg KEYS. Callers changed.Richard M. Stallman1995-10-271-8/+10
* (ok_to_echo_at_next_pause): Make it a char *.Richard M. Stallman1995-10-241-8/+8
* (read_char): If we reread a char, the next pauseRichard M. Stallman1995-10-211-2/+12
* (read_char): Let Vkeyboard_translate_table be char-table.Richard M. Stallman1995-10-191-2/+15
* (make_lispy_event) [!USE_X_TOOLKIT]: DraggingRichard M. Stallman1995-10-111-1/+10
* (command_loop_1): Access display tables as char-tables.Richard M. Stallman1995-10-111-3/+3
* (Vsuggest_key_bindings): New variable.Richard M. Stallman1995-10-031-0/+79
* (safe_run_hooks): No longer static.Richard M. Stallman1995-09-251-2/+19
* (command_loop_1): Set this_command to nil before reading a command.Richard M. Stallman1995-09-101-0/+2
* (Fcommand_execute): Ignore `disabled' property onRichard M. Stallman1995-08-311-2/+7
* (modifier_names): Add 4 bits to modifier bit positions.Richard M. Stallman1995-08-261-1/+1
* (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.Richard M. Stallman1995-08-211-12/+39
* (read_key_sequence): Undo previous change.Richard M. Stallman1995-08-081-45/+63
* (read_key_sequence): Don't downshift an eventRichard M. Stallman1995-08-031-22/+66
* (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