| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | New alternative specified by WAIT_USE_INT. | Richard M. Stallman | 1995-02-17 | 1 | -1/+17 |
| * | (MULTI_FRAME): Define unconditionally. | Richard M. Stallman | 1995-02-17 | 1 | -1/+3 |
| * | (calculate_costs): Update max_frame_height, max_frame_width. | Richard M. Stallman | 1995-02-17 | 1 | -10/+20 |
| * | (change_frame_size_1): New subroutine. | Richard M. Stallman | 1995-02-17 | 1 | -3/+25 |
| * | (redisplay): Don't display nonselected terminal frames. | Richard M. Stallman | 1995-02-17 | 1 | -10/+13 |
| * | (Fmake_terminal_frame): New function. | Richard M. Stallman | 1995-02-17 | 1 | -4/+44 |
| * | (r_alloc_check): Return void. | Richard M. Stallman | 1995-02-16 | 1 | -1/+13 |
| * | Whitespace fixes. | Richard M. Stallman | 1995-02-16 | 1 | -79/+79 |
| * | (redisplay_window): If we update the mode line, | Richard M. Stallman | 1995-02-15 | 1 | -9/+29 |
| * | (LIB_MOTIF): Add -lgen to provide provide the symbols | Paul Reilly | 1995-02-15 | 1 | -0/+1 |
| * | (xmenu_show, both versions): New arg for_click. | Richard M. Stallman | 1995-02-15 | 1 | -5/+10 |
| * | Doc fix. | Richard M. Stallman | 1995-02-15 | 1 | -1/+2 |
| * | (x_bitmap_icon): Fix test for unallocated icon bitmap. | Paul Reilly | 1995-02-14 | 1 | -1/+1 |
| * | Comment changed. | Richard M. Stallman | 1995-02-14 | 1 | -1/+1 |
| * | (unlock_buffer, unlock_all_files, Flock_buffer) | Richard M. Stallman | 1995-02-14 | 1 | -7/+7 |
| * | (syms_of_buffer): Set up Lisp var buffer-file-truename. | Richard M. Stallman | 1995-02-14 | 1 | -0/+9 |
| * | (struct buffer): New field file_truename. | Richard M. Stallman | 1995-02-14 | 1 | -0/+3 |
| * | (r_alloc_free): Call refill_memory_reserve only if emacs. | Richard M. Stallman | 1995-02-14 | 1 | -6/+9 |
| * | (input_poll_signal): Add ignored argument. | Richard M. Stallman | 1995-02-14 | 1 | -2/+4 |
| * | (window_change_signal): Add ignored argument. | Richard M. Stallman | 1995-02-14 | 1 | -1/+2 |
| * | (Fstart_process): Make process marker point into proc buf. | Richard M. Stallman | 1995-02-14 | 1 | -3/+8 |
| * | (x_display_bar_cursor): Use frame's cursor_width. | Richard M. Stallman | 1995-02-14 | 1 | -2/+15 |
| * | (x_set_cursor_type): Set cursor_width field. | Richard M. Stallman | 1995-02-14 | 1 | -12/+14 |
| * | (struct x_display): New element cursor_width. | Richard M. Stallman | 1995-02-14 | 1 | -0/+3 |
| * | (speeds): Make it ints. Add some higher speeds. | Richard M. Stallman | 1995-02-14 | 1 | -5/+12 |
| * | Initial revision | Richard M. Stallman | 1995-02-14 | 1 | -0/+5 |
| * | (Fexpand_file_name): Copy default-directory | Richard M. Stallman | 1995-02-14 | 1 | -5/+6 |
| * | (Vself_insert_face, Vself_insert_face_command): New variables. | Richard M. Stallman | 1995-02-13 | 1 | -6/+34 |