summaryrefslogtreecommitdiff
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* [HAVE_NTGUI] (lispy_function_keys): Add mappingsRichard M. Stallman1996-02-121-7/+18
* (read_char, timer_check): Call any_kboard_stateRichard M. Stallman1996-02-101-0/+14
* (read_char_minibuf_menu_prompt): Use malloc to allocateRichard M. Stallman1996-02-041-1/+21
* (echo_now): Renamed from `echo'. All callers changed.Richard M. Stallman1996-02-011-6/+6
* (make_lispy_event): Timer event is a list, not just cons.Richard M. Stallman1996-02-011-10/+46
* (Qtimer_event): New symbol.Richard M. Stallman1996-01-291-4/+124
* (safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger.Richard M. Stallman1996-01-181-1/+1
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* (Fevent_convert_list, Fcommand_execute): Harmonize arguments withErik Naggum1996-01-091-9/+9
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (read_char_x_menu_prompt): HAVE_X_MENU renamed to HAVE_MENUS.Richard M. Stallman1995-12-261-2/+5
* (Fcommand_execute): Undo previous change.Richard M. Stallman1995-12-251-2/+1
* (Fcommand_execute): Allow function + args list as cmd.Karl Heuer1995-12-211-47/+3
* (read_char): Handle unread events from popup menus.Richard M. Stallman1995-11-241-0/+7
* (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