| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 |
| * | (Qprocessp): Declared. | Richard M. Stallman | 1995-02-13 | 1 | -0/+1 |
| * | Rename arg OBJ to OBJECT in all type predicates. | Richard M. Stallman | 1995-02-13 | 1 | -63/+165 |
| * | (Fexpand_file_name): Look for a handler for defalt. | Richard M. Stallman | 1995-02-12 | 1 | -3/+9 |
| * | (load_color): Ignore failure from XAllocColor. | Richard M. Stallman | 1995-02-12 | 1 | -3/+3 |
| * | (x_decode_color): Ignore failure from defined_color. | Richard M. Stallman | 1995-02-12 | 1 | -4/+5 |
| * | (menu_item_equiv_key): If command is an alias, | Richard M. Stallman | 1995-02-12 | 1 | -1/+5 |
| * | Test WAIT_USE_INT. | Richard M. Stallman | 1995-02-11 | 1 | -1/+1 |
| * | (WAIT_USE_INT): Defined. | Richard M. Stallman | 1995-02-11 | 1 | -0/+1 |
| * | [SOLARIS2_4, !__GNUC__] (C_SWITCH_SYSTEM): Defined.. | Richard M. Stallman | 1995-02-09 | 1 | -1/+9 |
| * | (command_loop_1): Put back cancel_echoing call, if there's a perdisplay for it | Karl Heuer | 1995-02-08 | 1 | -0/+5 |
| * | (message_log_check_duplicate): New function. | Karl Heuer | 1995-02-08 | 1 | -8/+83 |
| * | (maintainer-clean): Renamed from realclean. | Richard M. Stallman | 1995-02-07 | 1 | -1/+3 |
| * | (r_alloc_size_in_use): New function. | Richard M. Stallman | 1995-02-07 | 1 | -0/+11 |
| * | (internal_last_event_frame, Vlast_event_frame): Deleted; now part of | Karl Heuer | 1995-02-07 | 1 | -53/+49 |
| * | (do_switch_frame): internal_last_event_frame is now in perdisplay. | Karl Heuer | 1995-02-07 | 1 | -1/+1 |
| * | (struct PERDISPLAY): Add Vlast_event_frame. | Karl Heuer | 1995-02-07 | 1 | -1/+18 |
| * | (x_get_foreign_selection, x_reply_selection_request): | Richard M. Stallman | 1995-02-06 | 1 | -7/+63 |
| * | (emacs_blocked_malloc): Set __malloc_extra_blocks here. | Richard M. Stallman | 1995-02-06 | 1 | -1/+97 |
| * | (Fget_buffer_create): Call buffer_memory_full. | Richard M. Stallman | 1995-02-05 | 1 | -1/+1 |
| * | (Vwindow_size_change_functions): New variable. | Richard M. Stallman | 1995-02-05 | 1 | -1/+34 |
| * | (Fdelete_window, set_window_height, set_window_width) | Richard M. Stallman | 1995-02-05 | 1 | -0/+7 |
| * | (struct frame): New field window_sizes_changed. | Richard M. Stallman | 1995-02-05 | 1 | -0/+5 |