aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
Commit message (Expand)AuthorAgeFilesLines
* (input_available_signal, interrupt_signal): Undo previous change.Karl Heuer1996-07-161-2/+2
* (input_available_signal, interrupt_signal):Karl Heuer1996-07-151-2/+2
* (menu_bar_item): Skip menu-bar equiv keys dataKarl Heuer1996-07-121-0/+4
* (modify_event_symbol): Add properly to *symbol_table.Richard M. Stallman1996-06-271-1/+1
* (kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame.Richard M. Stallman1996-06-211-1/+2
* (read_char): Use unsigned to compare againstRichard M. Stallman1996-06-121-3/+4
* Comment fix.Karl Heuer1996-05-231-1/+1
* (Fexecute_extended_command): Don't look forKarl Heuer1996-05-211-0/+1
* (Qup, Qdown): New variables.Richard M. Stallman1996-05-051-9/+66
* (Fthis_single_command_keys): New function.Richard M. Stallman1996-05-021-3/+35
* (Fevent_convert_list): Never treat last elt as modifier.Richard M. Stallman1996-05-021-3/+3
* (make_lispy_event): FRAME_MENU_BAR_ITEMS now hasRichard M. Stallman1996-04-291-18/+22
* (read_key_sequence): Fix confusion between key and new_key.Richard M. Stallman1996-04-191-1/+1
* (syms_of_keyboard): Doc fix.Richard M. Stallman1996-04-181-1/+2
* (read_char): Use detect_input_pending_run_timersRichard M. Stallman1996-04-121-10/+25
* (last_timer_event): New variable.Richard M. Stallman1996-03-281-0/+5
* (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