bpt/emacs.git
26 years ago(sys_subshell) [DOS_NT]: Save and restore parent's
Geoff Voelker [Wed, 3 Sep 1997 00:37:00 +0000 (00:37 +0000)]
(sys_subshell) [DOS_NT]: Save and restore parent's
working directory.
(sys_subshell) [WINDOWSNT]: Share MSDOS code. Don't take console.
(init_sys_modes, reset_sys_modes) [WINDOWSNT]: Do it even with
a read_socket_hook.

26 years agoDeclare discard_mouse_events.
Geoff Voelker [Wed, 3 Sep 1997 00:36:38 +0000 (00:36 +0000)]
Declare discard_mouse_events.

26 years ago(kbd_buffer_get_event) [WINDOWSNT]: Support
Geoff Voelker [Wed, 3 Sep 1997 00:31:17 +0000 (00:31 +0000)]
(kbd_buffer_get_event) [WINDOWSNT]: Support
menu_bar_activate_event.
(set-input-mode) [DOS_NT]: Do not invoke reset and init sys modes.
(Qmouse_wheel) [WINDOWSNT]: New variable.
(discard_mouse_events): New function.
(mouse_wheel_syms) [WINDOWSNT]: New variable.
(lispy_mouse_wheel_names) [WINDOWSNT]: New variable.
(make_lispy_event) [WINDOWSNT]: Make mouse-wheel events.
(syms_of_keyboard) [WINDOWSNT]: Define Qmouse_wheel and
mouse_wheel_syms.

26 years ago(FRAME_OBSCURED_P): New macro.
Geoff Voelker [Wed, 3 Sep 1997 00:30:51 +0000 (00:30 +0000)]
(FRAME_OBSCURED_P): New macro.
(FRAME_SAMPLE_VISIBILITY): Distinguish between invisible and obscured.

26 years ago(Fexpand_file_name) [WINDOWSNT]: When stripping
Geoff Voelker [Wed, 3 Sep 1997 00:30:24 +0000 (00:30 +0000)]
(Fexpand_file_name) [WINDOWSNT]: When stripping
drive letter, be careful not to create a UNC filename.
(Fadd_name_to_file) [WINDOWSNT]: Remove conditional.

26 years ago(getpid): Delete function.
Geoff Voelker [Wed, 3 Sep 1997 00:19:25 +0000 (00:19 +0000)]
(getpid): Delete function.

26 years ago(movemail.exe): Link wsock32.lib before LIBS.
Geoff Voelker [Wed, 3 Sep 1997 00:19:12 +0000 (00:19 +0000)]
(movemail.exe): Link wsock32.lib before LIBS.

26 years agoDon't unset C-mouse-down bindings.
Geoff Voelker [Tue, 2 Sep 1997 23:54:07 +0000 (23:54 +0000)]
Don't unset C-mouse-down bindings.
Ignore "Windows" keys by default.
Move keypad key definitions from term/w32-win.el.
(convert-standard-file-name): New function.
(make-auto-save-file-name): Use convert-standard-file-name.
Update doc strings.
(w32-startup): Deleted function.
(w32-check-shell-configuration, w32-init-info): New functions.
(w32-system-shell-p): Renamed from w32-using-system-shell-p.
Added shell name argument.

26 years ago(w32-handle-scroll-bar-event): On up and
Geoff Voelker [Tue, 2 Sep 1997 23:53:22 +0000 (23:53 +0000)]
(w32-handle-scroll-bar-event): On up and
down events, place point at window start position.
Bind f10 to menubar.
Move keypad key definitions to w32-fns.el.
(mouse-wheel-scroll-amount): New variable.
(mouse-wheel-scroll-line, mouse-wheel-scroll-screen): New functions.
Bind mouse-wheel events to mouse-wheel functions.

26 years ago(file-name-buffer-file-type-alist): Add more
Geoff Voelker [Tue, 2 Sep 1997 23:52:43 +0000 (23:52 +0000)]
(file-name-buffer-file-type-alist): Add more
extensions for binary files.

26 years agoMinor reordering of macros.
Richard M. Stallman [Tue, 2 Sep 1997 20:56:22 +0000 (20:56 +0000)]
Minor reordering of macros.

26 years ago(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
Richard M. Stallman [Tue, 2 Sep 1997 20:56:02 +0000 (20:56 +0000)]
(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
in the detect_coding_iso2022 case.

26 years agoUpdated by Boris.
Richard M. Stallman [Tue, 2 Sep 1997 20:00:28 +0000 (20:00 +0000)]
Updated by Boris.

26 years ago(facemenu-get-face): Just warn when given an
Richard M. Stallman [Tue, 2 Sep 1997 19:59:11 +0000 (19:59 +0000)]
(facemenu-get-face): Just warn when given an
undefined color, no error, still return face.

26 years ago(enriched-decode-foreground, enriched-decode-background):
Richard M. Stallman [Tue, 2 Sep 1997 19:58:56 +0000 (19:58 +0000)]
(enriched-decode-foreground, enriched-decode-background):
Test of facemenu-get-face return value no longer needed.

26 years ago(custom-display): Use w32 instead of win32.
Geoff Voelker [Tue, 2 Sep 1997 19:40:12 +0000 (19:40 +0000)]
(custom-display): Use w32 instead of win32.

26 years ago(scroll-bar-maybe-set-window-start): Change window
Geoff Voelker [Tue, 2 Sep 1997 19:39:53 +0000 (19:39 +0000)]
(scroll-bar-maybe-set-window-start): Change window
if current start is equal to start of next portion.

26 years ago(gud-gdb-marker-regexp): Allow for drive letter and colon.
Geoff Voelker [Tue, 2 Sep 1997 19:39:35 +0000 (19:39 +0000)]
(gud-gdb-marker-regexp): Allow for drive letter and colon.

26 years ago(other-frame) [windows-nt]: Use w32-focus-frame.
Geoff Voelker [Tue, 2 Sep 1997 19:39:14 +0000 (19:39 +0000)]
(other-frame) [windows-nt]: Use w32-focus-frame.

26 years ago(file-truename) [windows-nt]: Use the canonicalized
Geoff Voelker [Tue, 2 Sep 1997 19:38:31 +0000 (19:38 +0000)]
(file-truename) [windows-nt]: Use the canonicalized
long file name as the truename.
(auto-mode-alist): Use archive-mode for Java JAR files.
(recover-file) [windows-nt]: Don't try to list directory.

26 years ago(standard-display-european): Map \222 to apostrophe.
Geoff Voelker [Tue, 2 Sep 1997 19:38:11 +0000 (19:38 +0000)]
(standard-display-european): Map \222 to apostrophe.

26 years ago(comint-file-name-chars): Use separate sets for ms-dos and windows-nt.
Geoff Voelker [Tue, 2 Sep 1997 19:37:39 +0000 (19:37 +0000)]
(comint-file-name-chars): Use separate sets for ms-dos and windows-nt.

26 years ago(browse-url-netscape): Check for w32 window-system symbol.
Geoff Voelker [Tue, 2 Sep 1997 19:37:13 +0000 (19:37 +0000)]
(browse-url-netscape): Check for w32 window-system symbol.

26 years ago(ask-user-about-lock): Abbreviate file name and locking user's name.
Richard M. Stallman [Tue, 2 Sep 1997 17:12:46 +0000 (17:12 +0000)]
(ask-user-about-lock): Abbreviate file name and locking user's name.

26 years ago(quail-keyboard-layout-alist): Add an
Kenichi Handa [Tue, 2 Sep 1997 10:49:43 +0000 (10:49 +0000)]
(quail-keyboard-layout-alist): Add an
entry for "atari-german".
(quail-keyboard-translate): If CH is not in the keyboard location
covered by quail-keyboard-layout-standard, return CH.
(quail-show-kbd-layout): Show keyboard layout based on
quail-keyboard-layout-standard if the current input method
requires keyboard translation.

26 years ago(rmail): Reset enable-multibyte-characters to the
Kenichi Handa [Tue, 2 Sep 1997 10:49:07 +0000 (10:49 +0000)]
(rmail): Reset enable-multibyte-characters to the
default value to enable message decoding if the default value is
non-nil.

26 years ago(set-coding-system-map):
Richard M. Stallman [Tue, 2 Sep 1997 05:59:52 +0000 (05:59 +0000)]
(set-coding-system-map):
Add an item for universal-coding-system-argument.

26 years ago(Fread_from_minibuffer, Fread_string): Doc fixes.
Richard M. Stallman [Tue, 2 Sep 1997 05:22:07 +0000 (05:22 +0000)]
(Fread_from_minibuffer, Fread_string): Doc fixes.
(Fread_no_blanks_input, Fcompleting_read): Doc fixes.

26 years agoAdd rules for cancelling accents by typing
Kenichi Handa [Tue, 2 Sep 1997 05:11:59 +0000 (05:11 +0000)]
Add rules for cancelling accents by typing
two accent keys (e.g. a~ => a-tilde, a~~ => a~) to all Quail
packages.

26 years agoComment change.
Richard M. Stallman [Tue, 2 Sep 1997 05:05:37 +0000 (05:05 +0000)]
Comment change.

26 years agoInclude unistd.h instead of libc.h.
Richard M. Stallman [Tue, 2 Sep 1997 04:59:45 +0000 (04:59 +0000)]
Include unistd.h instead of libc.h.

26 years agoComment change.
Richard M. Stallman [Tue, 2 Sep 1997 00:16:45 +0000 (00:16 +0000)]
Comment change.

26 years ago(syms_of_window): Doc fix.
Richard M. Stallman [Tue, 2 Sep 1997 00:15:04 +0000 (00:15 +0000)]
(syms_of_window): Doc fix.

26 years ago(free_float, free_cons): Don't use the same field for chaining as for marking.
Richard M. Stallman [Mon, 1 Sep 1997 23:37:14 +0000 (23:37 +0000)]
(free_float, free_cons): Don't use the same field for chaining as for marking.
(make_float, Fcons, gc_sweep): Corresponding changes.

26 years ago(set-auto-coding): Recognize coding: in first
Richard M. Stallman [Mon, 1 Sep 1997 22:44:22 +0000 (22:44 +0000)]
(set-auto-coding): Recognize coding: in first
line even if not the first variable.

26 years ago(Finsert_file_contents): Fix previous change--don't
Richard M. Stallman [Mon, 1 Sep 1997 22:43:29 +0000 (22:43 +0000)]
(Finsert_file_contents): Fix previous change--don't
call Fboundp on Vset_auto_coding_function, just check non-nil.

26 years agoFix indentation.
Richard M. Stallman [Mon, 1 Sep 1997 21:29:44 +0000 (21:29 +0000)]
Fix indentation.

26 years agoComment change.
Richard M. Stallman [Mon, 1 Sep 1997 19:42:16 +0000 (19:42 +0000)]
Comment change.

26 years ago(setup-8-bit-environment): Inhibit message when loading latin-N.el.
Richard M. Stallman [Mon, 1 Sep 1997 19:25:12 +0000 (19:25 +0000)]
(setup-8-bit-environment): Inhibit message when loading latin-N.el.

26 years ago(reftex-customize): Added call to customize browse.
Richard M. Stallman [Mon, 1 Sep 1997 18:11:35 +0000 (18:11 +0000)]
(reftex-customize): Added call to customize browse.
(reftex-show-commentary): New function.
(reftex-label-alist): Prefix may contain % escapes.  Nth macro
argument may be context. May give two different context methods.
(reftex-default-label-alist-entries): Customization type changed.
(reftex-label-menu-flags): Extra flag for searches.
(reftex-cite-format): Changed completely, % escapes are now used.
(reftex-comment-citations): New variable.
(reftex-cite-comment-format): New variable.
(reftex-cite-punctuation): New variable.
(reftex-make-master-buffer): Changed name of master buffer,
removed interactive.  Runs a hook on the buffer. Interprete
TEXINPUTS environment variable.  Allow naked argument for \input.
Master buffer is now in fundamental mode.
(reftex-access-scan-info): Name of master buffer changed.
(reftex-section-regexp): Is now computed from section levels,
not set independantly.
(reftex-section-levels): Made customizable.
(reftex-label): Interpret % escapes in prefix.  Use label format if given.
(reftex-replace-prefix-escapes): New function.
(reftex-uniquify-label): New function.
(reftex-next-label-number): Function definition removed.
(reftex-reference): Use reftex-uniquify-label.
Allow more general label commands.
(reftex-offer-label-menu):
Interpret new flag in reftex-label-menu-flags.
(reftex-make-and-insert-label-list): Use text properties to record label index.
(reftex-find-nearby-label): Allow more general label commands.
(reftex-scan-buffer-for-labels): Allow more general label commands.
(reftex-init-section-numbers): New function.
(reftex-allow-for-ctrl-m): New function.
(reftex-label-info-update): Allow more general label commands.
(reftex-label-info): New parameter derive.
(reftex-short-context): Interprete integer parse as nth arg of macro.
(reftex-nth-parens-substring): New function.
(reftex-select-item): Interprete the new 'cnt text property.
(reftex-pop-to-label): Allow more general label commands.
(reftex-nicify-text): Allow more general label commands.
(reftex-toc): Remember previous window configuration.  Use text
properties to store info.  Bind mouse-2.
(reftex-make-master-buffer): New Hook.
(reftex-last-window-height): New variable.
(reftex-toc-show-help): New function.
(reftex-toc-help): New constant.
(reftex-nearest-section): Use text properties to store info.
(reftex-empty-toc-buffer): New function.
(reftex-re-enlarge): New function.
(reftex-toc-goto-line): New function.
(reftex-toc-mouse-goto-line-and-hide): New function.
(reftex-cite-format-builtin): New constant.
(reftex-cite-format-default): Constant removed.
(reftex-cite-format-1-author-simple): Constant removed.
(reftex-cite-format-2-authors): Constant removed.
(reftex-get-bib-names): New function.
(reftex-get-bib-authors) Function removed.
(reftex-format-bib-entry): Use now reftex-get-bib-names.
(reftex-citation): Completely rewritten. Offers selection of
different cite macros first, then the reference menu.  Works with
the various new variables mentioned above.  Accept the `a' key to
use all selected citations.
(reftex-insert-bib-matches): New function.
(reftex-format-citation): Now interpretes % escapes.
(reftex-select-item): Emulate a search in the menu buffer.
Interpret the 'cnt text property.
(reftex-view-crossref): Allow more general label, cite and ref macros.
(reftex-highlight-overlays): Add third overlay for search
in menu buffer.
(reftex-label-alist-builtin): xalignat and xxalignat environments
added.  Slightly reorganized.
(reftex-reset-scanning-information): Just empty *toc* buffer, do
not kill it.
(reftex-compute-ref-cite-tables): Read the new options in
`reftex-label-alist' and store them.  Calculate the section regexp.

26 years ago(describe_category): Handle a sub-chartable.
Richard M. Stallman [Mon, 1 Sep 1997 17:54:37 +0000 (17:54 +0000)]
(describe_category): Handle a sub-chartable.

26 years ago(internal_self_insert): Only set TARGET_CLM when C2 is tab.
Richard M. Stallman [Mon, 1 Sep 1997 17:54:25 +0000 (17:54 +0000)]
(internal_self_insert): Only set TARGET_CLM when C2 is tab.
When multibyte characters are disabled,
use 1 as the width of the inserted character.

26 years ago(describe-current-coding-system): Add missing newline in output.
Richard M. Stallman [Mon, 1 Sep 1997 17:14:48 +0000 (17:14 +0000)]
(describe-current-coding-system): Add missing newline in output.

26 years ago(find-buffer-file-type): Don't check for untranslated file systems here.
Richard M. Stallman [Mon, 1 Sep 1997 17:04:41 +0000 (17:04 +0000)]
(find-buffer-file-type): Don't check for untranslated file systems here.
(find-buffer-file-type-coding-system): For reading a file,
check for binary file, then text file, then existing file,
then whether file name is translated.

26 years ago(quail-translation-keymap): Fix previous
Kenichi Handa [Mon, 1 Sep 1997 12:36:34 +0000 (12:36 +0000)]
(quail-translation-keymap): Fix previous
change.
(quail-conversion-keymap): Likewise.

26 years ago(read-multilingual-string): Fix previous change.
Kenichi Handa [Mon, 1 Sep 1997 10:46:54 +0000 (10:46 +0000)]
(read-multilingual-string): Fix previous change.

26 years ago(describe-input-method): Fix previous
Kenichi Handa [Mon, 1 Sep 1997 10:44:31 +0000 (10:44 +0000)]
(describe-input-method): Fix previous
change.
(read-multilingual-string): Likewise.
(describe-language-environment): Prompt modified.

26 years agoPass t for the SIMPLE argument to quail-define-package.
Richard M. Stallman [Mon, 1 Sep 1997 07:45:39 +0000 (07:45 +0000)]
Pass t for the SIMPLE argument to quail-define-package.

26 years agoEntry for Czech modified.
Kenichi Handa [Mon, 1 Sep 1997 07:25:43 +0000 (07:25 +0000)]
Entry for Czech modified.

26 years ago("ethiopic"): Doc-sring fixed. Change the arg
Kenichi Handa [Mon, 1 Sep 1997 07:21:00 +0000 (07:21 +0000)]
("ethiopic"): Doc-sring fixed.  Change the arg
TRANSLATION-KEYS.
(quail-mode-map): Change binding for ethio-insert-ethio-space.
(quail-mode-hook): Check the current Quail package name.

26 years ago(get-language-info): Accept a symbol
Kenichi Handa [Mon, 1 Sep 1997 07:19:38 +0000 (07:19 +0000)]
(get-language-info): Accept a symbol
as the arg LANGUAGE-NAME.
(set-language-info): Likewise.
(set-language-info-alist): Likewise.
(register-input-method): Accept a symbol as the args INPUT-METHOD
and LANGUAGE-NAME.
(activate-input-method): Accept a symbol as the args INPUT-METHOD.
(describe-input-method): Likewise.
(read-multilingual-string): Likewise.
(set-language-environment): Accept a symbol as the arg
LANGUAGE-NAME.
(describe-language-environment): Likewise.

26 years ago(set-auto-coding): Name changed from
Kenichi Handa [Mon, 1 Sep 1997 07:19:38 +0000 (07:19 +0000)]
(set-auto-coding): Name changed from
auto-file-coding-system.  The argument STRING is now a
concatination of the heading 1K-byte and the tailing 3K-byte of a
file.
(set-auto-coding-function): Set it to `set-auto-coding'.

26 years ago(quail-translation-keymap): Do not bind
Kenichi Handa [Mon, 1 Sep 1997 07:19:38 +0000 (07:19 +0000)]
(quail-translation-keymap): Do not bind
"\C-c" to quail-abort-translation.
(quail-mode-map): Bind key codes 128 through 256 to
quail-start-translation.
(quail-translation-keymap): Bind key codes 128 through 256 to
quail-self-insert-command.
(quail-conversion-keymap): Bind key codes 128 through 256 to
quail-start-translation-in-conversion-mode.

26 years ago(ethio-sera-to-fidel-region,
Kenichi Handa [Mon, 1 Sep 1997 07:19:05 +0000 (07:19 +0000)]
(ethio-sera-to-fidel-region,
ethio-sera-to-fidel-buffer, ethio-fidel-to-sera-region,
ethio-fidel-to-sera-buffer): Doc-string fixed.

26 years ago(hack-local-variables-prop-line): Ignore coding: tag.
Kenichi Handa [Mon, 1 Sep 1997 07:17:07 +0000 (07:17 +0000)]
(hack-local-variables-prop-line): Ignore coding: tag.
(hack-one-local-variable): Likewise.

26 years ago(ispell-region): Take acount of the fact that `ispell'
Kenichi Handa [Mon, 1 Sep 1997 07:17:07 +0000 (07:17 +0000)]
(ispell-region): Take acount of the fact that `ispell'
will return OFFSET by counting non-ASCII characters as one.
(ispell-dictionary-alist-1): Add coding systems to each entry.
(ispell-dictionary-alist-2): Likewise.
(ispell-get-coding-system): New function.
(ispell-decode-string): New function.
(ispell-get-casechars): Decode the string if necessary.
(ispell-get-not-casechars, ispell-get-otherchars): Likewise.

26 years ago(LEADING_CODE_PRIVATE_22): Comment fixed.
Kenichi Handa [Mon, 1 Sep 1997 07:15:46 +0000 (07:15 +0000)]
(LEADING_CODE_PRIVATE_22): Comment fixed.

26 years ago(read_process_output): Index for
Kenichi Handa [Mon, 1 Sep 1997 07:15:46 +0000 (07:15 +0000)]
(read_process_output): Index for
proc_encode_coding_system should be p->outfd (not `channel' which
is p->infd).

26 years ago(Vset_auto_coding_function): Name changed from
Kenichi Handa [Mon, 1 Sep 1997 07:15:46 +0000 (07:15 +0000)]
(Vset_auto_coding_function): Name changed from
Vauto_file_coding_system.
(syms_of_fileio): Adjusted for the above change.  Doc-string
modified.
(Finsert_file_contents): The argument for Vset_auto_coding is a
concatination of the heading 1K-byte and the tailing 3K-byte.

26 years ago(install-arch-indep): Verify ./lisp has simple.el in it
Richard M. Stallman [Sun, 31 Aug 1997 23:21:24 +0000 (23:21 +0000)]
(install-arch-indep): Verify ./lisp has simple.el in it
before trying to copy anything from it.

26 years ago(init_system_name): Don't try to use getdomainname.
Richard M. Stallman [Sun, 31 Aug 1997 18:03:03 +0000 (18:03 +0000)]
(init_system_name): Don't try to use getdomainname.

26 years agoComment change.
Richard M. Stallman [Sun, 31 Aug 1997 17:18:41 +0000 (17:18 +0000)]
Comment change.

26 years ago(byte-compile-output-file-form): Handle custom-declare-variable.
Richard M. Stallman [Sun, 31 Aug 1997 17:07:28 +0000 (17:07 +0000)]
(byte-compile-output-file-form): Handle custom-declare-variable.

26 years ago(scan_lisp_file): Handle custom-declare-variable.
Richard M. Stallman [Sun, 31 Aug 1997 17:05:53 +0000 (17:05 +0000)]
(scan_lisp_file): Handle custom-declare-variable.

26 years agoMSDOS-related changes.
Richard M. Stallman [Sun, 31 Aug 1997 16:42:40 +0000 (16:42 +0000)]
MSDOS-related changes.

26 years agoRequire cl at compile time.
Richard M. Stallman [Sun, 31 Aug 1997 07:58:46 +0000 (07:58 +0000)]
Require cl at compile time.

26 years ago(pop3-md5): New function.
Richard M. Stallman [Sun, 31 Aug 1997 07:58:03 +0000 (07:58 +0000)]
(pop3-md5): New function.
(pop3-apop): Use pop3-md5, not md5.
(pop3-md5-program): New variable.

26 years ago(change-log-font-lock-keywords): Add more to prev change.
Richard M. Stallman [Sun, 31 Aug 1997 04:24:03 +0000 (04:24 +0000)]
(change-log-font-lock-keywords): Add more to prev change.

26 years ago(format-subtract-regions): New function.
Richard M. Stallman [Sat, 30 Aug 1997 23:25:29 +0000 (23:25 +0000)]
(format-subtract-regions): New function.
(format-property-increment-region): New function.

(format-deannotate-region): When multiple annotations
go into a single text property, split the outer annotations (with
format-subtract-regions) instead of resetting them; use lists of
regions instead of a single number for the text property start.

(format-deannotate-region): Don't change extents of
enclosing annotations of the same kind.

(format-deannotate-region): Use
property-increment-region to add to numeric properties.

26 years ago(defgroup, defcustom): Add Emacs 19 compatibility definitions.
Richard M. Stallman [Sat, 30 Aug 1997 19:48:14 +0000 (19:48 +0000)]
(defgroup, defcustom): Add Emacs 19 compatibility definitions.

26 years ago(dired-get-filename): Encode file name using the buffer's coding system.
Richard M. Stallman [Sat, 30 Aug 1997 19:46:24 +0000 (19:46 +0000)]
(dired-get-filename): Encode file name using the buffer's coding system.

26 years ago(mail-send): Complain about invalid header line.
Richard M. Stallman [Sat, 30 Aug 1997 18:03:33 +0000 (18:03 +0000)]
(mail-send): Complain about invalid header line.

26 years ago(change_frame_size_1): Save current buffer
Richard M. Stallman [Sat, 30 Aug 1997 17:51:22 +0000 (17:51 +0000)]
(change_frame_size_1): Save current buffer
around calling Fset_window_buffer.

26 years ago(Fload): Fix doc syntax.
Richard M. Stallman [Sat, 30 Aug 1997 16:20:02 +0000 (16:20 +0000)]
(Fload): Fix doc syntax.

26 years ago(HAVE_ALLOCA): Do define this, if SOLARIS2.
Richard M. Stallman [Sat, 30 Aug 1997 07:18:39 +0000 (07:18 +0000)]
(HAVE_ALLOCA): Do define this, if SOLARIS2.

26 years ago(free_frame_menubar): Clear menubar_height field.
Richard M. Stallman [Sat, 30 Aug 1997 07:15:19 +0000 (07:15 +0000)]
(free_frame_menubar): Clear menubar_height field.

26 years ago(man/Makefile): New target.
Richard M. Stallman [Sat, 30 Aug 1997 07:14:23 +0000 (07:14 +0000)]
(man/Makefile): New target.
(tags): Define env var EMACS and run Makefile from build dir.

26 years ago(Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.
Richard M. Stallman [Fri, 29 Aug 1997 19:53:25 +0000 (19:53 +0000)]
(Fload): If FILE arg ends in .el or .elc, don't insist on adding a suffix.

26 years ago(free_marker): Call unchain_marker.
Richard M. Stallman [Fri, 29 Aug 1997 19:52:57 +0000 (19:52 +0000)]
(free_marker): Call unchain_marker.

26 years ago(text-mode-hook-identify): New function,
Richard M. Stallman [Fri, 29 Aug 1997 17:07:26 +0000 (17:07 +0000)]
(text-mode-hook-identify): New function,
put on text-mode-hook.  Set text-mode-variant here.
(text-mode): Don't set it here.

26 years ago(quail-define-package): New arg SIMPLE.
Richard M. Stallman [Fri, 29 Aug 1997 07:21:44 +0000 (07:21 +0000)]
(quail-define-package): New arg SIMPLE.
(quail-simple-translation-keymap): New keymap.

26 years ago(standard-display-european): Doc fix.
Richard M. Stallman [Fri, 29 Aug 1997 05:22:39 +0000 (05:22 +0000)]
(standard-display-european): Doc fix.

26 years ago(menu-bar-make-toggle): New macro.
Richard M. Stallman [Fri, 29 Aug 1997 02:12:38 +0000 (02:12 +0000)]
(menu-bar-make-toggle): New macro.
(menu-bar-options-menu): New submenu of Help menu.
Define several menu items for it.

26 years ago(compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
Richard M. Stallman [Fri, 29 Aug 1997 02:08:28 +0000 (02:08 +0000)]
(compilation-error-regexp-alist): Allow spaces in file names for Microsoft C;
check more carefully for the rest of the error message.

26 years ago(update-leim-list-file): Make it handle multiple directories.
Richard M. Stallman [Fri, 29 Aug 1997 02:06:39 +0000 (02:06 +0000)]
(update-leim-list-file): Make it handle multiple directories.
(update-all-leim-list-files): Deleted.

26 years ago(set-terminal-coding-system):
Richard M. Stallman [Thu, 28 Aug 1997 20:08:00 +0000 (20:08 +0000)]
(set-terminal-coding-system):
Enable for menus whenever not using X.
(set-keyboard-coding-system): Likewise.

26 years ago(detect_eol): Do not select no-conversion even if EOL
Kenichi Handa [Thu, 28 Aug 1997 10:54:13 +0000 (10:54 +0000)]
(detect_eol): Do not select no-conversion even if EOL
format of raw-text file is inconsistent.  Just read it by
raw-text-unix.
(Fdetect_coding_region): Do not select no-conversion even if EOL
format of raw-text file is inconsistent.

26 years ago(Qno_conversion, Qundecided): New variables.
Kenichi Handa [Thu, 28 Aug 1997 10:51:12 +0000 (10:51 +0000)]
(Qno_conversion, Qundecided): New variables.
(syms_of_coding): Initialize and staticpro them.
(coding_category_name): Include "coding-category-raw-test".
(setup_coding_system): Handle coding_type_raw_text.
(detect_coding_mask): Include CODING_CATEGORY_MASK_RAW_TEXT in the
return value instead of CODING_CATEGORY_MASK_BINARY.
(detect_coding): Do not check the case that `mask' is 0, which
never happens now.
(detect_eol_type): If EOL format is inconsistent, return
CODING_EOL_INCONSISTENT.
(detect_eol): If EOL format of raw-text file is inconsistent,
detect it as no-conversion.
(decode_coding): Handle coding_type_raw_text.
(encode_coding): Likewise.
(Fdetect_coding_region): Ajusted for the above changes.
(shrink_conversion_area): Handle coding_type_raw_text.

26 years ago(coding_type): New member coding_type_raw_text.
Kenichi Handa [Thu, 28 Aug 1997 10:51:12 +0000 (10:51 +0000)]
(coding_type): New member coding_type_raw_text.
(CODING_EOL_INCONSISTENT): New macro.
(CODING_REQUIRE_NO_CONVERSION): Check also coding_type_raw_text.
(CODING_MAY_REQUIRE_NO_CONVERSION): Likewise.
(CODING_CATEGORY_IDX_RAW_TEXT): New macro.
(CODING_CATEGORY_MASK_RAW_TEXT): New macro.

26 years ago(setup-cyrillic-alternativnyj-environment):
Kenichi Handa [Thu, 28 Aug 1997 10:50:32 +0000 (10:50 +0000)]
(setup-cyrillic-alternativnyj-environment):
Set coding-category-raw-text to cyrillic-alternativnyj.

26 years ago(setup-english-environment): Set
Kenichi Handa [Thu, 28 Aug 1997 10:50:32 +0000 (10:50 +0000)]
(setup-english-environment): Set
coding-category-raw-text to raw-text.

26 years ago(setup-vietnamese-environment): Set
Kenichi Handa [Thu, 28 Aug 1997 10:50:32 +0000 (10:50 +0000)]
(setup-vietnamese-environment): Set
coding-category-raw-text to vietnamese-viscii.

26 years ago(raw-text): New coding system. Set
Kenichi Handa [Thu, 28 Aug 1997 10:49:48 +0000 (10:49 +0000)]
(raw-text): New coding system.  Set
coding-category-raw-text to raw-text.

26 years ago(make-coding-system): Make TYPE 5 means
Kenichi Handa [Thu, 28 Aug 1997 10:49:48 +0000 (10:49 +0000)]
(make-coding-system): Make TYPE 5 means
raw-text.
(after-insert-file-set-buffer-file-coding-system): Set
enable-multibyte-characters to nil if we read a file with
no-conversion or raw-text-XXXX.

26 years ago(quail-update-leim-list-file): Make it
Kenichi Handa [Thu, 28 Aug 1997 10:49:48 +0000 (10:49 +0000)]
(quail-update-leim-list-file): Make it
handle multiple directories.

26 years ago(dotdot): This macro deleted.
Kenichi Handa [Thu, 28 Aug 1997 10:49:24 +0000 (10:49 +0000)]
(dotdot): This macro deleted.
(SUBDIRS): Exclude skk.
(all): Substitute ${WORLD} to ${TIT}.
(%.el): This target deleted.
(${TIT}): Check existence of `quail' subdirectory.
(leim-list.el): Do not check old files.
(install): If ${srcdir} is different from the current directory,
copy also files under ${srcdir}.

26 years agoAdd coding: tag, to prevent Emacs from interpreting binary strings.
Eli Zaretskii [Thu, 28 Aug 1997 09:30:01 +0000 (09:30 +0000)]
Add coding: tag, to prevent Emacs from interpreting binary strings.

26 years ago(nnmh-request-list, nnmh-active-number): Protect from
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nnmh-request-list, nnmh-active-number): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.

26 years ago(nnml-possibly-change-directory): Likewise
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nnml-possibly-change-directory): Likewise
(nnml-retrieve-headers, nnml-request-article,
nnml-request-group, nnml-request-list): Likewise

26 years agoRequire cl at compile time before loading gnus, etc.
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
Require cl at compile time before loading gnus, etc.