| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | Comment changes. | Richard M. Stallman | 1995-01-31 | 1 | -5/+5 |
| * | Initial revision | Richard M. Stallman | 1995-01-31 | 1 | -0/+1562 |
| * | (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 |
| * | (do_symval_forwarding): Handle display-local vars. | Karl Heuer | 1995-01-31 | 1 | -13/+29 |
| * | (specbind): Handle display-local vars. | Karl Heuer | 1995-01-31 | 1 | -2/+1 |
| * | Declare store_symval_forwarding here. | Karl Heuer | 1995-01-31 | 1 | -0/+1 |
| * | (syms_of_keyboard): Fix missing backslashes. | Karl Heuer | 1995-01-31 | 1 | -2/+2 |
| * | (frame-notice-user-settings): Avoid having the window manager re-prompt for | Karl Heuer | 1995-01-30 | 1 | -1/+3 |
| * | (iso-transl-language-alist): Add French & Portuguese. | Karl Heuer | 1995-01-30 | 1 | -25/+31 |
| * | (iso-accents-list): Add Icelandic thorn. | Karl Heuer | 1995-01-30 | 1 | -2/+5 |
| * | (x-create-frame-with-faces): Assume cursor-color, mouse-color, and | Karl Heuer | 1995-01-30 | 1 | -11/+15 |
| * | (indent-new-comment-line): Obey the convention | Richard M. Stallman | 1995-01-30 | 1 | -1/+6 |
| * | (make-extent, delete-extent, set-extent-property) | Richard M. Stallman | 1995-01-30 | 1 | -0/+32 |
| * | Many doc fixes. | Richard M. Stallman | 1995-01-30 | 1 | -18/+20 |
| * | (lisp-indent-region): Set endmark before indenting first line. | Richard M. Stallman | 1995-01-30 | 1 | -7/+13 |
| * | (list-buffers-noselect): Handle read-only properly. | Richard M. Stallman | 1995-01-30 | 1 | -23/+29 |
| * | (list-buffers-noselect): New subroutine. | Richard M. Stallman | 1995-01-30 | 1 | -21/+52 |
| * | (Fcall_interactively): Pass new arg to Fread_string. | Richard M. Stallman | 1995-01-30 | 2 | -7/+10 |
| * | (menu-bar-update-yank-menu): If string is too long, | Richard M. Stallman | 1995-01-30 | 1 | -2/+5 |
| * | (read-number): New function. | Richard M. Stallman | 1995-01-30 | 1 | -0/+21 |
| * | (Frassoc): New function. | Richard M. Stallman | 1995-01-29 | 1 | -1/+22 |
| * | (news-reply-mode): Change mode-name to News Reply. | Richard M. Stallman | 1995-01-29 | 1 | -1/+1 |
| * | (match-string): Fix braino. | Richard M. Stallman | 1995-01-28 | 1 | -2/+2 |
| * | (ecrt0.o): Target renamed from crt0.o. | Richard M. Stallman | 1995-01-28 | 1 | -3/+3 |
| * | (facep): New function. | Richard M. Stallman | 1995-01-28 | 1 | -6/+17 |
| * | (print): Handle internal display-local object. | Karl Heuer | 1995-01-28 | 1 | -2/+10 |
| * | (xdispobjfwd): New macro. | Karl Heuer | 1995-01-28 | 1 | -0/+7 |
| * | (mark_object): Ignore Lisp_Misc_Display_Objfwd objects. | Karl Heuer | 1995-01-28 | 1 | -0/+1 |
| * | (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local. | Karl Heuer | 1995-01-28 | 1 | -0/+14 |
| * | * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay. | Karl Heuer | 1995-01-28 | 1 | -94/+66 |
| * | (ECHOBUFSIZE): New constant, replaces sizeof (echobuf). | Karl Heuer | 1995-01-28 | 1 | -1/+39 |
| * | (unixware, svr4): Treat as synonyms for sysv4. | Richard Kenner | 1995-01-28 | 1 | -1/+4 |
| * | (PERDISPLAY, the_only_perdisplay, get_perdisplay): | Karl Heuer | 1995-01-28 | 1 | -3/+3 |
| * | (struct x_display_info): Rename display_perd to perdisplay. | Karl Heuer | 1995-01-28 | 1 | -1/+1 |
| * | (make-frame): Doc fix. | Richard M. Stallman | 1995-01-28 | 1 | -2/+4 |
| * | (describe-variable): Use local-variable-p. | Richard M. Stallman | 1995-01-27 | 1 | -9/+2 |
| * | (tex-display-shell): Pass nil as arg to | Richard M. Stallman | 1995-01-27 | 1 | -7/+12 |
| * | (debug-convert-byte-code): Convert the doc info to a string. | Richard M. Stallman | 1995-01-27 | 1 | -1/+4 |
| * | (shell): If we create a new shell buffer, | Richard M. Stallman | 1995-01-27 | 1 | -2/+3 |