aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* * callint.c (Fcall_interactively): Change handling of 'e' spec;Jim Blandy1992-10-171-2/+3
* (check_memory_limits): Declare __morecore.Roland McGrath1992-10-151-1/+2
* (morecore_with_warning): Removed.Roland McGrath1992-10-151-13/+5
* Comment fix.Richard M. Stallman1992-10-151-1/+2
* * intervals.c (traverse_intervals): New parameter `depth'.Joseph Arceneaux1992-10-141-10/+6
* * alloc.c (mark_interval_tree): Pass 0 as initial depth argumentJoseph Arceneaux1992-10-141-1/+1
* * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' orJoseph Arceneaux1992-10-141-4/+2
* * dispextern.h: New element of frame structure `max_ascent'.Joseph Arceneaux1992-10-141-22/+60
* * xterm.h: Declaration of struct face removed.Joseph Arceneaux1992-10-141-16/+1
* * dispnew.c (scroll_frame_lines): All references to frame elementsJoseph Arceneaux1992-10-141-24/+14
* Initial revisionJim Blandy1992-10-135-0/+0
* * keyboard.c (kbd_buffer_get_event): Fix fencepost bug inJim Blandy1992-10-121-1/+1
* Removed #include "mem-limits.h".Roland McGrath1992-10-121-7/+15
* * keyboard.c (kbd_buffer_get_event): Remember thatJim Blandy1992-10-121-1/+3
* (sbrk): Removed decl.Roland McGrath1992-10-121-98/+9
* (warnfunction): Renamed to warn_function (was used inconsistently).Roland McGrath1992-10-121-5/+5
* (start_of_data): Removed extra defn.Roland McGrath1992-10-121-4/+3
* mem_limits.h is now called mem-limits.h.Roland McGrath1992-10-122-4/+4
* (find_defun_start): scan_buffer returns start of line;Richard M. Stallman1992-10-111-5/+0
* [!emacs]: Don't define POINTER, SIZE or NULL.Richard M. Stallman1992-10-111-3/+5
* (morecore_with_warning): Reduce warnlevel when usage drops far enough.Richard M. Stallman1992-10-111-18/+40
* (Fdump_emacs, main): Use memory_warnings.Richard M. Stallman1992-10-111-3/+3
* (check_memory_limits): Reduce warnlevel when usage drops far enough.Richard M. Stallman1992-10-111-32/+77
* * xterm.c, xrdb.c: #include <stdio.h> before "xterm.h", to avoidJim Blandy1992-10-112-4/+7
* * keymap.c (initial_define_lispy_key): New function, for definingJim Blandy1992-10-111-15/+28
* * keyboard.h (Qswitch_frame): Declare this extern.Jim Blandy1992-10-111-0/+5
* * keyboard.c (Vlast_event_frame): Make this variable exist evenJim Blandy1992-10-111-50/+126
* * frame.c: #include "commands.h" and "keyboard.h".Jim Blandy1992-10-111-2/+27
* * emacs.c (main): Call keys_of_frame.Jim Blandy1992-10-111-0/+1
* * callint.c (Fcall_interactively): Allow multiple 'e' specs.Jim Blandy1992-10-111-6/+16
* [__GNUC__ >= 2] (LIB_STANDARD): Don't define.Richard M. Stallman1992-10-101-0/+2
* (Fwrite_region): If VISIT is a file name,Richard M. Stallman1992-10-101-12/+16
* (PTY_ITERATION, etc.): Defined.Richard M. Stallman1992-10-091-3/+5
* * alloc.c (Fmemory_limit): Explain why we divide by 1024.Jim Blandy1992-10-071-5/+2
* entered into RCSJim Blandy1992-10-071-0/+4
* (directory_file_name): Don't clobber the envvarRichard M. Stallman1992-10-061-3/+5
* entered into RCSRichard M. Stallman1992-10-061-0/+14
* (main) [NeXT]: Call malloc_jumpstart.Richard M. Stallman1992-10-061-0/+9
* entered into RCSRichard M. Stallman1992-10-061-0/+433
* (Fkill_buffer): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-4/+4
* (Fcall_interactively): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-2/+3
* (make_frame): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-1/+1
* (window_loop): Pass 2nd arg to Fother_buffer.Richard M. Stallman1992-10-061-2/+2
* * config.h.in: Added a slot for definition of USE_TEXT_PROPERTIES,Joseph Arceneaux1992-10-051-0/+11
* Doc fix.Richard M. Stallman1992-10-051-1/+1
* * keyboard.c (read_key_sequence): Treat mouse clicks on non-textJim Blandy1992-10-031-170/+359
* * alloc.c (Fmemory_limit): New function.Jim Blandy1992-10-031-0/+20
* * window.c (SAVE_WINDOW_DATA_SIZE): Define this using sizeof,Jim Blandy1992-10-031-2/+9
* * window.c (struct save_window_data): Save the currently selectedJim Blandy1992-10-031-30/+42
* * xterm.c (x_find_modifier_meanings): If there are noJim Blandy1992-10-031-6/+22