Sat, 31 Oct 1992 05:38:19 +0000 |
Jim Blandy |
* search.c (Fstore_match_data): Don't assume Flength returns an
|
Sat, 31 Oct 1992 05:27:42 +0000 |
Jim Blandy |
* process.c: (status_convert): Declare this to return a
|
Sat, 31 Oct 1992 05:27:05 +0000 |
Jim Blandy |
* print.c (print): Cast the frame's address to an integer before
|
Sat, 31 Oct 1992 05:26:29 +0000 |
Jim Blandy |
* minibuf.c (read_minibuf): Use EQ to compare, not ==.
|
Sat, 31 Oct 1992 05:26:04 +0000 |
Jim Blandy |
* lread.c (read_char): Add an extern declaration for this,
|
Sat, 31 Oct 1992 05:25:29 +0000 |
Jim Blandy |
* lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,
|
Sat, 31 Oct 1992 05:24:47 +0000 |
Jim Blandy |
* keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume
|
Sat, 31 Oct 1992 05:24:03 +0000 |
Jim Blandy |
* keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,
|
Sat, 31 Oct 1992 05:21:45 +0000 |
Jim Blandy |
* keyboard.c: #include dispextern.h.
|
Sat, 31 Oct 1992 05:20:51 +0000 |
Jim Blandy |
* frame.c: #include buffer.h.
|
Sat, 31 Oct 1992 05:20:23 +0000 |
Jim Blandy |
* fns.c: #include keyboard.h.
|
Sat, 31 Oct 1992 05:19:58 +0000 |
Jim Blandy |
* floatfns.c (Flog): Don't forget to declare the BASE argument a
|
Sat, 31 Oct 1992 05:18:48 +0000 |
Jim Blandy |
* doc.c: #include keyboard.h.
|
Sat, 31 Oct 1992 05:18:16 +0000 |
Jim Blandy |
* dispextern.h (sit_for): Declare this extern.
|
Sat, 31 Oct 1992 05:17:46 +0000 |
Jim Blandy |
* dired.c (find_file_handler): Declare this extern.
|
Sat, 31 Oct 1992 05:17:14 +0000 |
Jim Blandy |
* data.c (Fset): See if current_alist_element points to itself
|
Sat, 31 Oct 1992 04:55:35 +0000 |
Jim Blandy |
* commands.h (unread_command_char): Declare this to be a
|
Sat, 31 Oct 1992 04:55:02 +0000 |
Jim Blandy |
* casetab.c (set_case_table): Declare this to be static, and
|
Sat, 31 Oct 1992 04:54:35 +0000 |
Jim Blandy |
* casefiddle.c (operate_on_word): Declare end to be an int, not a
|
Sat, 31 Oct 1992 04:53:11 +0000 |
Jim Blandy |
* callproc.c: Arrange for synchronous processes to get SIGINT the
|
Sat, 31 Oct 1992 04:52:24 +0000 |
Jim Blandy |
* bytecode.c (Fbyte_code): Use EQ to compare string_saved with
|
Sat, 31 Oct 1992 04:51:36 +0000 |
Jim Blandy |
* buffer.h (Fbuffer_name, Fget_file_buffer): Added external
|
Sat, 31 Oct 1992 04:50:51 +0000 |
Jim Blandy |
* buffer.c (reset_buffer): Don't assign to b->save_length as if it
|
Sat, 31 Oct 1992 04:50:13 +0000 |
Jim Blandy |
* alloc.c (Frope_elt): Declare arguments to be Lisp_Objects.
|
Sat, 31 Oct 1992 04:49:31 +0000 |
Jim Blandy |
* abbrev.c (Funexpand_abbrev): Just assign the last abbrev's value
|
Fri, 30 Oct 1992 06:01:13 +0000 |
Richard M. Stallman |
(preserved_fns): New var.
|
Fri, 30 Oct 1992 05:38:03 +0000 |
Richard M. Stallman |
Doc fix.
|
Thu, 29 Oct 1992 10:44:50 +0000 |
Richard M. Stallman |
(get_system_name): Use gethostname for USG systems
|
Thu, 29 Oct 1992 06:29:20 +0000 |
Richard M. Stallman |
(count_blanks): Leave argument r constant, and increment p.
|
Wed, 28 Oct 1992 09:33:04 +0000 |
Richard M. Stallman |
(vc-admin): Pass t as noquery arg to vc-resynch-window.
|
Wed, 28 Oct 1992 09:15:05 +0000 |
Richard M. Stallman |
Initial revision
|
Wed, 28 Oct 1992 09:14:23 +0000 |
Richard M. Stallman |
(HAVE_GETHOSTNAME): Define it.
|
Wed, 28 Oct 1992 09:06:29 +0000 |
Richard M. Stallman |
(HAVE_SETSID, IRIX): Defined.
|
Wed, 28 Oct 1992 09:05:06 +0000 |
Jim Blandy |
*** empty log message ***
|
Wed, 28 Oct 1992 06:04:10 +0000 |
Richard M. Stallman |
(manual-program): Always use /usr/ucb/man if that exists.
|
Tue, 27 Oct 1992 20:19:00 +0000 |
Richard M. Stallman |
(fortran-window-create): Use screen-width, not frame-width.
|
Tue, 27 Oct 1992 20:11:05 +0000 |
Richard M. Stallman |
(fortran-prepare-abbrev-list-buffer): Fix typo.
|
Tue, 27 Oct 1992 19:42:55 +0000 |
Richard M. Stallman |
[sony, IRIS_4D]: Include getpagesize.h and fcntl.h.
|
Tue, 27 Oct 1992 10:21:22 +0000 |
Richard M. Stallman |
(fortran-tab-mode): Add defvar.
|
Tue, 27 Oct 1992 10:14:08 +0000 |
Richard M. Stallman |
Rename buffer-flush-undo to buffer-disable-undo.
|
Tue, 27 Oct 1992 09:10:40 +0000 |
Richard M. Stallman |
Update LISP_FLOAT_TYPE in config.h.
|
Tue, 27 Oct 1992 09:07:23 +0000 |
Richard M. Stallman |
Update GNU_MALLOC and REL_ALLOC in config.h.
|
Tue, 27 Oct 1992 08:48:02 +0000 |
Richard M. Stallman |
(shell-command-on-region):
|
Tue, 27 Oct 1992 04:11:46 +0000 |
Richard M. Stallman |
(isearch-edit-string):
|
Tue, 27 Oct 1992 00:55:32 +0000 |
Jim Blandy |
* make-dist: Copy config.sub, since it's a symbolic link to a file
|
Mon, 26 Oct 1992 05:33:20 +0000 |
Richard M. Stallman |
(vc-resynch-window): New arg NOQUERY. Pass it to vc-revert-buffer1.
|
Sun, 25 Oct 1992 21:14:16 +0000 |
Christopher Zaborsky |
Dox fix.
|
Sun, 25 Oct 1992 21:05:35 +0000 |
Christopher Zaborsky |
Doc fix.
|
Sun, 25 Oct 1992 19:44:06 +0000 |
Christopher Zaborsky |
Doc fix.
|
Sat, 24 Oct 1992 20:07:08 +0000 |
Richard M. Stallman |
(vc-prefix-map): Put vc-diff on = and vc-directory on d.
|
Sat, 24 Oct 1992 04:39:49 +0000 |
Richard M. Stallman |
(relinquish): Adjust page_break_value by amount of memory actually given back.
|
Fri, 23 Oct 1992 20:40:04 +0000 |
Jim Blandy |
* emacs.c (main): Correct spelling of HAVE_X_WINDOW to
|
Fri, 23 Oct 1992 11:06:14 +0000 |
Richard M. Stallman |
(set-visited-file-name): Change the auto save file name.
|
Fri, 23 Oct 1992 09:38:44 +0000 |
Richard M. Stallman |
(insert-kbd-macros): If arg is empty, use last macro as default.
|
Fri, 23 Oct 1992 09:31:22 +0000 |
Richard M. Stallman |
(insert-kbd-macro): Replace nonprinting chars with escapes.
|
Fri, 23 Oct 1992 09:20:44 +0000 |
Richard M. Stallman |
(mail-aliases): Doc fix.
|
Fri, 23 Oct 1992 09:19:12 +0000 |
Richard M. Stallman |
(describe-function): Print `an autoloaded', not `a ...'.
|
Fri, 23 Oct 1992 08:54:08 +0000 |
Richard M. Stallman |
(goal-column): Don't put the defvar inside the make-variable-buffer-local.
|
Wed, 21 Oct 1992 19:30:34 +0000 |
Richard M. Stallman |
(dired-chown-program): Treat silicon-graphics-unix like usg-unix-v.
|
Wed, 21 Oct 1992 06:59:39 +0000 |
Richard M. Stallman |
(rmail-mode-map): Delete binding of M-r (use global one).
|
Wed, 21 Oct 1992 06:42:09 +0000 |
Richard M. Stallman |
(lpr-command): Treat hpux and silicon-graphics-unix like usg-unix-v.
|
Wed, 21 Oct 1992 04:54:45 +0000 |
Richard M. Stallman |
(backward-kill-sentence): Fix typo in last change.
|
Wed, 21 Oct 1992 04:52:59 +0000 |
Richard M. Stallman |
Doc fixes.
|
Wed, 21 Oct 1992 04:52:46 +0000 |
Richard M. Stallman |
(rmail-output-to-rmail-file): Call abbreviate-file-name.
|