| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fcall_interactively): Fix Feb 22 change. | Richard M. Stallman | 1995-03-06 | 1 | -1/+1 |
| * | (Fpop_to_buffer): Call Fset_buffer_major_mode if we create a buffer. | Richard M. Stallman | 1995-03-06 | 1 | -1/+8 |
| * | (read_key_sequence): Update orig_local_map | Richard M. Stallman | 1995-03-03 | 1 | -0/+3 |
| * | (exec_sentinel, read_process_output): If running filter | Richard M. Stallman | 1995-03-03 | 1 | -6/+15 |
| * | (display_mode_line): Temporarily set current_perdisplay to reference the frame | Karl Heuer | 1995-03-03 | 1 | -2/+14 |
| * | (defining_kbd_macro): Delete; now part of perdisplay. All uses changed. | Karl Heuer | 1995-03-03 | 1 | -45/+36 |
| * | (defining_kbd_macro): Delete declaration. | Karl Heuer | 1995-03-03 | 1 | -4/+0 |
| * | (struct PERDISPLAY): New members defining_kbd_macro, kbd_macro_buffer, | Karl Heuer | 1995-03-03 | 1 | -4/+19 |
| * | (read_char_minibuf_menu_prompt): orig_defn_macro is now Lisp_Object, not int. | Karl Heuer | 1995-03-03 | 1 | -11/+14 |
| * | (cmd_error): Allow current_perdisplay to be null. | Karl Heuer | 1995-03-03 | 1 | -3/+7 |
| * | (Fcall_interactively): Disallow switch-frame events when reading `k' or `K' | Karl Heuer | 1995-03-03 | 1 | -2/+2 |
| * | (read_key_sequence): New arg can_return_switch_frame. All callers changed. | Karl Heuer | 1995-03-03 | 1 | -12/+20 |
| * | (syms_of_emacs): Doc fix. | Richard M. Stallman | 1995-03-02 | 1 | -1/+2 |
| * | (use_hard_newlines): Variable definition moved to paragraphs.el. | Boris Goldowsky | 1995-03-01 | 1 | -98/+7 |
| * | (cmd_error): Use clear_prefix_arg. | Karl Heuer | 1995-03-01 | 1 | -73/+181 |
| * | (struct PERDISPLAY): Add prefix_factor, prefix_value, prefix_sign, | Karl Heuer | 1995-03-01 | 1 | -16/+6 |
| * | (read_minibuf, read_minibuf_unwind): Undo Jan 31 change. | Karl Heuer | 1995-03-01 | 1 | -2/+2 |
| * | (Fml_provide_prefix_argument, Fml_prefix_argument_loop): Undo Jan 31 change. | Karl Heuer | 1995-03-01 | 1 | -7/+3 |
| * | (Fcall_interactively, syms_of_callint, Vprefix_arg, Vcurrent_prefix_arg): Undo | Karl Heuer | 1995-03-01 | 1 | -2/+22 |
| * | (Fexecute_kbd_macro): Use clear_prefix_arg. | Karl Heuer | 1995-03-01 | 1 | -1/+1 |
| * | (mark_perdisplays): Update to reflect current Lisp_Objects. | Karl Heuer | 1995-03-01 | 1 | -3/+3 |
| * | (do_switch_frame): Undo Feb 6 change. | Karl Heuer | 1995-02-28 | 1 | -1/+1 |
| * | (Fframep): Doc fix. | Richard M. Stallman | 1995-02-28 | 1 | -1/+1 |
| * | (SET_REGS_MATCHED): Enclose if-stmt in `do {...} while(0)' | Jim Meyering | 1995-02-28 | 1 | -14/+16 |
| * | (Fcall_interactively): Lock the display before executing the command, no | Karl Heuer | 1995-02-28 | 1 | -1/+9 |
| * | (convert_event_type_list): New function. | Richard M. Stallman | 1995-02-26 | 1 | -66/+173 |
| * | (Fdefine_key): Handle Lucid-style (crtl backspace) etc. | Richard M. Stallman | 1995-02-26 | 1 | -72/+6 |
| * | (Fcall_process): Extend BUFFER arg so it can specify | Richard M. Stallman | 1995-02-26 | 1 | -12/+69 |
| * | (Fx_popup_menu): Init f from selected_frame | Richard M. Stallman | 1995-02-25 | 1 | -2/+2 |
| * | (unlock_display): New function. | Karl Heuer | 1995-02-25 | 1 | -13/+30 |
| * | (term_init) [TERMINFO]: Make error message more accurate. | Karl Heuer | 1995-02-25 | 1 | -4/+20 |
| * | (display_string, display_text_line): | Richard M. Stallman | 1995-02-24 | 1 | -18/+17 |
| * | (display_locked): New var to indicate when we're in the run state. | Karl Heuer | 1995-02-24 | 1 | -24/+28 |
| * | (Fcall_interactively): If the display hasn't already been locked by reading | Karl Heuer | 1995-02-24 | 1 | -0/+4 |
| * | (read_minibuf): Make sure the display is locked. | Karl Heuer | 1995-02-24 | 1 | -0/+4 |
| * | (display_locked): Declare this var. | Karl Heuer | 1995-02-24 | 1 | -1/+7 |
| * | (Fwhere_is_internal): If FIRSTONLY is not nil or non-ascii, | Richard M. Stallman | 1995-02-23 | 1 | -5/+28 |
| * | (menu_item_equiv_key): Delete the code that rejected | Richard M. Stallman | 1995-02-23 | 1 | -16/+0 |
| * | (window_loop): Handle special display buffer frames | Richard M. Stallman | 1995-02-23 | 1 | -18/+54 |
| * | (Fcall_interactively): Use markers temporarily in | Richard M. Stallman | 1995-02-23 | 1 | -9/+25 |
| * | (kbd_buffer_frame_or_window): Restored old var. | Karl Heuer | 1995-02-22 | 1 | -116/+245 |
| * | (menubar_selection_callback): frame_or_window field of a menu-bar event now | Karl Heuer | 1995-02-22 | 1 | -8/+8 |
| * | Update comments to reflect changes in xmenu.c. | Karl Heuer | 1995-02-22 | 1 | -3/+3 |
| * | (struct PERDISPLAY): New member kbd_queue. | Karl Heuer | 1995-02-22 | 1 | -52/+3 |
| * | (mark_perdisplays): Mark kbd_queue. | Karl Heuer | 1995-02-22 | 1 | -1/+1 |
| * | (r_alloc_init): Set __malloc_extra_blocks. | Richard M. Stallman | 1995-02-19 | 1 | -0/+6 |
| * | (Fmake_terminal_frame): Doc fix. | Richard M. Stallman | 1995-02-19 | 1 | -1/+6 |
| * | (LIB_X11_LIB, C_SWITCH_X_SYSTEM, LD_SWITCH_X_DEFAULT): | Richard M. Stallman | 1995-02-18 | 1 | -0/+10 |
| * | [__GNUC__] (C_SWITCH_SYSTEM): Defined. | Richard M. Stallman | 1995-02-17 | 1 | -0/+4 |
| * | (STACK_DIRECTION): Undef before defining. | Richard M. Stallman | 1995-02-17 | 1 | -2/+6 |