bpt/emacs.git
1992-10-31 Jim Blandy* doc.c: #include keyboard.h.
1992-10-31 Jim Blandy* dispextern.h (sit_for): Declare this extern.
1992-10-31 Jim Blandy* dired.c (find_file_handler): Declare this extern.
1992-10-31 Jim Blandy* data.c (Fset): See if current_alist_element points...
1992-10-31 Jim Blandy* commands.h (unread_command_char): Declare this to...
1992-10-31 Jim Blandy* casetab.c (set_case_table): Declare this to be static...
1992-10-31 Jim Blandy* casefiddle.c (operate_on_word): Declare end to be...
1992-10-31 Jim Blandy* callproc.c: Arrange for synchronous processes to...
1992-10-31 Jim Blandy* bytecode.c (Fbyte_code): Use EQ to compare string_sav...
1992-10-31 Jim Blandy* buffer.h (Fbuffer_name, Fget_file_buffer): Added...
1992-10-31 Jim Blandy* buffer.c (reset_buffer): Don't assign to b->save_leng...
1992-10-31 Jim Blandy* alloc.c (Frope_elt): Declare arguments to be Lisp_Obj...
1992-10-31 Jim Blandy* abbrev.c (Funexpand_abbrev): Just assign the last...
1992-10-30 Richard M.... (preserved_fns): New var.
1992-10-30 Richard M.... Doc fix.
1992-10-29 Richard M.... (get_system_name): Use gethostname for USG systems
1992-10-29 Richard M.... (count_blanks): Leave argument r constant, and increment p.
1992-10-28 Richard M.... (vc-admin): Pass t as noquery arg to vc-resynch-window.
1992-10-28 Richard M.... Initial revision
1992-10-28 Richard M.... (HAVE_GETHOSTNAME): Define it.
1992-10-28 Richard M.... (HAVE_SETSID, IRIX): Defined.
1992-10-28 Jim Blandy*** empty log message ***
1992-10-28 Richard M.... (manual-program): Always use /usr/ucb/man if that exists.
1992-10-27 Richard M.... (fortran-window-create): Use screen-width, not frame...
1992-10-27 Richard M.... (fortran-prepare-abbrev-list-buffer): Fix typo.
1992-10-27 Richard M.... [sony, IRIS_4D]: Include getpagesize.h and fcntl.h.
1992-10-27 Richard M.... (fortran-tab-mode): Add defvar.
1992-10-27 Richard M.... Rename buffer-flush-undo to buffer-disable-undo.
1992-10-27 Richard M.... Update LISP_FLOAT_TYPE in config.h.
1992-10-27 Richard M.... Update GNU_MALLOC and REL_ALLOC in config.h.
1992-10-27 Richard M.... (shell-command-on-region):
1992-10-27 Richard M.... (isearch-edit-string):
1992-10-27 Jim Blandy* make-dist: Copy config.sub, since it's a symbolic...
1992-10-26 Richard M.... (vc-resynch-window): New arg NOQUERY. Pass it to vc...
1992-10-25 Christopher... Dox fix.
1992-10-25 Christopher... Doc fix.
1992-10-25 Christopher... Doc fix.
1992-10-24 Richard M.... (vc-prefix-map): Put vc-diff on = and vc-directory...
1992-10-24 Richard M.... (relinquish): Adjust page_break_value by amount of...
1992-10-23 Jim Blandy* emacs.c (main): Correct spelling of HAVE_X_WINDOW to
1992-10-23 Richard M.... (set-visited-file-name): Change the auto save file...
1992-10-23 Richard M.... (insert-kbd-macros): If arg is empty, use last macro...
1992-10-23 Richard M.... (insert-kbd-macro): Replace nonprinting chars with...
1992-10-23 Richard M.... (mail-aliases): Doc fix.
1992-10-23 Richard M.... (describe-function): Print `an autoloaded', not `a...
1992-10-23 Richard M.... (goal-column): Don't put the defvar inside the make...
1992-10-21 Richard M.... (dired-chown-program): Treat silicon-graphics-unix...
1992-10-21 Richard M.... (rmail-mode-map): Delete binding of M-r (use global...
1992-10-21 Richard M.... (lpr-command): Treat hpux and silicon-graphics-unix...
1992-10-21 Richard M.... (backward-kill-sentence): Fix typo in last change.
1992-10-21 Richard M.... Doc fixes.
1992-10-21 Richard M.... (rmail-output-to-rmail-file): Call abbreviate-file...
1992-10-20 Richard M.... (comment-region): Do move to next line, in neg arg...
1992-10-20 Richard M.... (isearch-mode-map): Make the top-level keymap dense.
1992-10-20 Richard M.... (vc-registered): Look for handler only if file-name...
1992-10-20 Richard M.... (ange-ftp-add-vms-host, ange-ftp-add-dl-dir, ange-ftp...
1992-10-20 Richard M.... (vc-registered): Look for a vc-registered handler.
1992-10-20 Richard M.... Add dummy handlers for file-truename and vc-registered.
1992-10-20 Richard M.... (file-truename): Check for root by seeing if
1992-10-20 Richard M.... (grow_specpdl): Increase max_specpdl_size before Fsignal.
1992-10-20 Richard M.... [emacs]: Define POINTER and SIZE.
1992-10-20 Richard M.... (get_lim_data): Make it static.
1992-10-20 Richard M.... (syms_of_keyboard): Properly staticpro this_command_keys.
1992-10-20 Richard M.... (mail-aliases): Add definition here.
1992-10-19 Richard M.... (add-log-current-defun): Add condition-case around
1992-10-19 Jim Blandy* xdisp.c (message): If M is zero, clear echo_area_glyp...
1992-10-19 Jim Blandy* window.h (struct window): Doc fix.
1992-10-19 Jim Blandy* window.c: Try to deal coherently with deleted windows:
1992-10-19 Jim Blandy* minibuf.c (temp_echo_area_glyphs): Don't clear echo_a...
1992-10-19 Jim Blandy* lisp.h (CHECK_LIVE_WINDOW): New predicate.
1992-10-19 Jim Blandy* keymap.c (store_in_keymap): Don't forget to QUIT...
1992-10-19 Jim Blandy* keyboard.h (this_command_keys): Extern declaration...
1992-10-19 Jim Blandy* keyboard.c (this_command_keys): Make this a vector...
1992-10-19 Jim BlandySame.\f * xfns.c (x_set_face): Dyked out this function...
1992-10-19 Jim Blandy* frame.c (make_frame_without_minibuffer, Fwindow_frame...
1992-10-19 Jim Blandy* xterm.c (compose_status): New variable.
1992-10-18 Richard M.... (kill-sentence, backward-kill-sentence):
1992-10-18 Richard M.... Doc fixes.
1992-10-18 Richard M.... Comment fix.
1992-10-18 Richard M.... Delete version 18 compatibility stuff.
1992-10-18 Richard M.... (mail-setup): Call build-mail-aliases, not mail-abbrev...
1992-10-18 Richard M.... (rmail-sort-messages): Give up right away if not Rmail...
1992-10-18 Christopher... Dox fixes.
1992-10-18 Richard M.... (BROKEN_FIONREAD): Defined.
1992-10-18 Richard M.... (occur): Always search entire buffer.
1992-10-17 Jim Blandy* * editfns.c (Fmessage): With no arguments,...
1992-10-17 Jim Blandy* callint.c (Fcall_interactively): Change handling...
1992-10-17 Jim Blandy* make-dist: Include lib-src/makedoc.com and emacs...
1992-10-17 Jim BlandyPartially changed to use GCC-style configuration names.
1992-10-17 Jim Blandy*** empty log message ***
1992-10-17 Jim Blandy* mouse.el (mouse-tear-off-window): New function.
1992-10-17 Richard M.... (mouse-set-region): New command. Bind drag-mouse-1...
1992-10-16 Jim Blandy*** empty log message ***
1992-10-16 Richard M.... (telnet): Do erase-buffer after the initial output.
1992-10-15 Roland McGrath(check_memory_limits): Declare __morecore.
1992-10-15 Roland McGrath(morecore_with_warning): Removed.
1992-10-15 Mike StumpAdd support for a new 64 bit CPU type. Elxsi.
1992-10-15 Richard M.... (telnet): Wait for telnet output before sending `open'.
1992-10-15 Richard M.... Comment fix.
1992-10-14 Joseph Arceneaux* intervals.c (traverse_intervals): New parameter ...
next