- 18 Oct, 1992 9 commits
-
-
Richard M. Stallman authored
(kill-paragraph, backward-kill-paragraph): Don't change point before calling kill-region.
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
(mail-abbrevs, build-mail-abbrevs, rebuild-mail-abbrevs): (merge-mail-abbrevs): Renamed `mail-aliases' to `mail-abbrevs'. (mail-abbrev-end-of-buffer): Renamed from abbrev-hacking-end-of-buffer. (mail-abbrev-next-line): Renamed from abbrev-hacking-next-line.
-
Richard M. Stallman authored
(sendmail-send-it): Call expand-mail-aliases.
-
Richard M. Stallman authored
-
Christopher Zaborsky authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 17 Oct, 1992 7 commits
-
-
Jim Blandy authored
message; let the minibuffer contents show through.
-
Jim Blandy authored
this_command_keys is now a vector.
-
Jim Blandy authored
distribution. * config.sub: New file, to help us recognize configuration names. * make-dist: Include it in the distribution.
-
Jim Blandy authored
-
Jim Blandy authored
-
Jim Blandy authored
-
Richard M. Stallman authored
-
- 16 Oct, 1992 2 commits
-
-
Jim Blandy authored
-
Richard M. Stallman authored
-
- 15 Oct, 1992 5 commits
-
-
Roland McGrath authored
Remove unused variable `result'.
-
Roland McGrath authored
(check_memory_limits): New fn; most code from morecore_with_warning, but only checks limits, doesn't do any work. (memory_warnings): Set __after_morecore_hook to check_memory_limits; don't set __morecore.
-
Mike Stump authored
-
Richard M. Stallman authored
-
Richard M. Stallman authored
-
- 14 Oct, 1992 7 commits
-
-
Joseph Arceneaux authored
Increment this when passing recursively.
-
Joseph Arceneaux authored
to traverse_intervals().
-
Joseph Arceneaux authored
`face_list' elements. Do copy new `max_ascent' frame element.
-
Joseph Arceneaux authored
Removed elements `nruns' and `face_list'. LINE_HEIGHT and LINE_WIDTH macros removed. New struct face with associated typedef FACE declared, along with accessing macros.
-
Joseph Arceneaux authored
-
Joseph Arceneaux authored
`nruns' and 'face_list' removed. Handle new element `max_ascent'. (free_frame_glyphs): Don't free nonexistent elements `nruns' and `face_list'; do free `max_ascent' element. (make_frame_glyphs): Don't allocate nonexistent elements `nruns' and `face_list'; do allocate `max_ascent' element. (update_frame): Replaced use of macro LINE_HEIGHT with element frame element `pix_height'.
-
Jim Blandy authored
absolute pathname; handle it correctly. Concatenate the directory onto the filename in the correct order.
-
- 13 Oct, 1992 1 commit
-
-
Jim Blandy authored
-
- 12 Oct, 1992 9 commits
-
-
Jim Blandy authored
fetching events from kbd_buffer.
-
Roland McGrath authored
[emacs]: Moved #undef NULL and #include "getpagesize.h" here. [! emacs]: #include <unistd.h>, <malloc.h>, <string.h>. (r_alloc_init): Use NIL, not NULL.
-
Jim Blandy authored
*mouse_position_hook may set *FRAME to 0; don't generate switch-frame events in this case.
-
Roland McGrath authored
(real_morecore): New static variable. (warnlevel, warn_function, check_memory_limits): Removed. (obtain): Don't call check_memory_limits. (obtain, relinquish, r_alloc_sbrk): Use (*real_morecore) in place of sbrk; it returns 0 for errors, not -1. (r_alloc_init): Set real_morecore to old value of __morecore. Don't initialize lim_data or warnlevel, and don't call get_lim_data. (memory_warnings): Function removed.
-
Roland McGrath authored
(morecore_with_warning, memory_warnings): Change callers (were inconsistent).
-
Roland McGrath authored
(get_lim_data): Define to return void.
-
Roland McGrath authored
-
Roland McGrath authored
tags-expand-table-name on alternatives that might be nil. (tags-table-files): Don't call visit-tags-table-buffer; assume we are there.
-
Richard M. Stallman authored
-