| Commit message (Expand) | Author | Age | Files | Lines |
| * | (input_available_signal) [POSIX_SIGNALS]: | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| * | (Fexecute_extended_command): Fix previous change. | Richard M. Stallman | 1996-09-04 | 1 | -1/+3 |
| * | (Fcommand_execute): gcpro cmd and prefixarg while calling do_autoload. | Richard M. Stallman | 1996-09-04 | 1 | -1/+7 |
| * | (Fexecute_extended_command): gcpro prefixarg. | Richard M. Stallman | 1996-09-04 | 1 | -2/+2 |
| * | (record_asynch_buffer_change, gobble_input): | Richard M. Stallman | 1996-09-01 | 1 | -3/+3 |
| * | Removed support for !MULTI_FRAME. | Karl Heuer | 1996-09-01 | 1 | -34/+0 |
| * | (requeued_events_pending_p): New function. | Richard M. Stallman | 1996-09-01 | 1 | -2/+13 |
| * | (cmd_error): Clear executing_macro. | Richard M. Stallman | 1996-08-30 | 1 | -0/+1 |
| * | (cmd_error): Add number of kbd macro iterations to the error message. | Richard M. Stallman | 1996-08-29 | 1 | -1/+13 |
| * | (command_loop_1): Cancel echoing etc. | Richard M. Stallman | 1996-08-28 | 1 | -16/+16 |
| * | (command_loop_1): Check column_number_displayed | Richard M. Stallman | 1996-08-25 | 1 | -10/+3 |
| * | (input_available_signal, interrupt_signal): Undo previous change. | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
| * | (input_available_signal, interrupt_signal): | Karl Heuer | 1996-07-15 | 1 | -2/+2 |
| * | (menu_bar_item): Skip menu-bar equiv keys data | Karl Heuer | 1996-07-12 | 1 | -0/+4 |
| * | (modify_event_symbol): Add properly to *symbol_table. | Richard M. Stallman | 1996-06-27 | 1 | -1/+1 |
| * | (kbd_buffer_get_event): Don't call x_activate_menubar for a deleted frame. | Richard M. Stallman | 1996-06-21 | 1 | -1/+2 |
| * | (read_char): Use unsigned to compare against | Richard M. Stallman | 1996-06-12 | 1 | -3/+4 |
| * | Comment fix. | Karl Heuer | 1996-05-23 | 1 | -1/+1 |
| * | (Fexecute_extended_command): Don't look for | Karl Heuer | 1996-05-21 | 1 | -0/+1 |
| * | (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 |