| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | (kbd_buffer_get_event): Update input_pending after | Richard M. Stallman | 1995-07-28 | 1 | -9/+22 |
| * | (kbd_buffer_get_event) [USE_X_TOOLKIT]: | Richard M. Stallman | 1995-07-25 | 1 | -0/+7 |
| * | (command_loop_1): Clear echo area after 2 sec | Richard M. Stallman | 1995-07-21 | 1 | -1/+2 |
| * | (mouse_moved): Variable deleted. | Karl Heuer | 1995-07-17 | 1 | -17/+25 |
| * | (read_char): Temporarily clear Vquit_flag | Richard M. Stallman | 1995-07-02 | 1 | -1/+4 |
| * | (Vspecial_event_map): New variable. | Richard M. Stallman | 1995-07-02 | 1 | -0/+30 |
| * | (read_key_sequence): Don't use Vprefix_help_command | Richard M. Stallman | 1995-06-20 | 1 | -1/+1 |
| * | (Freset_this_command_lengths): New function. | Richard M. Stallman | 1995-06-20 | 1 | -0/+54 |
| * | (quit_throw_to_read_char): Turn off the error check | Richard M. Stallman | 1995-06-18 | 1 | -0/+4 |
| * | (quit_throw_to_read_char): Use do_switch_frame directly. | Richard M. Stallman | 1995-06-17 | 1 | -1/+2 |
| * | (init_kboard): Initialize it. | Karl Heuer | 1995-06-16 | 1 | -38/+47 |
| * | (command_loop_1): Clear prefix arg (undo Feb 1 change). | Karl Heuer | 1995-06-14 | 1 | -0/+1 |
| * | (read_char_minibuf_menu_prompt): | Karl Heuer | 1995-06-11 | 1 | -32/+70 |
| * | (system_key_syms): Deleted; now part of struct kboard. | Karl Heuer | 1995-06-09 | 1 | -7/+5 |
| * | (modify_event_symbol): Mask out high bits here, | Karl Heuer | 1995-06-09 | 1 | -4/+16 |
| * | (last_command): Var deleted; now part of struct kboard. | Karl Heuer | 1995-06-09 | 1 | -13/+8 |
| * | (Fevent_convert_list): Renamed from convert_event_type_list. | Karl Heuer | 1995-06-09 | 1 | -2/+9 |
| * | (Vhelp_event_list): New var. | Karl Heuer | 1995-06-09 | 1 | -3/+27 |
| * | (read_key_sequence): Don't run activate-menubar-hook | Karl Heuer | 1995-06-09 | 1 | -7/+0 |
| * | (cmd_error, command_loop_1, Fcommand_execute) | Karl Heuer | 1995-06-07 | 1 | -35/+11 |
| * | (cmd_error): Use NULL, not 0, as arg to cmd_error_internal. | Karl Heuer | 1995-06-06 | 1 | -3/+3 |
| * | (make_lispy_event, make_lispy_movement): | Karl Heuer | 1995-05-29 | 1 | -2/+3 |
| * | (Fset_input_mode): When read_socket_hook, ignore | Karl Heuer | 1995-05-29 | 1 | -3/+11 |
| * | (syms_of_keyboard): Always define track-mouse. | Karl Heuer | 1995-05-17 | 1 | -4/+2 |
| * | (init_kboard): Initialize Vdefault_minibuffer_frame. | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| * | [MULTI_KBOARD] (read_char): If the character was for | Karl Heuer | 1995-05-09 | 1 | -0/+1 |
| * | (Fread_key_sequence): Doc fix. | Richard M. Stallman | 1995-05-08 | 1 | -1/+1 |
| * | (Fexecute_extended_command): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -2/+16 |
| * | (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -4/+4 |
| * | (reorder_modifiers): Cast apply_modifiers arg to int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (reorder_modifiers): Use XINT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (kbd_buffer_get_event): New arg USED_MOUSE_MENU. | Karl Heuer | 1995-05-02 | 1 | -6/+18 |
| * | (read_char, read_char_x_menu_prompt): Exclude | Karl Heuer | 1995-04-29 | 1 | -2/+5 |
| * | (Vsystem_key_alist): Delete global variable. | Karl Heuer | 1995-04-24 | 1 | -5/+4 |
| * | (safe_run_hooks_1, safe_run_hooks_error): New subroutines. | Richard M. Stallman | 1995-04-24 | 1 | -8/+22 |
| * | (map_event_to_object): Declaration deleted. | Richard M. Stallman | 1995-04-18 | 1 | -4/+0 |
| * | (kbd_buffer_get_event): Don't use prototype. | Richard M. Stallman | 1995-04-14 | 1 | -74/+79 |
| * | (push_frame_kboard, pop_frame_kboard): Do nothing if !MULTI_KBOARD. | Karl Heuer | 1995-04-10 | 1 | -0/+4 |
| * | (init_keyboard): Don't malloc a new structure; | Karl Heuer | 1995-04-10 | 1 | -8/+2 |