bpt/emacs.git
29 years ago(cmputc): Return int rather than void.
Richard M. Stallman [Thu, 22 Sep 1994 04:11:43 +0000 (04:11 +0000)]
(cmputc): Return int rather than void.

29 years ago(evalcost, cmputc): They now return their arguments.
Richard M. Stallman [Thu, 22 Sep 1994 04:11:04 +0000 (04:11 +0000)]
(evalcost, cmputc): They now return their arguments.

29 years ago(HAVE_TERMIOS, NO_TERMIO): Defined.
Richard M. Stallman [Thu, 22 Sep 1994 03:59:10 +0000 (03:59 +0000)]
(HAVE_TERMIOS, NO_TERMIO): Defined.

29 years ago(mail-extr-all-top-level-domains): Update domain list.
Richard M. Stallman [Thu, 22 Sep 1994 03:34:43 +0000 (03:34 +0000)]
(mail-extr-all-top-level-domains): Update domain list.

29 years ago(vc-menu-map): Set up menu items.
Richard M. Stallman [Thu, 22 Sep 1994 02:48:14 +0000 (02:48 +0000)]
(vc-menu-map): Set up menu items.

(vc-status): Use vc-path when calling prs.

(vc-status): New arg vc-type.

(vc-file-not-found-hook): Use save-excursion.

(vc-status): Renamed from vc-rcs-status.  Handle SCCS.
(vc-display-status): Renamed from vc-rcs-status.
(vc-mode-line): Call vc-status for SCCS files too.

29 years ago(Fmessage_or_box): Use Fmessage_box with new name.
Richard M. Stallman [Thu, 22 Sep 1994 02:38:55 +0000 (02:38 +0000)]
(Fmessage_or_box): Use Fmessage_box with new name.

29 years ago(init_eval_once): Init Vrun_hooks here.
Richard M. Stallman [Wed, 21 Sep 1994 23:19:26 +0000 (23:19 +0000)]
(init_eval_once): Init Vrun_hooks here.
(syms_of_eval): Not here.

29 years ago(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): riscix.h renamed to acorn.h.
Richard M. Stallman [Wed, 21 Sep 1994 21:56:37 +0000 (21:56 +0000)]
(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): riscix.h renamed to acorn.h.

29 years ago(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): New configurations.
Richard M. Stallman [Wed, 21 Sep 1994 21:52:23 +0000 (21:52 +0000)]
(arm-acorn-riscix1.1*, arm-acorn-riscix1.2*): New configurations.

29 years ago(vc-menu-map): New menu.
Richard M. Stallman [Wed, 21 Sep 1994 20:48:00 +0000 (20:48 +0000)]
(vc-menu-map): New menu.
(menu-bar-file-menu): Put the VC map under the File map.

29 years agoFix indentation.
Richard M. Stallman [Wed, 21 Sep 1994 19:05:52 +0000 (19:05 +0000)]
Fix indentation.

29 years ago(Fmessage_box): Renamed from Fbox_message.
Richard M. Stallman [Wed, 21 Sep 1994 18:54:05 +0000 (18:54 +0000)]
(Fmessage_box): Renamed from Fbox_message.

(Fbox_message): New function to print a message in a dialog box.
(Fmessage_or_box): New function that choose whether to print a
message in a dialog or in the echo area.

29 years ago(emerge-recenter, emerge-operate-on-windows):
Richard M. Stallman [Wed, 21 Sep 1994 18:42:05 +0000 (18:42 +0000)]
(emerge-recenter, emerge-operate-on-windows):
Use `visible' when calling get-buffer-window.

29 years ago(find-tag-noselect): Simplify.
Richard M. Stallman [Wed, 21 Sep 1994 18:37:00 +0000 (18:37 +0000)]
(find-tag-noselect): Simplify.
Always run find-tag-hook at the tag's location.

29 years ago(mail-default-reply-to): Initialize to t.
Richard M. Stallman [Wed, 21 Sep 1994 18:26:57 +0000 (18:26 +0000)]
(mail-default-reply-to): Initialize to t.
(mail-setup): If it's t, set it from envvar REPLYTO.

29 years agoremove trailing slashes from srcdir
David J. MacKenzie [Wed, 21 Sep 1994 17:02:10 +0000 (17:02 +0000)]
remove trailing slashes from srcdir

29 years ago* man.el (Man-notify-flag): replaces the old Man-notify
Francesco Potortì [Wed, 21 Sep 1994 16:15:42 +0000 (16:15 +0000)]
* man.el (Man-notify-flag): replaces the old Man-notify
variable, use the old one if it is bound as initial value.
(Man-reuse-okay-flag): replaces Man-reuse-okay.
(Man-downcase-section-letters-flag): replaces
Man-downcase-section-letters.
(Man-circular-pages-flag): replaces Man-circular-pages.
(Man-auto-section-alist): variable deleted.
(Man-section-translations-alist): removed the "3x" translation.
(Man-untabify-command, Man-untabify-command-args): new vars.
(Man-sed-command, Man-awk-command): new variables.
(Man-sysv-sed-script, Man-berkeley-sed-script): new constants.
(Man-name-regexp, Man-page-header-regexp): new variable.
(Man-heading-regexp): changed default value.
(Man-reference-regexp): now refers to previous regexps.
(Man-arguments): new buffer-local variable.
(Man-page-mode-string): changed default value.
(Man-mode-map): changed the meanings of ",", ".", "q".  Added new
keys ">", "<", "k".
(Man-page-mode-string): function deleted.
(Man-init-defvars): New function used for initialising the system
and environment dependent variables Man-fontify-manpage-flag,
Man-uses-untabify, Man-sed-script, Man-filter-list.
(Man-delete-trailing-newlines): function deleted.
(Man-make-page-mode-string): new subst.
(Man-build-man-command): now subst instead of function.  Modified
to comply with the new format of Man-filter-list.
(Man-downcase): function deleted.
(Man-translate-references): complete rewrite.
(Man-linepos): function deleted.
(Man-match-substring): new function.
(Man-default-man-args): function deleted.
(Man-default-man-entry): complete rewrite.
(man, manual-entry): function-alias relationship reversed.
(man): prompt changed, prompt using interactive, call
Man-init-defvars, set Man-arguments.
(Man-notify-when-ready): manage the 'pushy value.
(Man-fontify-manpage): substitute Man-set-fonts.
(Man-cleanup-manpage): new function.
(Man-bgproc-sentinel): cleanup, call Man-fontify-manpage and
Man-cleanup-page when necessary.
(Man-mode): call Man-strip-page-headers and Man-unindent.
(Man-build-section-alist, Man-build-references-alist,
Man-build-page-list): substs instead of functions.
(Man-build-references-alist): cleanup.
(Man-build-page-list): new algorithm.
(Man-strip-page-headers, Man-unindent): new substs.
(Man-find-section): assume section names start in column 1.
(Man-quit): bury the buffer instead of killing it, delete the
frame when necessary.
(Man-kill): new function.
(Man-goto-page): do the right thing when the manpage is not found,
do not assume that Man-build-references-alist is broken.

29 years agoInitial revision
Richard M. Stallman [Wed, 21 Sep 1994 09:35:35 +0000 (09:35 +0000)]
Initial revision

29 years ago(i[345]86-sequent-ptx*): Handle
Richard M. Stallman [Wed, 21 Sep 1994 09:28:40 +0000 (09:28 +0000)]
(i[345]86-sequent-ptx*): Handle

29 years ago(overlays_at): New arg PREV_PTR.
Richard M. Stallman [Wed, 21 Sep 1994 08:14:33 +0000 (08:14 +0000)]
(overlays_at): New arg PREV_PTR.
Return previous overlay end.
(Foverlays_at): Pass NULL for last 2 args of overlays_at.
(Fnext_overlay_change): Pass new arg to overlays_at.
(Fprevious_overlay_change): New function.

29 years ago(concat3): New function.
Richard M. Stallman [Wed, 21 Sep 1994 06:54:51 +0000 (06:54 +0000)]
(concat3): New function.

29 years ago(compute_char_face): Pass new arg to overlays_at.
Richard M. Stallman [Wed, 21 Sep 1994 06:46:02 +0000 (06:46 +0000)]
(compute_char_face): Pass new arg to overlays_at.

29 years ago(note_mouse_highlight): Pass new arg to overlays_at.
Richard M. Stallman [Wed, 21 Sep 1994 06:44:59 +0000 (06:44 +0000)]
(note_mouse_highlight): Pass new arg to overlays_at.

29 years ago(rmail-mode-kill-summary): New function.
Richard M. Stallman [Wed, 21 Sep 1994 06:33:22 +0000 (06:33 +0000)]
(rmail-mode-kill-summary): New function.
(rmail-variables): Put that on kill-buffer-hook locally.

29 years ago(Fget_char_property): Pass new arg to overlays_at.
Richard M. Stallman [Wed, 21 Sep 1994 06:25:26 +0000 (06:25 +0000)]
(Fget_char_property): Pass new arg to overlays_at.
(NULL): Define if not defined.

29 years ago(Fx_get_resource): Doc fix.
Richard M. Stallman [Wed, 21 Sep 1994 06:04:20 +0000 (06:04 +0000)]
(Fx_get_resource): Doc fix.

29 years agoentered into RCS
Richard M. Stallman [Wed, 21 Sep 1994 05:36:21 +0000 (05:36 +0000)]
entered into RCS

29 years ago(remove-hook, add-hook): Copy existing list before modifying.
Richard M. Stallman [Wed, 21 Sep 1994 05:19:43 +0000 (05:19 +0000)]
(remove-hook, add-hook): Copy existing list before modifying.

29 years ago*** empty log message ***
Richard M. Stallman [Wed, 21 Sep 1994 03:40:21 +0000 (03:40 +0000)]
*** empty log message ***

29 years ago(from, labels, data): Use MAX_DATA_LEN as length.
Richard M. Stallman [Wed, 21 Sep 1994 03:23:32 +0000 (03:23 +0000)]
(from, labels, data): Use MAX_DATA_LEN as length.
(main): Use fgets, not gets.

29 years ago(report_error): Include reason in error message.
Karl Heuer [Wed, 21 Sep 1994 00:59:22 +0000 (00:59 +0000)]
(report_error): Include reason in error message.

29 years ago(mail-bury-selects-summary): New variable.
Richard M. Stallman [Tue, 20 Sep 1994 23:52:38 +0000 (23:52 +0000)]
(mail-bury-selects-summary): New variable.
(mail-bury): Test it.

29 years ago(paths-force): Depend on src/paths.h
Richard M. Stallman [Tue, 20 Sep 1994 22:16:26 +0000 (22:16 +0000)]
(paths-force): Depend on src/paths.h

29 years ago(facemenu-update): Make menu separators all dashes.
Richard M. Stallman [Tue, 20 Sep 1994 19:31:16 +0000 (19:31 +0000)]
(facemenu-update): Make menu separators all dashes.

29 years ago(SUNOS4 or __FreeBSD__): Define UNDO_RELOCATION.
Richard M. Stallman [Tue, 20 Sep 1994 06:12:27 +0000 (06:12 +0000)]
(SUNOS4 or __FreeBSD__): Define UNDO_RELOCATION.
(unexec): Test UNDO_RELOCATION.  Distinguish the relocation formats
of __FreeBSD__ and SUNOS4.

29 years ago(r_alloc_freeze_level): New variable.
Karl Heuer [Tue, 20 Sep 1994 05:51:50 +0000 (05:51 +0000)]
(r_alloc_freeze_level): New variable.
(r_alloc_freeze, r_alloc_thaw): New functions.
(r_alloc_sbrk): Refuse to move blocs, if frozen.

29 years ago(trivial_regexp_p): New function.
Karl Heuer [Tue, 20 Sep 1994 05:40:52 +0000 (05:40 +0000)]
(trivial_regexp_p): New function.
(search_buffer): Don't depend on internal format of re_pattern_buffer.

29 years ago(add-log-current-defun): Deal with lisp-interaction-mode like lisp-mode.
Richard M. Stallman [Tue, 20 Sep 1994 05:38:59 +0000 (05:38 +0000)]
(add-log-current-defun): Deal with lisp-interaction-mode like lisp-mode.

29 years ago(FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedes
Karl Heuer [Tue, 20 Sep 1994 05:20:16 +0000 (05:20 +0000)]
(FRAME_SCROLL_BAR_PIXEL_WIDTH): New macro, supersedes
VERTICAL_SCROLL_BAR_PIXEL_WIDTH; no longer device-dependent.
All callers changed.
(FRAME_SCROLL_BAR_COLS): New macro, supersedes VERTICAL_SCROLL_BAR_WIDTH; no
longer constant.  All callers changed.
(scroll_bar_pixel_width, scroll_bar_cols): New members of struct frame.

29 years ago(VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.
Karl Heuer [Tue, 20 Sep 1994 05:18:53 +0000 (05:18 +0000)]
(VERTICAL_SCROLL_BAR_PIXEL_WIDTH): Deleted.

29 years ago(compute_motion): Fix comment.
Karl Heuer [Tue, 20 Sep 1994 05:17:41 +0000 (05:17 +0000)]
(compute_motion): Fix comment.

29 years ago(set_frame_size, EmacsFrameSetCharSize): Change
Karl Heuer [Tue, 20 Sep 1994 05:15:25 +0000 (05:15 +0000)]
(set_frame_size, EmacsFrameSetCharSize): Change
VERTICAL_SCROLL_BAR_PIXEL_WIDTH to FRAME_SCROLL_BAR_PIXEL_WIDTH.

29 years ago(window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH to
Karl Heuer [Tue, 20 Sep 1994 05:13:22 +0000 (05:13 +0000)]
(window_internal_width): Change VERTICAL_SCROLL_BAR_WIDTH to
FRAME_SCROLL_BAR_COLS.

29 years ago(display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.
Karl Heuer [Tue, 20 Sep 1994 05:12:09 +0000 (05:12 +0000)]
(display_string): Change VERTICAL_SCROLL_BAR_WIDTH to FRAME_SCROLL_BAR_COLS.

29 years ago(x_set_scroll_bar_width): New function.
Karl Heuer [Tue, 20 Sep 1994 05:07:53 +0000 (05:07 +0000)]
(x_set_scroll_bar_width): New function.
(x_frame_parms): Add that function to this table.
(Qscroll_bar_width): New symbol.
(syms_of_xfns): Initialize and staticpro it.
(Fx_create_frame): Set default scroll bar width.

29 years ago* xterm.c (x_new_font): Compute number of scrollbar columns.
Karl Heuer [Tue, 20 Sep 1994 05:05:02 +0000 (05:05 +0000)]
* xterm.c (x_new_font): Compute number of scrollbar columns.

29 years ago(make_float, make_pure_float): Fix Lisp_Object vs. int problems.
Karl Heuer [Tue, 20 Sep 1994 04:47:17 +0000 (04:47 +0000)]
(make_float, make_pure_float): Fix Lisp_Object vs. int problems.

29 years ago(Fset_window_buffer): Fix Lisp_Object vs. int problems.
Karl Heuer [Tue, 20 Sep 1994 04:44:01 +0000 (04:44 +0000)]
(Fset_window_buffer): Fix Lisp_Object vs. int problems.

29 years ago(kbd_store_ptr): Declare storage class before qualifier.
Karl Heuer [Tue, 20 Sep 1994 04:39:43 +0000 (04:39 +0000)]
(kbd_store_ptr): Declare storage class before qualifier.
(make_lispy_event): Fix Lisp_Object vs. int problems.
(read_avail_input, menu_bar_items_index, read_key_sequence): Likewise.

29 years ago(basic-save-buffer-1): If writing temp file fails
Richard M. Stallman [Tue, 20 Sep 1994 04:27:40 +0000 (04:27 +0000)]
(basic-save-buffer-1): If writing temp file fails
or a precious file, restore the old visited file modtime.

29 years ago(kbd_store_ptr): Declare storage class before qualifier.
Karl Heuer [Tue, 20 Sep 1994 04:27:27 +0000 (04:27 +0000)]
(kbd_store_ptr): Declare storage class before qualifier.

29 years ago(query-replace-interactive): New user option.
Richard M. Stallman [Tue, 20 Sep 1994 04:26:12 +0000 (04:26 +0000)]
(query-replace-interactive): New user option.
(query-replace-read-args): Obey that option--fetch from
search-ring or regexp-search-ring.  New arg regexp-flag.
(query-replace, query-replace-regexp, replace-string)
(replace-regexp): Pass new arg to query-replace-read-args.
(map-query-replace-regexp): Obey query-replace-interactive.

29 years ago(set_file_times): Move this out of the USG conditional.
Karl Heuer [Tue, 20 Sep 1994 04:07:48 +0000 (04:07 +0000)]
(set_file_times): Move this out of the USG conditional.

29 years ago(PURESIZE_RATIO, BASE_PURESIZE): Defined.
Richard M. Stallman [Tue, 20 Sep 1994 03:18:33 +0000 (03:18 +0000)]
(PURESIZE_RATIO, BASE_PURESIZE): Defined.
(PURESIZE): Define it based on those.

29 years ago(POSIX_SIGNALS): Defined.
Richard M. Stallman [Tue, 20 Sep 1994 02:29:40 +0000 (02:29 +0000)]
(POSIX_SIGNALS): Defined.

29 years ago(struct saved_window_data): New slots min_width, min_height.
Richard M. Stallman [Tue, 20 Sep 1994 02:20:05 +0000 (02:20 +0000)]
(struct saved_window_data): New slots min_width, min_height.
(Fcurrent_window_configuration): Set slots from window_min_...
(Fset_window_configuration): Restore them.
Set window_min_height and window_min_width to 1 while restoring windows.

29 years agoPatches for HPUX, and SunOS4 (Japanese).
Per Bothner [Tue, 20 Sep 1994 01:28:35 +0000 (01:28 +0000)]
Patches for HPUX, and SunOS4 (Japanese).

29 years ago*** empty log message ***
Richard M. Stallman [Tue, 20 Sep 1994 01:05:37 +0000 (01:05 +0000)]
*** empty log message ***

29 years ago(add-hook): Doc fix.
Richard M. Stallman [Tue, 20 Sep 1994 00:59:24 +0000 (00:59 +0000)]
(add-hook): Doc fix.

29 years ago(malloc, realloc): Declared.
Richard M. Stallman [Tue, 20 Sep 1994 00:26:25 +0000 (00:26 +0000)]
(malloc, realloc): Declared.

29 years agoentered into RCS
Jim Blandy [Mon, 19 Sep 1994 21:50:20 +0000 (21:50 +0000)]
entered into RCS

29 years ago*** empty log message ***
Jim Blandy [Mon, 19 Sep 1994 21:50:07 +0000 (21:50 +0000)]
*** empty log message ***

29 years ago(syms_of_buffer): Doc fix.
Karl Heuer [Mon, 19 Sep 1994 20:24:47 +0000 (20:24 +0000)]
(syms_of_buffer): Doc fix.

29 years ago(config_options): Save all arguments, not just some.
Karl Heuer [Mon, 19 Sep 1994 18:15:11 +0000 (18:15 +0000)]
(config_options): Save all arguments, not just some.

29 years ago(Fkey_description): Reverse condition.
Karl Heuer [Mon, 19 Sep 1994 17:46:42 +0000 (17:46 +0000)]
(Fkey_description): Reverse condition.

29 years ago(report-emacs-bug): system-configuration-options was misspelled as
Karl Heuer [Mon, 19 Sep 1994 17:33:18 +0000 (17:33 +0000)]
(report-emacs-bug): system-configuration-options was misspelled as
system-configure-options.

29 years ago* disp-table.el: Add support for new window border display table
Jim Blandy [Mon, 19 Sep 1994 17:31:15 +0000 (17:31 +0000)]
* disp-table.el: Add support for new window border display table
element.
(describe-display-table): Describe the window border glyph.
(display-table-len): New constant.
(make-display-table, standard-display-8bit,
standard-display-default, standard-display-ascii,
standard-display-g1, standard-display-graphic,
standard-display-underline): Use display-table-len, instead of
hard-coding the display table length.

29 years agoAdd a new element to display tables controlling side-by-side
Jim Blandy [Mon, 19 Sep 1994 17:28:37 +0000 (17:28 +0000)]
Add a new element to display tables controlling side-by-side
window borders.
* buffer.c (syms_of_buffer): Update doc string for
`buffer-display-table'.
* disptab.h (DISP_TABLE_SIZE): Bump to 262.
(DISP_BORDER_GLYPH): New accessor macro.
* xdisp.c (display_text_line): Consult the display table when
building side-by-side window borders.

29 years ago[!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.
Karl Heuer [Mon, 19 Sep 1994 17:17:02 +0000 (17:17 +0000)]
[!HAVE_X_WINDOWS] (store_frame_title): Dummy macro.

29 years ago* rlogin.el (rlogin): recognise the `-l user' option to rlogin and
Francesco Potortì [Mon, 19 Sep 1994 11:47:05 +0000 (11:47 +0000)]
* rlogin.el (rlogin): recognise the `-l user' option to rlogin and
let comint and ange-ftp know about the correct home directory.

29 years ago(SYSTEM_TYPE): Delete definition.
Richard M. Stallman [Mon, 19 Sep 1994 05:54:59 +0000 (05:54 +0000)]
(SYSTEM_TYPE): Delete definition.

29 years ago(picture-yank-at-click): New function.
Richard M. Stallman [Mon, 19 Sep 1994 05:51:16 +0000 (05:51 +0000)]
(picture-yank-at-click): New function.

29 years agoHandle ==, !=, + and -.
Richard M. Stallman [Mon, 19 Sep 1994 05:29:15 +0000 (05:29 +0000)]
Handle ==, !=, + and -.
(hif-tokenize): Handle ==, !=, + and -.
(hif-token-regexp): Handle ==, !=, + and -.
(hif-notequal, hif-plus, hif-minus, hif-mathify): New functions.
(hif-math, hif-eq-expr): New functions.
(hif-term): Call hif-eq-expr.
(hide-ifdef-define): Pass 1 to hif-set-var.

29 years ago(Info-insert-dir): Insert newlines before rather than
Richard M. Stallman [Mon, 19 Sep 1994 05:11:40 +0000 (05:11 +0000)]
(Info-insert-dir): Insert newlines before rather than
after nodes copied from other files, for consistency.

29 years ago(RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0).
Richard M. Stallman [Mon, 19 Sep 1994 05:07:10 +0000 (05:07 +0000)]
(RETURN_UNGCPRO): Use if (1) .. else, not do ... while (0).

29 years ago(rmail-summary-construct-io-menu): New function.
Richard M. Stallman [Mon, 19 Sep 1994 05:03:02 +0000 (05:03 +0000)]
(rmail-summary-construct-io-menu): New function.
(rmail-new-summary): Call rmail-summary-construct-io-menu.
(rmail-summary-mode-map): New menu items 'Input Rmail File' and
'Output Rmail File'.
(rmail-summary-output-to-rmail-file): New arg 'file-name'. If it
non-nil, call rmail-output-to-rmail-file.

29 years ago(rmail-output-menu): Function deleted.
Richard M. Stallman [Mon, 19 Sep 1994 05:02:12 +0000 (05:02 +0000)]
(rmail-output-menu): Function deleted.

29 years agoBuild proper keymap for the "Input (menu)" and "Output (menu)" submenus:
Richard M. Stallman [Mon, 19 Sep 1994 05:01:33 +0000 (05:01 +0000)]
Build proper keymap for the "Input (menu)" and "Output (menu)" submenus:

(rmail-find-all-files, rmail-list-to-menu, rmail-construct-io-menu):
New functions.
(rmail-input-menu): Function deleted.
(rmail). Call rmail-construct-io-menu.
(rmail-mode-map): 'Input Rmail file (menu)' renamed to
`Input Rmail File'.  `Output (Rmail Menu)' renamed to 'Output Rmail File'.

29 years ago(file-name-sans-extension): New function.
Richard M. Stallman [Mon, 19 Sep 1994 04:32:41 +0000 (04:32 +0000)]
(file-name-sans-extension): New function.

29 years ago(validate_interval_range, property_value, Fget_char_property,
Karl Heuer [Mon, 19 Sep 1994 00:18:27 +0000 (00:18 +0000)]
(validate_interval_range, property_value, Fget_char_property,
Fnext_property_change, Fnext_single_property_change,
Fprevious_property_change, Fprevious_single_property_change): Fix Lisp_Object
vs. int problems.

29 years ago(openp): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:17:55 +0000 (00:17 +0000)]
(openp): Fix Lisp_Object vs. int problems.

29 years ago(vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:17:26 +0000 (00:17 +0000)]
(vmotion, Fvertical_motion): Fix Lisp_Object vs. int problems.

29 years ago(Fframe_parameters): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:16:58 +0000 (00:16 +0000)]
(Fframe_parameters): Fix Lisp_Object vs. int problems.

29 years ago(direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object
Karl Heuer [Mon, 19 Sep 1994 00:16:13 +0000 (00:16 +0000)]
(direct_output_for_insert, direct_output_forward_char): Fix Lisp_Object
vs. int problems.

29 years ago(Fsignal): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:15:36 +0000 (00:15 +0000)]
(Fsignal): Fix Lisp_Object vs. int problems.

29 years ago(Frandom): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:15:08 +0000 (00:15 +0000)]
(Frandom): Fix Lisp_Object vs. int problems.

29 years ago[!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:14:49 +0000 (00:14 +0000)]
[!MULTI_FRAME] (FOR_EACH_FRAME): Fix Lisp_Object vs. int problems.

29 years ago(read_minibuf): Fix Lisp_Object vs. int problems.
Karl Heuer [Mon, 19 Sep 1994 00:14:16 +0000 (00:14 +0000)]
(read_minibuf): Fix Lisp_Object vs. int problems.

29 years agoDeclare Fmake_sparse_keymap.
Karl Heuer [Mon, 19 Sep 1994 00:13:35 +0000 (00:13 +0000)]
Declare Fmake_sparse_keymap.

29 years agoAdd #include "keyboard.h"
Karl Heuer [Mon, 19 Sep 1994 00:12:39 +0000 (00:12 +0000)]
Add #include "keyboard.h"

29 years ago(Fmember): Declare this function.
Karl Heuer [Sun, 18 Sep 1994 23:59:10 +0000 (23:59 +0000)]
(Fmember): Declare this function.

29 years ago(install-arch-indep): Copy DOC-*, not DOC*
Karl Heuer [Sun, 18 Sep 1994 23:46:48 +0000 (23:46 +0000)]
(install-arch-indep): Copy DOC-*, not DOC*

29 years ago(_ALL_SOURCE): Don't redefine if already defined.
Karl Heuer [Sun, 18 Sep 1994 21:35:34 +0000 (21:35 +0000)]
(_ALL_SOURCE): Don't redefine if already defined.

29 years ago(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.
Karl Heuer [Sun, 18 Sep 1994 21:27:01 +0000 (21:27 +0000)]
(HAVE_SELECT, HAVE_TIMEVAL): Add #undefs.

29 years agoDelete obsolete symbols.
Karl Heuer [Sun, 18 Sep 1994 21:12:31 +0000 (21:12 +0000)]
Delete obsolete symbols.

29 years agoAdd checks to set HAVE_TIMEVAL and HAVE_SELECT.
Karl Heuer [Sun, 18 Sep 1994 20:34:21 +0000 (20:34 +0000)]
Add checks to set HAVE_TIMEVAL and HAVE_SELECT.

29 years ago(tex-start-shell): Inherit comint-mode-map, don't copy.
Richard M. Stallman [Sun, 18 Sep 1994 20:30:01 +0000 (20:30 +0000)]
(tex-start-shell): Inherit comint-mode-map, don't copy.

29 years ago(shell-mode-map): Inherit comint-mode-map, but copy the completion menu.
Richard M. Stallman [Sun, 18 Sep 1994 20:28:23 +0000 (20:28 +0000)]
(shell-mode-map): Inherit comint-mode-map, but copy the completion menu.

29 years ago(struct process): New field tty_name.
Richard M. Stallman [Sun, 18 Sep 1994 20:11:07 +0000 (20:11 +0000)]
(struct process): New field tty_name.

29 years ago(telnet-mode-map): Inherit from comint-mode-map.
Richard M. Stallman [Sun, 18 Sep 1994 20:06:54 +0000 (20:06 +0000)]
(telnet-mode-map): Inherit from comint-mode-map.