aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* (specbind): Handle display-local vars.Karl Heuer1995-01-311-2/+1
* Declare store_symval_forwarding here.Karl Heuer1995-01-311-0/+1
* (syms_of_keyboard): Fix missing backslashes.Karl Heuer1995-01-311-2/+2
* (frame-notice-user-settings): Avoid having the window manager re-prompt forKarl Heuer1995-01-301-1/+3
* (iso-transl-language-alist): Add French & Portuguese.Karl Heuer1995-01-301-25/+31
* (iso-accents-list): Add Icelandic thorn.Karl Heuer1995-01-301-2/+5
* (x-create-frame-with-faces): Assume cursor-color, mouse-color, andKarl Heuer1995-01-301-11/+15
* (indent-new-comment-line): Obey the conventionRichard M. Stallman1995-01-301-1/+6
* (make-extent, delete-extent, set-extent-property)Richard M. Stallman1995-01-301-0/+32
* Many doc fixes.Richard M. Stallman1995-01-301-18/+20
* (lisp-indent-region): Set endmark before indenting first line.Richard M. Stallman1995-01-301-7/+13
* (list-buffers-noselect): Handle read-only properly.Richard M. Stallman1995-01-301-23/+29
* (list-buffers-noselect): New subroutine.Richard M. Stallman1995-01-301-21/+52
* (Fcall_interactively): Pass new arg to Fread_string.Richard M. Stallman1995-01-302-7/+10
* (menu-bar-update-yank-menu): If string is too long,Richard M. Stallman1995-01-301-2/+5
* (read-number): New function.Richard M. Stallman1995-01-301-0/+21
* (Frassoc): New function.Richard M. Stallman1995-01-291-1/+22
* (news-reply-mode): Change mode-name to News Reply.Richard M. Stallman1995-01-291-1/+1
* (match-string): Fix braino.Richard M. Stallman1995-01-281-2/+2
* (ecrt0.o): Target renamed from crt0.o.Richard M. Stallman1995-01-281-3/+3
* (facep): New function.Richard M. Stallman1995-01-281-6/+17
* (print): Handle internal display-local object.Karl Heuer1995-01-281-2/+10
* (xdispobjfwd): New macro.Karl Heuer1995-01-281-0/+7
* (mark_object): Ignore Lisp_Misc_Display_Objfwd objects.Karl Heuer1995-01-281-0/+1
* (enum Lisp_Misc_Type): New enumeration Lisp_Misc_Display_Local.Karl Heuer1995-01-281-0/+14
* * keyboard.c (kbd_buffer_frame_or_window): Delete; now in perdisplay.Karl Heuer1995-01-281-94/+66
* (ECHOBUFSIZE): New constant, replaces sizeof (echobuf).Karl Heuer1995-01-281-1/+39
* (unixware, svr4): Treat as synonyms for sysv4.Richard Kenner1995-01-281-1/+4
* (PERDISPLAY, the_only_perdisplay, get_perdisplay):Karl Heuer1995-01-281-3/+3
* (struct x_display_info): Rename display_perd to perdisplay.Karl Heuer1995-01-281-1/+1
* (make-frame): Doc fix.Richard M. Stallman1995-01-281-2/+4
* (describe-variable): Use local-variable-p.Richard M. Stallman1995-01-271-9/+2
* (tex-display-shell): Pass nil as arg toRichard M. Stallman1995-01-271-7/+12
* (debug-convert-byte-code): Convert the doc info to a string.Richard M. Stallman1995-01-271-1/+4
* (shell): If we create a new shell buffer,Richard M. Stallman1995-01-271-2/+3
* (match-string): Delete extra arg to buffer-substring.Karl Heuer1995-01-271-1/+1
* (printchar, strout): Use message_log_maybe_newline.Karl Heuer1995-01-271-13/+2
* (message_log_need_newline): This var is now static.Karl Heuer1995-01-271-5/+12
* (perform-replace): Don't log the repetitive prompts.Karl Heuer1995-01-271-1/+4
* Declare message_log_maybe_newline.Karl Heuer1995-01-271-0/+1
* (modify_region): Clear point_before_scroll field.Richard M. Stallman1995-01-271-0/+2
* (set_point): Set point_before_scroll to nil.Richard M. Stallman1995-01-271-0/+2
* (struct buffer): New field point_before_scroll.Richard M. Stallman1995-01-271-0/+4
* (init_buffer_once, syms_of_buffer):Richard M. Stallman1995-01-271-0/+5
* (match-string): New function.Richard M. Stallman1995-01-271-0/+8
* Integer width changes.Richard M. Stallman1995-01-271-12/+12
* Fix integer width changes.Richard M. Stallman1995-01-271-7/+7
* Fix typos.Karl Heuer1995-01-261-10/+10
* (mouse-save-then-kill): When we don't use existingRichard M. Stallman1995-01-261-66/+73
* (scroll-bar-drag-1): Set point-before-scroll properly.Richard M. Stallman1995-01-261-16/+27