| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (main): Undo previous change. | Richard M. Stallman | 1995-02-05 | 1 | -9/+0 |
* | (cmd_error): Cancel echoing here. | Karl Heuer | 1995-02-04 | 1 | -1/+1 |
* | [MULTI_PERDISPLAY] (all_perdisplays): New var. | Karl Heuer | 1995-02-04 | 1 | -0/+1 |
* | (syms_of_keyboard): Move DEFVAR_DISPLAY's here from callint.c. | Karl Heuer | 1995-02-04 | 1 | -64/+103 |
* | (syms_of_callint): Move DEFVAR_DISPLAY's to keyboard.c. | Karl Heuer | 1995-02-04 | 1 | -20/+0 |
* | [MULTI_PERDISPLAY] (x_term_init): Initialize perdisplay. | Karl Heuer | 1995-02-04 | 1 | -3/+20 |
* | (print): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -3/+6 |
* | (defvar_display): Don't staticpro; these objects are now protected through | Karl Heuer | 1995-02-03 | 1 | -3/+0 |
* | (mark_perdisplays): New function. | Karl Heuer | 1995-02-03 | 1 | -1/+17 |
* | (all_perdisplays): New var. | Karl Heuer | 1995-02-03 | 1 | -3/+10 |
* | (defvar_display): Declare this function. | Karl Heuer | 1995-02-03 | 1 | -0/+1 |
* | (DEFVAR_DISPLAY): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -2/+2 |
* | (do_symval_forwarding): Use current_perdisplay, not get_perdisplay. | Karl Heuer | 1995-02-03 | 1 | -4/+9 |
* | (display_text_line): Deduct minibuf prompt from taboffset. | Richard M. Stallman | 1995-02-03 | 1 | -0/+9 |
* | (kbd_buffer_get_event, swallow_events): Remove selection_request event | Richard M. Stallman | 1995-02-02 | 1 | -2/+8 |
* | (x_unqueue_events): Arg is now a Display *. | Richard M. Stallman | 1995-02-02 | 1 | -8/+8 |
* | (wait_for_property_change): Avoid unlikely timing error. | Richard M. Stallman | 1995-02-02 | 1 | -17/+22 |
* | (Fexecute_kbd_macro): Clear prefix arg here, not in command_loop_1. | Karl Heuer | 1995-02-01 | 1 | -0/+3 |
* | (cmd_error): Clear prefix arg here. | Karl Heuer | 1995-02-01 | 1 | -16/+28 |
* | (Fcall_interactively): Use perdisplay. | Karl Heuer | 1995-02-01 | 1 | -6/+6 |
* | (read_minibuf, read_minibuf_unwind): Use perdisplay. | Karl Heuer | 1995-02-01 | 1 | -3/+3 |
* | (Fml_provide_prefix_argument, Fml_prefix_argument_loop): Use perdisplay. | Karl Heuer | 1995-02-01 | 1 | -4/+8 |
* | (current_perdisplay): New var. | Karl Heuer | 1995-02-01 | 1 | -5/+10 |
* | [!MULTI_PERDISPLAY] (defvar_display): Use staticpro. | Karl Heuer | 1995-01-31 | 1 | -0/+3 |
* | Fix previous change. | Richard M. Stallman | 1995-01-31 | 1 | -6/+9 |
* | (main) [REL_ALLOC]: Set __malloc_extra_blocks. | Richard M. Stallman | 1995-01-31 | 1 | -0/+6 |
* | (syms_of_buffer): overwrite-mode doc fix. | Richard M. Stallman | 1995-01-31 | 1 | -1/+3 |
* | [MULTI_PERDISPLAY] (get_perdisplay): Define this as a macro, for sources that | Karl Heuer | 1995-01-31 | 1 | -0/+10 |
* | [MULTI_PERDISPLAY] (get_perdisplay): Define this as an exported function. | Karl Heuer | 1995-01-31 | 1 | -0/+13 |
* | [MULTI_PERDISPLAY]: Declare get_perdisplay as a function. | Karl Heuer | 1995-01-31 | 1 | -0/+4 |
* | (DEFVAR_DISPLAY): New macro. | Karl Heuer | 1995-01-31 | 1 | -0/+4 |
* | (defvar_display): New function. | Karl Heuer | 1995-01-31 | 1 | -1/+17 |