| Commit message (Expand) | Author | Age | Files | Lines |
* | (Qup, Qdown): New variables. | Richard M. Stallman | 1996-05-05 | 1 | -9/+66 |
* | (Fthis_single_command_keys): New function. | Richard M. Stallman | 1996-05-02 | 1 | -3/+35 |
* | (Fevent_convert_list): Never treat last elt as modifier. | Richard M. Stallman | 1996-05-02 | 1 | -3/+3 |
* | (make_lispy_event): FRAME_MENU_BAR_ITEMS now has | Richard M. Stallman | 1996-04-29 | 1 | -18/+22 |
* | (read_key_sequence): Fix confusion between key and new_key. | Richard M. Stallman | 1996-04-19 | 1 | -1/+1 |
* | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1996-04-18 | 1 | -1/+2 |
* | (read_char): Use detect_input_pending_run_timers | Richard M. Stallman | 1996-04-12 | 1 | -10/+25 |
* | (last_timer_event): New variable. | Richard M. Stallman | 1996-03-28 | 1 | -0/+5 |
* | (timers_run): New variable, incremented when a timer is | Richard M. Stallman | 1996-03-06 | 1 | -5/+33 |
* | (timer_check): Walk down both timer lists in parallel. | Richard M. Stallman | 1996-02-28 | 1 | -94/+169 |
* | (Fcommand_execute): New arg SPECIAL. All callers changed. | Richard M. Stallman | 1996-02-27 | 1 | -12/+20 |
* | (command_loop_1): Explicitly clear the echo area | Richard M. Stallman | 1996-02-25 | 1 | -2/+4 |
* | (swallow_events): New arg DO_DISPLAY. | Karl Heuer | 1996-02-21 | 1 | -121/+206 |
* | (syms_of_keyboard): Doc fix. | Karl Heuer | 1996-02-17 | 1 | -1/+1 |
* | (Fopen_dribble_file): Check for failure. | Karl Heuer | 1996-02-17 | 1 | -0/+2 |
* | (Fopen_dribble_file): Close dribble file before | Karl Heuer | 1996-02-17 | 1 | -7/+4 |
* | [HAVE_NTGUI] (lispy_function_keys): Add mappings | Richard M. Stallman | 1996-02-12 | 1 | -7/+18 |
* | (read_char, timer_check): Call any_kboard_state | Richard M. Stallman | 1996-02-10 | 1 | -0/+14 |
* | (read_char_minibuf_menu_prompt): Use malloc to allocate | Richard M. Stallman | 1996-02-04 | 1 | -1/+21 |
* | (echo_now): Renamed from `echo'. All callers changed. | Richard M. Stallman | 1996-02-01 | 1 | -6/+6 |
* | (make_lispy_event): Timer event is a list, not just cons. | Richard M. Stallman | 1996-02-01 | 1 | -10/+46 |
* | (Qtimer_event): New symbol. | Richard M. Stallman | 1996-01-29 | 1 | -4/+124 |
* | (safe_run_hooks): Use Qt, not Qerror, to avoid running the debugger. | Richard M. Stallman | 1996-01-18 | 1 | -1/+1 |
* | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
* | (Fevent_convert_list, Fcommand_execute): Harmonize arguments with | Erik Naggum | 1996-01-09 | 1 | -9/+9 |
* | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
* | (read_char_x_menu_prompt): HAVE_X_MENU renamed to HAVE_MENUS. | Richard M. Stallman | 1995-12-26 | 1 | -2/+5 |
* | (Fcommand_execute): Undo previous change. | Richard M. Stallman | 1995-12-25 | 1 | -2/+1 |
* | (Fcommand_execute): Allow function + args list as cmd. | Karl Heuer | 1995-12-21 | 1 | -47/+3 |
* | (read_char): Handle unread events from popup menus. | Richard M. Stallman | 1995-11-24 | 1 | -0/+7 |
* | (Fexecute_extended_command): | Richard M. Stallman | 1995-11-18 | 1 | -9/+3 |
* | (interrupt_signal): Do special things in GC. | Richard M. Stallman | 1995-11-10 | 1 | -7/+24 |
* | [HAVE_NTGUI]: Include w32term.h. | Geoff Voelker | 1995-11-07 | 1 | -16/+175 |
* | (command_loop_1): No direct display if Column Number mode. | Richard M. Stallman | 1995-10-29 | 1 | -0/+10 |
* | Comment change. | Richard M. Stallman | 1995-10-29 | 1 | -3/+1 |
* | (Fcommand_execute): New arg KEYS. Callers changed. | Richard M. Stallman | 1995-10-27 | 1 | -8/+10 |
* | (ok_to_echo_at_next_pause): Make it a char *. | Richard M. Stallman | 1995-10-24 | 1 | -8/+8 |
* | (read_char): If we reread a char, the next pause | Richard M. Stallman | 1995-10-21 | 1 | -2/+12 |
* | (read_char): Let Vkeyboard_translate_table be char-table. | Richard M. Stallman | 1995-10-19 | 1 | -2/+15 |
* | (make_lispy_event) [!USE_X_TOOLKIT]: Dragging | Richard M. Stallman | 1995-10-11 | 1 | -1/+10 |
* | (command_loop_1): Access display tables as char-tables. | Richard M. Stallman | 1995-10-11 | 1 | -3/+3 |
* | (Vsuggest_key_bindings): New variable. | Richard M. Stallman | 1995-10-03 | 1 | -0/+79 |
* | (safe_run_hooks): No longer static. | Richard M. Stallman | 1995-09-25 | 1 | -2/+19 |
* | (command_loop_1): Set this_command to nil before reading a command. | Richard M. Stallman | 1995-09-10 | 1 | -0/+2 |
* | (Fcommand_execute): Ignore `disabled' property on | Richard M. Stallman | 1995-08-31 | 1 | -2/+7 |
* | (modifier_names): Add 4 bits to modifier bit positions. | Richard M. Stallman | 1995-08-26 | 1 | -1/+1 |
* | (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars. | Richard M. Stallman | 1995-08-21 | 1 | -12/+39 |
* | (read_key_sequence): Undo previous change. | Richard M. Stallman | 1995-08-08 | 1 | -45/+63 |
* | (read_key_sequence): Don't downshift an event | Richard M. Stallman | 1995-08-03 | 1 | -22/+66 |
* | (kbd_buffer_get_event, swallow_events): Fix prev change. | Richard M. Stallman | 1995-07-31 | 1 | -2/+2 |