bpt/emacs.git
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.

29 years ago(HAVE_VFORK): Defined.
Richard M. Stallman [Sun, 18 Sep 1994 20:04:00 +0000 (20:04 +0000)]
(HAVE_VFORK): Defined.
(C_SWITCH_SYSTEM): Deleted.
(const): Definition deleted.

29 years ago(Ffile_writable_p): Don't use ro_fsys.
Richard M. Stallman [Sun, 18 Sep 1994 20:01:47 +0000 (20:01 +0000)]
(Ffile_writable_p): Don't use ro_fsys.
(ro_fsys): Deleted.

29 years agoentered into RCS
Richard M. Stallman [Sun, 18 Sep 1994 19:54:50 +0000 (19:54 +0000)]
entered into RCS

29 years ago(Fcopy_file): Use set_file_times, and check for the error return.
Karl Heuer [Sun, 18 Sep 1994 19:17:01 +0000 (19:17 +0000)]
(Fcopy_file): Use set_file_times, and check for the error return.

29 years agoDeclare set_file_times.
Karl Heuer [Sun, 18 Sep 1994 19:15:39 +0000 (19:15 +0000)]
Declare set_file_times.

29 years ago(set_file_times): New function.
Karl Heuer [Sun, 18 Sep 1994 19:13:39 +0000 (19:13 +0000)]
(set_file_times): New function.

29 years agoAdd HAVE_STRUCT_UTIMBUF.
Karl Heuer [Sun, 18 Sep 1994 19:00:32 +0000 (19:00 +0000)]
Add HAVE_STRUCT_UTIMBUF.

29 years ago(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.
Karl Heuer [Sun, 18 Sep 1994 18:59:49 +0000 (18:59 +0000)]
(_ALL_SOURCE, HAVE_STRUCT_UTIMBUF): Add #undefs.

29 years ago(preserve_other_columns): Fix arg to sizeof in bcopy call.
Richard M. Stallman [Sun, 18 Sep 1994 18:57:22 +0000 (18:57 +0000)]
(preserve_other_columns): Fix arg to sizeof in bcopy call.

29 years agoAdd AC_AIX.
Karl Heuer [Sun, 18 Sep 1994 18:43:33 +0000 (18:43 +0000)]
Add AC_AIX.

29 years ago(telnet): Use name *telnet-HOST*, not *HOST-telnet*.
Richard M. Stallman [Sun, 18 Sep 1994 18:16:20 +0000 (18:16 +0000)]
(telnet): Use name *telnet-HOST*, not *HOST-telnet*.

29 years ago(rmail-forward): Insert separator before and after message.
Richard M. Stallman [Sun, 18 Sep 1994 09:09:43 +0000 (09:09 +0000)]
(rmail-forward): Insert separator before and after message.

29 years ago(ediff-submit-report, ediff-revision)
Richard M. Stallman [Sun, 18 Sep 1994 08:52:32 +0000 (08:52 +0000)]
(ediff-submit-report, ediff-revision)
(ediff-find-file-name-handler, vc-ediff-internal, rcs-ediff-internal):
New functions.
(ediff-version-control-package): New variable.
(vc-ediff, rcs-ediff): Functions deleted.

(ediff-submit-report): New function.

(ediff-toggle-read-only, ediff-patch-file): Check out
version controlled files before their buffers are modified.
(ediff-local-checkout-flag, ediff-toggle-read-only-function): New variables.

(ediff-find-file, ediff-patch-file): Were getting
confused by symbolic links.  Fixed.

29 years ago(reset_buffer): Don't call reset_buffer_local_variables.
Richard M. Stallman [Sun, 18 Sep 1994 08:46:34 +0000 (08:46 +0000)]
(reset_buffer): Don't call reset_buffer_local_variables.
(Fget_buffer_create): Call it here.
(init_buffer_once): And here.

29 years ago(get_minibuffer): Call Fkill_all_local_variables.
Richard M. Stallman [Sun, 18 Sep 1994 08:45:56 +0000 (08:45 +0000)]
(get_minibuffer): Call Fkill_all_local_variables.

29 years agoMajor rewrite to behave more like a minor mode.
Richard M. Stallman [Sun, 18 Sep 1994 08:27:12 +0000 (08:27 +0000)]
Major rewrite to behave more like a minor mode.
Doc fixes.
(icomplete-mode): New function and var.
(icomplete-minibuffer-setup-hook): New hook.
(icomplete-inhibit): Defunct.  Using icomplete-pre-command-hook,
icomplete-post-command-hook as real hook functions.
(icomplete-simple-completing-p): Subsumes
icomplete-window-minibuffer-p plus other stuff, determines whether
simple completion is active.
(icomplete-window-minibuffer-p): Defunct, see above.
(icomplete-minibuffer-setup): Use icomplete-simple-completing-p,
copy-sequence hooks before adding to them, run hooks properly.
(icomplete-tidy): Changed from misnamed icomplete-pre-command-hook;
use icomplete-simple-completing-p.
(icomplete-exhibit): Changed from misnamed icomplete-post-command-hook;
use icomplete-simple-completing-p.
(icomplete-completions): Changed from old, misnamed icomplete-exhibit;
combined with old misnamed icomplete-prompt.

29 years ago(parsing options): Simplify sed command to delete -'s.
Richard M. Stallman [Sun, 18 Sep 1994 08:19:12 +0000 (08:19 +0000)]
(parsing options): Simplify sed command to delete -'s.

29 years ago(DECLARE_GETPWUID_WITH_UID_T): Defined.
Richard M. Stallman [Sun, 18 Sep 1994 08:14:59 +0000 (08:14 +0000)]
(DECLARE_GETPWUID_WITH_UID_T): Defined.
[NO_SHARED_LIBS and __FreeBSD__]:
(LD_SWITCH_SYSTEM, A_TEXT_OFFSET, A_TEXT_SEEK): Alternate definitions.

29 years ago(make-lucid-menu-keymap-disable): New variable.
Richard M. Stallman [Sun, 18 Sep 1994 05:06:35 +0000 (05:06 +0000)]
(make-lucid-menu-keymap-disable): New variable.
(make-lucid-menu-keymap): Use that when disabling item unconditionally.

29 years ago(REL_ALLOC): #undef deleted.
Richard M. Stallman [Sun, 18 Sep 1994 04:05:03 +0000 (04:05 +0000)]
(REL_ALLOC): #undef deleted.

29 years ago(Fkey_description): Give error if KEYS not an array.
Richard M. Stallman [Sun, 18 Sep 1994 04:02:25 +0000 (04:02 +0000)]
(Fkey_description): Give error if KEYS not an array.
(get_keyelt, access_keymap, get_keymap_1): Use type test macros.

29 years ago(unexec): Fix logic for rounding section boundaries.
Richard M. Stallman [Sat, 17 Sep 1994 23:52:45 +0000 (23:52 +0000)]
(unexec): Fix logic for rounding section boundaries.

29 years ago(generate-file-autoloads): Warn if we put a line
Richard M. Stallman [Sat, 17 Sep 1994 20:02:15 +0000 (20:02 +0000)]
(generate-file-autoloads): Warn if we put a line
in loaddefs.el that is long enough to cause trouble.

29 years ago(Fforward_comment): Do increment from, when reaching
Richard M. Stallman [Sat, 17 Sep 1994 19:49:03 +0000 (19:49 +0000)]
(Fforward_comment): Do increment from, when reaching
single-char comment end going forward.

29 years ago(EMACS_CONFIG_OPTIONS): Add #undef.
Richard M. Stallman [Sat, 17 Sep 1994 17:11:21 +0000 (17:11 +0000)]
(EMACS_CONFIG_OPTIONS): Add #undef.

29 years ago*** empty log message ***
Paul Reilly [Sat, 17 Sep 1994 15:06:37 +0000 (15:06 +0000)]
*** empty log message ***

29 years ago*** empty log message ***
Paul Reilly [Sat, 17 Sep 1994 12:53:30 +0000 (12:53 +0000)]
*** empty log message ***

29 years ago[SUNOS4]: Include link.h.
Richard M. Stallman [Sat, 17 Sep 1994 10:22:21 +0000 (10:22 +0000)]
[SUNOS4]: Include link.h.
(unexec) [SUNOS4]: Cancel relocations that ld.so did.

29 years ago(describe-variable): Report whether var is local in this buf.
Richard M. Stallman [Sat, 17 Sep 1994 07:30:42 +0000 (07:30 +0000)]
(describe-variable): Report whether var is local in this buf.

29 years agoDon't declare malloc.
Richard M. Stallman [Sat, 17 Sep 1994 05:50:17 +0000 (05:50 +0000)]
Don't declare malloc.

29 years ago(property_value): Declare args plist, prop.
Richard M. Stallman [Sat, 17 Sep 1994 05:46:25 +0000 (05:46 +0000)]
(property_value): Declare args plist, prop.

29 years ago(PURESIZE): Defnitions deleted.
Richard M. Stallman [Sat, 17 Sep 1994 05:40:11 +0000 (05:40 +0000)]
(PURESIZE): Defnitions deleted.

29 years ago(print): sprintf arg for frame depends on VALBITS.
Richard M. Stallman [Sat, 17 Sep 1994 05:36:53 +0000 (05:36 +0000)]
(print): sprintf arg for frame depends on VALBITS.

29 years ago(Fcall_process) [__osf__ && __alpha]:
Richard M. Stallman [Sat, 17 Sep 1994 05:30:39 +0000 (05:30 +0000)]
(Fcall_process) [__osf__ && __alpha]:
Don't stop reading if read returns negative.

29 years ago(terminal-map): Define switch-frame.
Richard M. Stallman [Sat, 17 Sep 1994 05:16:09 +0000 (05:16 +0000)]
(terminal-map): Define switch-frame.

29 years ago(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.
Richard M. Stallman [Sat, 17 Sep 1994 05:10:51 +0000 (05:10 +0000)]
(HAVE_TERMIO, HAVE_TERMIOS, NO_TERMIO): Undo Jul 28 change.

29 years ago(facemenu-update): Reverse the menu order again.
Richard M. Stallman [Sat, 17 Sep 1994 03:32:48 +0000 (03:32 +0000)]
(facemenu-update): Reverse the menu order again.

29 years ago(menu_item_enabled_p): Fix declaration.
Karl Heuer [Sat, 17 Sep 1994 03:16:16 +0000 (03:16 +0000)]
(menu_item_enabled_p): Fix declaration.

29 years agoAdd #include "intervals.h"
Karl Heuer [Sat, 17 Sep 1994 03:15:29 +0000 (03:15 +0000)]
Add #include "intervals.h"

29 years agoDeclare some functions.
Karl Heuer [Sat, 17 Sep 1994 03:14:26 +0000 (03:14 +0000)]
Declare some functions.

29 years ago(barf_or_query_if_file_exists): Fix declaration.
Karl Heuer [Sat, 17 Sep 1994 03:12:39 +0000 (03:12 +0000)]
(barf_or_query_if_file_exists): Fix declaration.

29 years ago(hack_wm_protocols): Arrange to handle WM_SAVE_YOURSELF.
Richard M. Stallman [Sat, 17 Sep 1994 02:16:33 +0000 (02:16 +0000)]
(hack_wm_protocols): Arrange to handle WM_SAVE_YOURSELF.

29 years ago(config_options): New shell variable.
Karl Heuer [Sat, 17 Sep 1994 02:07:50 +0000 (02:07 +0000)]
(config_options): New shell variable.
Pass its value to C code in EMACS_CONFIG_OPTIONS.

29 years ago(Vsystem_configuration_options): New variable.
Karl Heuer [Sat, 17 Sep 1994 02:05:34 +0000 (02:05 +0000)]
(Vsystem_configuration_options): New variable.
(syms_of_emacs): Initialize it.

29 years ago(report-emacs-bug): Insert configuration options.
Karl Heuer [Sat, 17 Sep 1994 02:04:08 +0000 (02:04 +0000)]
(report-emacs-bug): Insert configuration options.

29 years agoDeclare evaporate_overlays.
Karl Heuer [Sat, 17 Sep 1994 01:52:13 +0000 (01:52 +0000)]
Declare evaporate_overlays.

29 years ago(del_range_1): Call evaporate_overlays after deleting text.
Karl Heuer [Sat, 17 Sep 1994 01:51:58 +0000 (01:51 +0000)]
(del_range_1): Call evaporate_overlays after deleting text.

29 years ago(Qevaporate): New symbol.
Karl Heuer [Sat, 17 Sep 1994 01:51:30 +0000 (01:51 +0000)]
(Qevaporate): New symbol.
(syms_of_buffer): Initialize it.
(Fmove_overlay): Check if overlay is empty.
(Foverlay_put): Check if setting evaporate property on empty overlay.
(evaporate_overlays): New function.

29 years ago(HAVE_VFORK): Defined.
Richard M. Stallman [Sat, 17 Sep 1994 01:24:59 +0000 (01:24 +0000)]
(HAVE_VFORK): Defined.
[__GNUC__] (C_SWITCH_SYSTEM): Add #undef.

29 years ago(struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 01:00:25 +0000 (01:00 +0000)]
(struct scroll_bar, SCROLL_BAR_VEC_SIZE): Use EMACS_INT.

29 years agoInitial revision
Richard M. Stallman [Sat, 17 Sep 1994 00:59:56 +0000 (00:59 +0000)]
Initial revision

29 years ago(EMACS_INT, EMACS_UINT): Define, if not already defined.
Richard M. Stallman [Sat, 17 Sep 1994 00:51:52 +0000 (00:51 +0000)]
(EMACS_INT, EMACS_UINT): Define, if not already defined.

29 years ago(message): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:45:16 +0000 (00:45 +0000)]
(message): Use EMACS_INT.

29 years ago(struct window): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:43:45 +0000 (00:43 +0000)]
(struct window): Use EMACS_INT.

29 years ago(CHECK_IMPURE, all versions): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:41:40 +0000 (00:41 +0000)]
(CHECK_IMPURE, all versions): Use EMACS_INT.

29 years ago(print): Use EMACS_UINT.
Richard M. Stallman [Sat, 17 Sep 1994 00:40:54 +0000 (00:40 +0000)]
(print): Use EMACS_UINT.

29 years agoCheck for __alpha, in __osf__ conditional.
Richard M. Stallman [Sat, 17 Sep 1994 00:39:50 +0000 (00:39 +0000)]
Check for __alpha, in __osf__ conditional.
(EXCEEDS_LISP_PTR): Use EMACS_UINT.

29 years ago(unchain_marker): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:37:10 +0000 (00:37 +0000)]
(unchain_marker): Use EMACS_INT.

29 years ago(Fload): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:36:43 +0000 (00:36 +0000)]
(Fload): Use EMACS_INT.

29 years ago(Lisp_Object): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:35:09 +0000 (00:35 +0000)]
(Lisp_Object): Use EMACS_INT.
(MARKBIT): Don't define if already defined.
(VALMASK, GCTYPEMASK, XSETTYPE, XSET)
(XSETCONS, XSETBUFFER, XSETVECTOR, XSETSUBR, XSETSTRING)
(XSETSYMBOL, XSETFUNCTION, XSETMARKER, XSETOBJFWD)
(XSETINTPTR, XSETWINDOW, XSETPROCESS, XSETFLOAT)
(struct Lisp_String, struct Lisp_Vector): Use EMACS_INT.

29 years ago(struct frame, selected_frame, last_nonminibuf_frame): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:32:14 +0000 (00:32 +0000)]
(struct frame, selected_frame, last_nonminibuf_frame): Use EMACS_INT.

29 years ago(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:31:05 +0000 (00:31 +0000)]
(FLOAT_TO_INT, FLOAT_TO_INT2): Use EMACS_INT.

29 years ago(Fnarrow_to_region, format1): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:30:07 +0000 (00:30 +0000)]
(Fnarrow_to_region, format1): Use EMACS_INT.

29 years ago(Fdocumentation): Use EMACS_INT.
Richard M. Stallman [Sat, 17 Sep 1994 00:29:03 +0000 (00:29 +0000)]
(Fdocumentation): Use EMACS_INT.