]> code.delx.au - gnu-emacs/log
gnu-emacs
27 years agoCoding system name changed from
Kenichi Handa [Tue, 10 Jun 1997 00:57:19 +0000 (00:57 +0000)]
Coding system name changed from
iso-2022-7 to iso-2022-7bit.

27 years ago(quail-prefix-arg): New variable.
Kenichi Handa [Tue, 10 Jun 1997 00:56:22 +0000 (00:56 +0000)]
(quail-prefix-arg): New variable.
(quail-start-translation): Make it handle a prefix argument.
(quail-terminate-translation): Like wise.

27 years ago(set-coding-system-alist): Deleted.
Kenichi Handa [Tue, 10 Jun 1997 00:56:20 +0000 (00:56 +0000)]
(set-coding-system-alist): Deleted.
(string-to-sequence): Doc string modified.
(coding-system-list): Add optional arg BASE-ONLY.
(coding-system-base): New function.
(coding-system-plist): New function.
(coding-system-equal): New function.
(coding-system-unification-table): New function.

27 years ago(describe-coding-system): Change format of output.
Kenichi Handa [Tue, 10 Jun 1997 00:56:19 +0000 (00:56 +0000)]
(describe-coding-system): Change format of output.
(describe-current-coding-system-briefly): Likewise.
(describe-current-coding-system): Likewise.
(print-coding-system-briefly): Likewise.
(print-coding-system): Likewise.
(list-coding-systems): Likewise.  Make it interactive.

27 years ago(kkc-save-init-file): Coding system name changed from
Kenichi Handa [Tue, 10 Jun 1997 00:56:18 +0000 (00:56 +0000)]
(kkc-save-init-file): Coding system name changed from
iso-2022-7 to iso-2022-7bit.

27 years agoComment changed (iso-2022-7 -> iso-2022-7bit).
Kenichi Handa [Tue, 10 Jun 1997 00:56:17 +0000 (00:56 +0000)]
Comment changed (iso-2022-7 -> iso-2022-7bit).

27 years agoCoding system names changed.
Kenichi Handa [Tue, 10 Jun 1997 00:56:16 +0000 (00:56 +0000)]
Coding system names changed.

27 years agoDelete declaration for buffer-file-coding-system. It
Kenichi Handa [Tue, 10 Jun 1997 00:56:15 +0000 (00:56 +0000)]
Delete declaration for buffer-file-coding-system.  It
is done in buffer.c now.  In the comment, change coding-system to
coding system.  The name coding-vector is changed to coding-spec.
(coding-vector-type, coding-vector-mnemonic,
coding-vector-docstring, coding-vector-flags): Deleted.
(coding-system-spec-ref): New function.
(coding-system-type, coding-system-mnemonic, coding-system-flags):
Use coding-system-spec-ref.
(coding-system-doc-string): Renamed from coding-system-docstring.
(coding-system-eol-type): Renamed from coding-system-eoltype.
(coding-system-eol-type-mnemonic): Moved to mule-util.el.
(coding-system-post-read-conversion): Likewise.
(coding-system-pre-write-conversion): Likewise.
(default-process-coding-system): Deleted.  Now declared in
buffer.c.
(make-subsidiary-coding-system): New function.
(make-coding-system): Check arguments more strictly.  Do not make
-unix, -dos, -mac variants for TYPE 4.
(define-coding-system-alias): Call make-subsidiary-coding-system.
(set-buffer-file-coding-system): Adjusted for the function name
changes.
(find-new-buffer-file-coding-system): Likewise.
(default-process-coding-system): Deleted.  Now defined in coding.c.

27 years ago(Finsert_char): Check QUIT.
Richard M. Stallman [Mon, 9 Jun 1997 18:21:52 +0000 (18:21 +0000)]
(Finsert_char): Check QUIT.

27 years ago(fast_c_string_match_ignore_case):
Richard M. Stallman [Mon, 9 Jun 1997 18:01:02 +0000 (18:01 +0000)]
(fast_c_string_match_ignore_case):
Renamed from fast_string_match_ignore_case.  Set re_match_object.

27 years ago(list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed.
Richard M. Stallman [Mon, 9 Jun 1997 18:00:36 +0000 (18:00 +0000)]
(list_fontsets, fs_load_font): fast_c_string_match_ignore_case renamed.

27 years ago(x_list_fonts): fast_c_string_match_ignore_case renamed.
Richard M. Stallman [Mon, 9 Jun 1997 17:58:49 +0000 (17:58 +0000)]
(x_list_fonts): fast_c_string_match_ignore_case renamed.

27 years ago(debug): Set overriding-terminal-local-map to nil,
Richard M. Stallman [Mon, 9 Jun 1997 16:42:34 +0000 (16:42 +0000)]
(debug): Set overriding-terminal-local-map to nil,
don't bind it, so it won't be restored on `q'.

27 years ago(do-auto-fill): Type in the previous change fixed.
Kenichi Handa [Mon, 9 Jun 1997 13:07:45 +0000 (13:07 +0000)]
(do-auto-fill): Type in the previous change fixed.

27 years ago(dumpglyph): Shift baseline for such a font that is
Kenichi Handa [Mon, 9 Jun 1997 13:00:24 +0000 (13:00 +0000)]
(dumpglyph): Shift baseline for such a font that is
shorter but ascent or descent exceed the line height.
For a larger font, draw a small hook at right-bottom edge instead
of a rectangle.

27 years ago(selection_data_to_lisp_data): Change coding system
Kenichi Handa [Mon, 9 Jun 1997 13:00:16 +0000 (13:00 +0000)]
(selection_data_to_lisp_data): Change coding system
name to iso-latin-1.
(lisp_data_to_selection_data): Likewise.

27 years ago(Faset): Inherit default value correctly while creating
Kenichi Handa [Mon, 9 Jun 1997 13:00:07 +0000 (13:00 +0000)]
(Faset): Inherit default value correctly while creating
sub char table.

27 years ago(Fwrite_region): Cancel the 7th argument CODING_SYSTEM
Kenichi Handa [Mon, 9 Jun 1997 12:59:52 +0000 (12:59 +0000)]
(Fwrite_region): Cancel the 7th argument CODING_SYSTEM
added by the previous change.
(auto_save_1): Adjusted for the above change.

27 years ago(decode_mode_spec): Access the value of
Kenichi Handa [Mon, 9 Jun 1997 12:59:38 +0000 (12:59 +0000)]
(decode_mode_spec): Access the value of
buffer-file-coding-system by b->buffer_file_coding_system.

27 years ago(Fstart_process):Pay attention to
Kenichi Handa [Mon, 9 Jun 1997 12:59:28 +0000 (12:59 +0000)]
(Fstart_process):Pay attention to
Vdefault_process_coding_system.
(Fopen_network_stream): Likewise.

27 years ago(Fcall_process): Pay attention to
Kenichi Handa [Mon, 9 Jun 1997 12:59:22 +0000 (12:59 +0000)]
(Fcall_process): Pay attention to
Vdefault_process_coding_system.
(Fcall_process_region): Likewise.

27 years ago(Vdefault_process_coding_system): Extern it.
Kenichi Handa [Mon, 9 Jun 1997 12:59:20 +0000 (12:59 +0000)]
(Vdefault_process_coding_system): Extern it.

27 years ago(Vcoding_system_alist): Deleted.
Kenichi Handa [Mon, 9 Jun 1997 12:59:12 +0000 (12:59 +0000)]
(Vcoding_system_alist): Deleted.
(Qcoding_system_spec): Renamed from Qcoding_system_vector.
(Vdefault_process_coding_system, Vfile_coding_system_alist,
Vprocess_coding_system_alist, Vnetwork_coding_system_alist): New
variables.
(Ffind_coding_system): Adjusted for the above change.
(syms_of_coding): Declare them as lisp variables.
(Fcheck_coding_system): Pass list as DATA argument to Fsignal.

27 years ago(struct buffer): New member buffer_file_coding_system.
Kenichi Handa [Mon, 9 Jun 1997 12:59:11 +0000 (12:59 +0000)]
(struct buffer): New member buffer_file_coding_system.

27 years ago(init_buffer_once): Inititialize the member
Kenichi Handa [Mon, 9 Jun 1997 12:58:58 +0000 (12:58 +0000)]
(init_buffer_once): Inititialize the member
buffer_file_coding_system.
(syms_of_buffer): Declare Lisp variables
default-buffer-file-coding-system and buffer-file-coding-system.

27 years ago(do-auto-fill): Bug fix for kinsoku processing.
Kenichi Handa [Mon, 9 Jun 1997 12:51:42 +0000 (12:51 +0000)]
(do-auto-fill): Bug fix for kinsoku processing.

27 years agoDefine mouse-set-font in mule-menu-keymap.
Kenichi Handa [Mon, 9 Jun 1997 12:51:37 +0000 (12:51 +0000)]
Define mouse-set-font in mule-menu-keymap.
Disable menu set-buffer-process-coding-system if there is no
process for the current buffer.
(command-execute-with-coding-system): New function.
(universal-coding-system-argument): Make it handle
universal-arguement correctly.
(describe-language-support): Call coding-system-doc-string instead
of coding-system-docstring.

27 years agoNormalized character names.
Erik Naggum [Mon, 9 Jun 1997 10:39:19 +0000 (10:39 +0000)]
Normalized character names.

27 years ago(diff-switches): defvar deleted.
Richard M. Stallman [Mon, 9 Jun 1997 06:01:12 +0000 (06:01 +0000)]
(diff-switches): defvar deleted.

(vc-annotate-*): New functions and variables.

27 years agoUse i?86, not i.86.
Richard M. Stallman [Mon, 9 Jun 1997 04:56:02 +0000 (04:56 +0000)]
Use i?86, not i.86.

27 years agonew version
Michael Kifer [Mon, 9 Jun 1997 04:00:50 +0000 (04:00 +0000)]
new version

27 years ago(time-stamp-string-preprocess, time-stamp-do-number):
Richard M. Stallman [Sun, 8 Jun 1997 21:45:16 +0000 (21:45 +0000)]
(time-stamp-string-preprocess, time-stamp-do-number):
Avoid compiler warnings: pass all arguments to time-stamp-do-number
explicitly, not dynamically.

27 years ago(time-stamp-format): Doc fix. Use %;y.
Richard M. Stallman [Sun, 8 Jun 1997 21:43:08 +0000 (21:43 +0000)]
(time-stamp-format): Doc fix.  Use %;y.
(time-stamp-string-preprocess): Don't just call format-time-string;
handle compatibility for some old constructs.  Handle padding
the historical way, while giving a warning if people actually depend on it.
(time-stamp-conv-warn, time-stamp-conversion-warn)
(time-stamp-do-number): New functions.

27 years ago(webjump-sample-sites): Change the hot list.
Richard M. Stallman [Sun, 8 Jun 1997 21:13:21 +0000 (21:13 +0000)]
(webjump-sample-sites): Change the hot list.
(webjump): Doc change.

27 years ago(mail-directory-parser): Fix previous change.
Richard M. Stallman [Sun, 8 Jun 1997 20:50:45 +0000 (20:50 +0000)]
(mail-directory-parser): Fix previous change.

27 years ago(icon-font-lock-keywords-2): Use regexp-opt for the regexps.
Richard M. Stallman [Sun, 8 Jun 1997 20:20:56 +0000 (20:20 +0000)]
(icon-font-lock-keywords-2): Use regexp-opt for the regexps.

27 years ago(debug, debugger-eval-expression):
Richard M. Stallman [Sun, 8 Jun 1997 12:25:25 +0000 (12:25 +0000)]
(debug, debugger-eval-expression):
Treat overriding-terminal-local-map like overriding-local-map.
(debugger-outer-overriding-terminal-local-map): New variable.

27 years agoAdd Highest Priority section.
Richard M. Stallman [Sun, 8 Jun 1997 03:58:22 +0000 (03:58 +0000)]
Add Highest Priority section.

CC mode is documented.

Clarify Kermit replacement, Biomorphs.

Add MS-WORD conversion, Qt replacement, Eiffel.

27 years ago(file-name-non-special): Handle
Richard M. Stallman [Sun, 8 Jun 1997 03:26:07 +0000 (03:26 +0000)]
(file-name-non-special): Handle
file-name-completion and file-name-all-completions.

27 years ago(*:Linux:*:*): Always use ${VENDOR}.
Richard M. Stallman [Sun, 8 Jun 1997 01:57:13 +0000 (01:57 +0000)]
(*:Linux:*:*): Always use ${VENDOR}.

27 years ago(command-line): Don't call face-initialize.
Richard M. Stallman [Sat, 7 Jun 1997 23:15:30 +0000 (23:15 +0000)]
(command-line): Don't call face-initialize.

(command-line): If environment specifies ISO 8859,
always set up for both singe-byte and multibyte operation.
But set-language-environment does most of the job now.

27 years agoCustomize. Doc fixes.
Richard M. Stallman [Sat, 7 Jun 1997 23:12:19 +0000 (23:12 +0000)]
Customize.  Doc fixes.
Mark some risky local variables.

27 years ago(dired-unmark-all-marks):
Richard M. Stallman [Sat, 7 Jun 1997 19:31:24 +0000 (19:31 +0000)]
(dired-unmark-all-marks):
Renamed from dired-unmark-all-files-no-query.

27 years ago(setup-8-bit-environment):
Richard M. Stallman [Sat, 7 Jun 1997 07:02:02 +0000 (07:02 +0000)]
(setup-8-bit-environment):
Load the file with load, not require, so that we reload it if nec.

27 years ago("English"): Improve doc string.
Richard M. Stallman [Sat, 7 Jun 1997 06:20:06 +0000 (06:20 +0000)]
("English"): Improve doc string.

27 years ago(describe-european-environment-map):
Richard M. Stallman [Sat, 7 Jun 1997 05:56:20 +0000 (05:56 +0000)]
(describe-european-environment-map):
Renamed from describe-european-support-map.

(setup-8-bit-environment):
Do not set set-case-syntax-offset.
Subtract 128 when setting nonascii-insert-offset.
Require latin-N if appropriate.

27 years ago(describe-chinese-environment-map):
Richard M. Stallman [Sat, 7 Jun 1997 05:54:32 +0000 (05:54 +0000)]
(describe-chinese-environment-map):
Renamed from describe-chinese-support-map.

27 years ago(describe-cyrillic-environment-map):
Richard M. Stallman [Sat, 7 Jun 1997 05:54:15 +0000 (05:54 +0000)]
(describe-cyrillic-environment-map):
Renamed from describe-cyrillic-support-map.

27 years agodescribe-indian-environment-map renamed from describe-indian-support-map.
Richard M. Stallman [Sat, 7 Jun 1997 05:53:53 +0000 (05:53 +0000)]
describe-indian-environment-map renamed from describe-indian-support-map.

27 years ago(describe-indian-environment-map):
Richard M. Stallman [Sat, 7 Jun 1997 05:53:10 +0000 (05:53 +0000)]
(describe-indian-environment-map):
Renamed from describe-indian-support-map.

27 years ago(describe-language-environment):
Richard M. Stallman [Sat, 7 Jun 1997 05:36:13 +0000 (05:36 +0000)]
(describe-language-environment):
Renamed from describe-language-support.
Do the real work here; don't call describe-specified-language-support.
Print the mnemonics when mentioning coding systems.
Improve style of output.
(describe-specified-language-environment):
Renamed from describe-specified-language-support.
Don't do the work here; call describe-language-environment.
(describe-language-environment-map):
Renamed from describe-language-support-map.

27 years agoRe-add copying permission text.
Richard M. Stallman [Fri, 6 Jun 1997 19:16:26 +0000 (19:16 +0000)]
Re-add copying permission text.

27 years ago(diff-command): Fix previous change.
Richard M. Stallman [Fri, 6 Jun 1997 18:21:19 +0000 (18:21 +0000)]
(diff-command): Fix previous change.

27 years agoemit charsets after strings so that the final regexp finds the longest match.
Simon Marshall [Fri, 6 Jun 1997 07:10:24 +0000 (07:10 +0000)]
emit charsets after strings so that the final regexp finds the longest match.

27 years ago(vc-annotate): Entry "Annotate" added to menu and
Richard M. Stallman [Fri, 6 Jun 1997 05:33:13 +0000 (05:33 +0000)]
(vc-annotate): Entry "Annotate" added to menu and
function `vc-annotate' to key-sequence `C-x v g'.

27 years ago(*:Linux:*:*): Don't test for elf_i.86 or m68kelf.
Richard M. Stallman [Fri, 6 Jun 1997 01:21:12 +0000 (01:21 +0000)]
(*:Linux:*:*): Don't test for elf_i.86 or m68kelf.

27 years ago(*:Linux:*:*): Recognize sparclinux.
Richard M. Stallman [Fri, 6 Jun 1997 00:14:22 +0000 (00:14 +0000)]
(*:Linux:*:*): Recognize sparclinux.
Don't recognize UNAME_MACHINE = sparc.
Make the sample program check for libc version
and handle various machine types.

27 years ago(mipsel*-linux* and mips*-linux*):
Richard M. Stallman [Thu, 5 Jun 1997 22:22:44 +0000 (22:22 +0000)]
(mipsel*-linux* and mips*-linux*):
Set `os' to -linux-gnu directly, don't go via -linux.

27 years ago(set-process-filter): Advice doc fix.
Karl Heuer [Thu, 5 Jun 1997 18:20:20 +0000 (18:20 +0000)]
(set-process-filter): Advice doc fix.

27 years agoCustomize.
Richard M. Stallman [Wed, 4 Jun 1997 21:41:20 +0000 (21:41 +0000)]
Customize.
(diff-switches, diff-command): Add autoload cookies.

27 years ago(Fcopy_keymap): After copying a sub-char-table, do store the copy.
Richard M. Stallman [Wed, 4 Jun 1997 21:21:53 +0000 (21:21 +0000)]
(Fcopy_keymap): After copying a sub-char-table, do store the copy.

27 years ago(stamp-oldxmenu): Always define this one way or another.
Richard M. Stallman [Wed, 4 Jun 1997 19:45:17 +0000 (19:45 +0000)]
(stamp-oldxmenu): Always define this one way or another.

27 years ago(format-insert-file): Fix arg order to format-decode.
Richard M. Stallman [Wed, 4 Jun 1997 19:06:35 +0000 (19:06 +0000)]
(format-insert-file): Fix arg order to format-decode.

27 years agoSynched with 1.9908.
Per Abrahamsen [Wed, 4 Jun 1997 11:43:32 +0000 (11:43 +0000)]
Synched with 1.9908.

27 years agoSynached with 1.9908.
Per Abrahamsen [Wed, 4 Jun 1997 11:40:44 +0000 (11:40 +0000)]
Synached with 1.9908.

27 years ago(Info-tagify): Don't set Info-tag-table-marker if not in Info mode.
Richard M. Stallman [Wed, 4 Jun 1997 04:09:28 +0000 (04:09 +0000)]
(Info-tagify): Don't set Info-tag-table-marker if not in Info mode.

27 years ago(casify_object): Fix bug on handling a character
Kenichi Handa [Wed, 4 Jun 1997 00:56:08 +0000 (00:56 +0000)]
(casify_object): Fix bug on handling a character
arguement.

27 years ago(mail-setup): Don't set buffer-file-coding-system to nil.
Richard M. Stallman [Tue, 3 Jun 1997 08:17:35 +0000 (08:17 +0000)]
(mail-setup): Don't set buffer-file-coding-system to nil.
Instead, kill the local binding of it.

27 years ago(mouse-drag-safe-scroll): Doc fix.
Karl Heuer [Tue, 3 Jun 1997 07:30:57 +0000 (07:30 +0000)]
(mouse-drag-safe-scroll): Doc fix.
(mouse-drag-repeatedly-safe-scroll): Doc fix.
(mouse-drag-events-are-point-events-p): Doc fix.
(mouse-drag-should-do-col-scrolling): Doc fix.
(mouse-throw-with-scroll-bar): Doc fix.

27 years ago(follow-windows-aligned-p): Doc fix.
Karl Heuer [Tue, 3 Jun 1997 07:09:13 +0000 (07:09 +0000)]
(follow-windows-aligned-p): Doc fix.
(follow-post-command-hook, follow-recenter): Doc fix.
(follow-end-of-buffer, follow-windows-aligned-p): Doc fix.
(follow-post-command-hook, follow-maximize-region): Doc fix.
(set-process-filter, process-filter, move-overlay): Advice doc fix.

27 years ago(spaced-text-mode): Renamed from text-mode.
Richard M. Stallman [Tue, 3 Jun 1997 04:27:53 +0000 (04:27 +0000)]
(spaced-text-mode): Renamed from text-mode.
But change the mode name and hooks.
(text-mode): Put the guts of indented-text-mode here.
But don't define text-mode-abbrev-table, just use it.
Don't set indent-line-function, and use text-mode-map.
(indented-text-mode): Call text-mode.

27 years ago(custom-variable-prompt): Change prompt.
Richard M. Stallman [Tue, 3 Jun 1997 03:39:31 +0000 (03:39 +0000)]
(custom-variable-prompt): Change prompt.

27 years ago(mail-setup): Clear out buffer-file-coding-system.
Richard M. Stallman [Tue, 3 Jun 1997 03:02:50 +0000 (03:02 +0000)]
(mail-setup): Clear out buffer-file-coding-system.

27 years agonew version
Michael Kifer [Mon, 2 Jun 1997 22:50:31 +0000 (22:50 +0000)]
new version

27 years ago(powerpcle-*-solaris2*): New alternative.
Richard M. Stallman [Mon, 2 Jun 1997 22:34:02 +0000 (22:34 +0000)]
(powerpcle-*-solaris2*): New alternative.

27 years agoComment change.
Richard M. Stallman [Mon, 2 Jun 1997 22:10:28 +0000 (22:10 +0000)]
Comment change.

27 years agoFinish installing previous change.
Richard M. Stallman [Mon, 2 Jun 1997 19:58:49 +0000 (19:58 +0000)]
Finish installing previous change.

27 years ago(find_interval): No longer inline.
Richard M. Stallman [Mon, 2 Jun 1997 18:30:21 +0000 (18:30 +0000)]
(find_interval): No longer inline.

27 years ago(Freplace_match): If opoint is 0, that's relative to ZV.
Richard M. Stallman [Mon, 2 Jun 1997 18:30:09 +0000 (18:30 +0000)]
(Freplace_match): If opoint is 0, that's relative to ZV.

27 years agoMany doc fixes.
Richard M. Stallman [Mon, 2 Jun 1997 18:05:00 +0000 (18:05 +0000)]
Many doc fixes.
(reftex-mode-menu): Change menu items.

27 years agoAlso remove -DETAGS_REGEXPS from the target ctags:
Francesco Potortì [Mon, 2 Jun 1997 09:02:13 +0000 (09:02 +0000)]
Also remove -DETAGS_REGEXPS from the target ctags:

27 years ago(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.
Richard M. Stallman [Mon, 2 Jun 1997 06:34:28 +0000 (06:34 +0000)]
(NO_SHARED_LIBS): Test __alpha__ && ! __ELF__.

27 years agoCustomize.
Richard M. Stallman [Mon, 2 Jun 1997 06:06:03 +0000 (06:06 +0000)]
Customize.

(ada-mode): Set up support for find-file.el.
(ada-other-file-alist): New variable moved from find-file.el.
(ada-search-directories): Likewise.

27 years ago(ada-other-file-alist): Variable definition moved to ada-mode.el.
Richard M. Stallman [Mon, 2 Jun 1997 06:05:04 +0000 (06:05 +0000)]
(ada-other-file-alist): Variable definition moved to ada-mode.el.
(ada-search-directories, ada-procedure-start-regexp): Likewise.
(ada-package-start-regexp): Likewise.

27 years ago(syms_of_keyboard): Doc fix.
Richard M. Stallman [Mon, 2 Jun 1997 05:05:47 +0000 (05:05 +0000)]
(syms_of_keyboard): Doc fix.

27 years ago(iso-8859-1): Use `1' for mode line.
Richard M. Stallman [Mon, 2 Jun 1997 04:57:39 +0000 (04:57 +0000)]
(iso-8859-1): Use `1' for mode line.
(Latin-1...Latin-4 coding systems): Add lists of languages
which use these coding systems.

27 years ago(koi8-r): Use R for mode line.
Richard M. Stallman [Mon, 2 Jun 1997 04:56:33 +0000 (04:56 +0000)]
(koi8-r): Use R for mode line.

27 years ago(VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
Richard M. Stallman [Mon, 2 Jun 1997 02:34:00 +0000 (02:34 +0000)]
(VALMASK, GCTYPEMASK, MARKBIT, ARRAY_MARK_FLAG)
(PSEUDOVECTOR_FLAG, enum pvec_type, PSEUDOVECTOR_SIZE_MASK):
Define regardless of NO_UNION_TYPE.

27 years ago(Fx_create_frame): Use XINT to access parent.
Richard M. Stallman [Mon, 2 Jun 1997 02:25:15 +0000 (02:25 +0000)]
(Fx_create_frame): Use XINT to access parent.

27 years ago(Fsyntax_table_p, check_syntax_table): Use EQ.
Richard M. Stallman [Mon, 2 Jun 1997 02:21:48 +0000 (02:21 +0000)]
(Fsyntax_table_p, check_syntax_table): Use EQ.
(Fmodify_syntax_entry): Use XINT to access c.
(describe_syntax): Use XINT to access first.

27 years ago(search_buffer): Use XINT around refs to trt.
Richard M. Stallman [Mon, 2 Jun 1997 02:19:29 +0000 (02:19 +0000)]
(search_buffer): Use XINT around refs to trt.

27 years ago(concat3, get_truename_buffer): Declare them.
Richard M. Stallman [Mon, 2 Jun 1997 00:56:23 +0000 (00:56 +0000)]
(concat3, get_truename_buffer): Declare them.

27 years ago(read_key_sequence): Change some locals to `int'.
Richard M. Stallman [Mon, 2 Jun 1997 00:47:07 +0000 (00:47 +0000)]
(read_key_sequence): Change some locals to `int'.

27 years ago(compute_motion): Use XFASTINT on width_table elts.
Richard M. Stallman [Mon, 2 Jun 1997 00:45:18 +0000 (00:45 +0000)]
(compute_motion): Use XFASTINT on width_table elts.

27 years ago(map_char_table): Use XSETFASTINT.
Richard M. Stallman [Mon, 2 Jun 1997 00:33:14 +0000 (00:33 +0000)]
(map_char_table): Use XSETFASTINT.

27 years ago(Fwrite_region, build_annotations):
Richard M. Stallman [Mon, 2 Jun 1997 00:32:20 +0000 (00:32 +0000)]
(Fwrite_region, build_annotations):
Set start and end using XFASTINT.

27 years ago(Fcompare_buffer_substrings): trt contains Lisp_Objects.
Richard M. Stallman [Mon, 2 Jun 1997 00:28:46 +0000 (00:28 +0000)]
(Fcompare_buffer_substrings): trt contains Lisp_Objects.
(transpose_markers): Use marker_position, not Fmarker_position.

27 years ago(Fmove_overlay): Clean up setting o_beg and o_end.
Richard M. Stallman [Mon, 2 Jun 1997 00:24:11 +0000 (00:24 +0000)]
(Fmove_overlay): Clean up setting o_beg and o_end.

27 years ago(Fmake_byte_code): Set val from p, not from val.
Richard M. Stallman [Mon, 2 Jun 1997 00:22:49 +0000 (00:22 +0000)]
(Fmake_byte_code): Set val from p, not from val.
(make_event_array): Convert nargs to Lisp_Object.

27 years ago[__NetBSD__]: Don't include filehdr.h, aouthdr.h
Richard M. Stallman [Mon, 2 Jun 1997 00:09:40 +0000 (00:09 +0000)]
[__NetBSD__]: Don't include filehdr.h, aouthdr.h
scnhdr.h or syms.h.  Add many other conditionalized definitions.