1992-10-31 |
Jim Blandy |
* process.c: (status_convert): Declare this to return a
|
1992-10-31 |
Jim Blandy |
* print.c (print): Cast the frame's address to an integer before
|
1992-10-31 |
Jim Blandy |
* minibuf.c (read_minibuf): Use EQ to compare, not ==.
|
1992-10-31 |
Jim Blandy |
* lread.c (read_char): Add an extern declaration for this,
|
1992-10-31 |
Jim Blandy |
* lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,
|
1992-10-31 |
Jim Blandy |
* keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume
|
1992-10-31 |
Jim Blandy |
* keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,
|
1992-10-31 |
Jim Blandy |
* keyboard.c: #include dispextern.h.
|
1992-10-31 |
Jim Blandy |
* frame.c: #include buffer.h.
|
1992-10-31 |
Jim Blandy |
* fns.c: #include keyboard.h.
|
1992-10-31 |
Jim Blandy |
* floatfns.c (Flog): Don't forget to declare the BASE argument a
|
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 to itself
|
1992-10-31 |
Jim Blandy |
* commands.h (unread_command_char): Declare this to be a
|
1992-10-31 |
Jim Blandy |
* casetab.c (set_case_table): Declare this to be static, and
|
1992-10-31 |
Jim Blandy |
* casefiddle.c (operate_on_word): Declare end to be an int, not a
|
1992-10-31 |
Jim Blandy |
* callproc.c: Arrange for synchronous processes to get SIGINT the
|
1992-10-31 |
Jim Blandy |
* bytecode.c (Fbyte_code): Use EQ to compare string_saved with
|
1992-10-31 |
Jim Blandy |
* buffer.h (Fbuffer_name, Fget_file_buffer): Added external
|
1992-10-31 |
Jim Blandy |
* buffer.c (reset_buffer): Don't assign to b->save_length as if it
|
1992-10-31 |
Jim Blandy |
* alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
|
1992-10-31 |
Jim Blandy |
* abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value
|
1992-10-30 |
Richard M. Stallman |
(preserved_fns): New var.
|
1992-10-30 |
Richard M. Stallman |
Doc fix.
|
1992-10-29 |
Richard M. Stallman |
(get_system_name): Use gethostname for USG systems
|
1992-10-29 |
Richard M. Stallman |
(count_blanks): Leave argument r constant, and increment p.
|
1992-10-28 |
Richard M. Stallman |
(vc-admin): Pass t as noquery arg to vc-resynch-window.
|
1992-10-28 |
Richard M. Stallman |
Initial revision
|
1992-10-28 |
Richard M. Stallman |
(HAVE_GETHOSTNAME): Define it.
|
1992-10-28 |
Richard M. Stallman |
(HAVE_SETSID, IRIX): Defined.
|
1992-10-28 |
Jim Blandy |
*** empty log message ***
|
1992-10-28 |
Richard M. Stallman |
(manual-program): Always use /usr/ucb/man if that exists.
|
1992-10-27 |
Richard M. Stallman |
(fortran-window-create): Use screen-width, not frame-width.
|
1992-10-27 |
Richard M. Stallman |
(fortran-prepare-abbrev-list-buffer): Fix typo.
|
1992-10-27 |
Richard M. Stallman |
[sony, IRIS_4D]: Include getpagesize.h and fcntl.h.
|
1992-10-27 |
Richard M. Stallman |
(fortran-tab-mode): Add defvar.
|
1992-10-27 |
Richard M. Stallman |
Rename buffer-flush-undo to buffer-disable-undo.
|
1992-10-27 |
Richard M. Stallman |
Update LISP_FLOAT_TYPE in config.h.
|
1992-10-27 |
Richard M. Stallman |
Update GNU_MALLOC and REL_ALLOC in config.h.
|
1992-10-27 |
Richard M. Stallman |
(shell-command-on-region):
|
1992-10-27 |
Richard M. Stallman |
(isearch-edit-string):
|
1992-10-27 |
Jim Blandy |
* make-dist: Copy config.sub, since it's a symbolic link to a file
|
1992-10-26 |
Richard M. Stallman |
(vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.
|
1992-10-25 |
Christopher Zaborsky |
Dox fix.
|
1992-10-25 |
Christopher Zaborsky |
Doc fix.
|
1992-10-25 |
Christopher Zaborsky |
Doc fix.
|
1992-10-24 |
Richard M. Stallman |
(vc-prefix-map): Put vc-diff on = and vc-directory on d.
|
1992-10-24 |
Richard M. Stallman |
(relinquish): Adjust page_break_value by amount of memory actually given back.
|
1992-10-23 |
Jim Blandy |
* emacs.c (main): Correct spelling of HAVE_X_WINDOW to
|
1992-10-23 |
Richard M. Stallman |
(set-visited-file-name): Change the auto save file name.
|
1992-10-23 |
Richard M. Stallman |
(insert-kbd-macros): If arg is empty, use last macro as default.
|
1992-10-23 |
Richard M. Stallman |
(insert-kbd-macro): Replace nonprinting chars with escapes.
|
1992-10-23 |
Richard M. Stallman |
(mail-aliases): Doc fix.
|
1992-10-23 |
Richard M. Stallman |
(describe-function): Print `an autoloaded', not `a ...'.
|
1992-10-23 |
Richard M. Stallman |
(goal-column): Don't put the defvar inside the make-variable-buffer-local.
|
1992-10-21 |
Richard M. Stallman |
(dired-chown-program): Treat silicon-graphics-unix like usg-unix-v.
|
1992-10-21 |
Richard M. Stallman |
(rmail-mode-map): Delete binding of M-r (use global one).
|
1992-10-21 |
Richard M. Stallman |
(lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.
|