aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (timers_run): New variable, incremented when a timer isRichard M. Stallman1996-03-061-5/+33
* (timer_check): Walk down both timer lists in parallel.Richard M. Stallman1996-02-281-94/+169
* (Fcommand_execute): New arg SPECIAL. All callers changed.Richard M. Stallman1996-02-271-12/+20
* (command_loop_1): Explicitly clear the echo areaRichard M. Stallman1996-02-251-2/+4
* (swallow_events): New arg DO_DISPLAY.Karl Heuer1996-02-211-121/+206
* (syms_of_keyboard): Doc fix.Karl Heuer1996-02-171-1/+1
* (Fopen_dribble_file): Check for failure.Karl Heuer1996-02-171-0/+2
* (Fopen_dribble_file): Close dribble file beforeKarl Heuer1996-02-171-7/+4
* [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