aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * window.c: Try to deal coherently with deleted windows:Jim Blandy1992-10-191-26/+79
* * minibuf.c (temp_echo_area_glyphs): Don't clear echo_area_glyphsJim Blandy1992-10-191-7/+2
* * lisp.h (CHECK_LIVE_WINDOW): New predicate.Jim Blandy1992-10-191-1/+15
* * keymap.c (store_in_keymap): Don't forget to QUIT in theJim Blandy1992-10-191-0/+4
* * keyboard.h (this_command_keys): Extern declaration changed. Doc fix.Jim Blandy1992-10-191-3/+6
* * keyboard.c (this_command_keys): Make this a vector, instead ofJim Blandy1992-10-191-27/+38
* Same. * xfns.c (x_set_face): Dyked out this function; it has no callers,Jim Blandy1992-10-191-0/+4
* * frame.c (make_frame_without_minibuffer, Fwindow_frame): UseJim Blandy1992-10-193-6/+6
* * xterm.c (compose_status): New variable.Jim Blandy1992-10-191-26/+46
* (kill-sentence, backward-kill-sentence):Richard M. Stallman1992-10-181-8/+4
* Doc fixes.Richard M. Stallman1992-10-181-1/+1
* Comment fix.Richard M. Stallman1992-10-181-2/+2
* Delete version 18 compatibility stuff.Richard M. Stallman1992-10-181-209/+67
* (mail-setup): Call build-mail-aliases, not mail-abbrev-setup.Richard M. Stallman1992-10-181-1/+22
* (rmail-sort-messages): Give up right away if not Rmail mode.Richard M. Stallman1992-10-181-0/+2
* Dox fixes.Christopher Zaborsky1992-10-181-81/+93
* (BROKEN_FIONREAD): Defined.Richard M. Stallman1992-10-181-0/+3
* (occur): Always search entire buffer.Richard M. Stallman1992-10-181-14/+7
* * * editfns.c (Fmessage): With no arguments, clear any activeJim Blandy1992-10-171-6/+12
* * callint.c (Fcall_interactively): Change handling of 'e' spec;Jim Blandy1992-10-171-2/+3
* * make-dist: Include lib-src/makedoc.com and emacs.csh in theJim Blandy1992-10-171-2/+4
* Partially changed to use GCC-style configuration names.Jim Blandy1992-10-171-101/+110
* *** empty log message ***Jim Blandy1992-10-171-5/+2
* * mouse.el (mouse-tear-off-window): New function.Jim Blandy1992-10-171-0/+10
* (mouse-set-region): New command. Bind drag-mouse-1 to it.Richard M. Stallman1992-10-171-1/+15
* *** empty log message ***Jim Blandy1992-10-161-1/+4
* (telnet): Do erase-buffer after the initial output.Richard M. Stallman1992-10-161-1/+1
* (check_memory_limits): Declare __morecore.Roland McGrath1992-10-151-1/+2
* (morecore_with_warning): Removed.Roland McGrath1992-10-151-13/+5
* Add support for a new 64 bit CPU type. Elxsi.Mike Stump1992-10-151-0/+4
* (telnet): Wait for telnet output before sending `open'.Richard M. Stallman1992-10-151-0/+2
* 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
* * files.el (file-truename): The variable ~ should be considered anJim Blandy1992-10-141-1/+3
* 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
* (visit-tags-table-buffer): When trying to pick table, callRoland McGrath1992-10-121-12/+14
* (edit-picture): Run picture-mode-hook.Richard M. Stallman1992-10-121-1/+2
* (buffer-file-number): New variable.Richard M. Stallman1992-10-121-63/+224