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

26 years ago(nnspool-file-coding-system): New variable.
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nnspool-file-coding-system): New variable.
(nnspool-retrieve-headers, nnspool-retrieve-headers-with-nov,
nnspool-find-file): Override `nnheader-file-coding-system' by
`nnspool-file-coding-system' for gnspool on Windows 95/NT.

26 years ago(nntp-coding-system-for-read): New variable.
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nntp-coding-system-for-read): New variable.
(nntp-open-connection): Bind `coding-system-for-read' with
`nntp-coding-system-for-read' for Emacs/mule and XEmacs/mule.

26 years ago(nnfolder-request-list): Override
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nnfolder-request-list): Override
'nnmail-file-coding-system' by 'nnmail-active-file-coding-system'.
(nnfolder-request-list, nnfolder-possibly-change-group): Protect
from conversion by `pathname-coding-system' for XEmacs/mule.
(nnfolder-group-pathname): Encode pathname for Emacs 20.

26 years ago(nnheader-pathname-coding-system): New variable.
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nnheader-pathname-coding-system): New variable.
(nnheader-file-coding-system): New variable.
(nnheader-group-pathname): Encode pathname for Emacs 20.
(nnheader-find-file-noselect): Bind `coding-system-for-read' with
`nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnheader-insert-file-contents): Bind `coding-system-for-read'
with `nnheader-file-coding-system' for Emacs/mule and XEmacs/mule.

26 years ago(pop3-movemail-file-coding-system): Append it for
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(pop3-movemail-file-coding-system): Append it for
assigning a coding system to receive mail with pop3.
(pop3-movemail): Modify for writing messages with
pop3-movemail-file-coding-system.

26 years ago(gnus-structured-field-decoder): New variable.
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(gnus-structured-field-decoder): New variable.
(gnus-unstructured-field-decoder): New variable.
(gnus-get-newsgroup-headers, gnus-nov-parse-line): Use
`gnus-structured-field-decoder' and
`gnus-unstructured-field-decoder' for Subject field.

26 years ago(nnmail-active-file-coding-system): New variable.
Kenichi Handa [Thu, 28 Aug 1997 04:51:02 +0000 (04:51 +0000)]
(nnmail-active-file-coding-system): New variable.
(nnmail-insert-xref): Encode pathname for Emacs 20.
(nnmail-write-region, nnmh-retrieve-headers, nnmh-request-article,
nnmh-request-group, nnmh-possibly-change-directory): Protect from
conversion by `pathname-coding-system' for XEmacs/mule.
(nnmail-pathname-coding-system): New variable.
(nnmail-group-pathname): Encode pathname for Emacs 20.
nnmail-file-coding-system): New variable.
(nnmail-find-file): Bind `coding-system-for-read' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.
(nnmail-write-region): Bind `coding-system-for-write' with
`nnmail-file-coding-system' for Emacs/mule and XEmacs/mule.

26 years agoDelete Doom-replacement (it is done).
Richard M. Stallman [Thu, 28 Aug 1997 04:05:56 +0000 (04:05 +0000)]
Delete Doom-replacement (it is done).

26 years ago(easy-menu-create-keymaps): If nil is
Richard M. Stallman [Thu, 28 Aug 1997 03:04:18 +0000 (03:04 +0000)]
(easy-menu-create-keymaps): If nil is
given as the enable condition, always disable the command.

26 years ago(text-mode-variant): New variable.
Richard M. Stallman [Thu, 28 Aug 1997 02:53:44 +0000 (02:53 +0000)]
(text-mode-variant): New variable.
(text-mode): Set that variable locally.
(toggle-text-mode-auto-fill): New command.

26 years ago(text-mode-hook): New defvar.
Richard M. Stallman [Thu, 28 Aug 1997 02:37:58 +0000 (02:37 +0000)]
(text-mode-hook): New defvar.

26 years ago(timer-event-handler): Reactivate timer first,
Richard M. Stallman [Thu, 28 Aug 1997 01:03:17 +0000 (01:03 +0000)]
(timer-event-handler): Reactivate timer first,
then run the handler function.

26 years ago(isearch-printing-char): Handle nonascii-insert-offset.
Richard M. Stallman [Thu, 28 Aug 1997 00:33:03 +0000 (00:33 +0000)]
(isearch-printing-char): Handle nonascii-insert-offset.

26 years agoFurther doc fix.
Richard M. Stallman [Wed, 27 Aug 1997 23:10:59 +0000 (23:10 +0000)]
Further doc fix.

26 years ago(last*): Definition deleted.
Richard M. Stallman [Wed, 27 Aug 1997 22:35:00 +0000 (22:35 +0000)]
(last*): Definition deleted.

26 years ago(last): Accept optional second argument.
Richard M. Stallman [Wed, 27 Aug 1997 22:34:30 +0000 (22:34 +0000)]
(last): Accept optional second argument.

26 years ago(browse-url-mail): Use compose-mail[-other-window], not always `mail'.
Richard M. Stallman [Wed, 27 Aug 1997 21:20:47 +0000 (21:20 +0000)]
(browse-url-mail): Use compose-mail[-other-window], not always `mail'.

26 years ago[HAVE_SYSVIPC]: Include errno.h, as in the other case.
Richard M. Stallman [Wed, 27 Aug 1997 20:08:59 +0000 (20:08 +0000)]
[HAVE_SYSVIPC]: Include errno.h, as in the other case.
(main) [!BSD_SYSTEM]: Fix error message for getcwd failure.

26 years agoInclude errno.h.
Richard M. Stallman [Wed, 27 Aug 1997 20:01:05 +0000 (20:01 +0000)]
Include errno.h.
(init_buffer) [HAVE_GETCWD]: Fix error message for getcwd failure.

26 years agoWhitespace change.
Richard M. Stallman [Wed, 27 Aug 1997 19:59:41 +0000 (19:59 +0000)]
Whitespace change.

26 years agoChange the custom group to `hypermedia'.
Richard M. Stallman [Wed, 27 Aug 1997 18:43:39 +0000 (18:43 +0000)]
Change the custom group to `hypermedia'.
(browse-url-netscape-version): New variable.
(browse-url-netscape-reload): Use it to account for reported
backwards incompatibility.

26 years ago(sh-indent-line): Delete debugging code.
Richard M. Stallman [Wed, 27 Aug 1997 17:39:44 +0000 (17:39 +0000)]
(sh-indent-line): Delete debugging code.

26 years ago(setup-8-bit-environment): Load the latin-N file again each time.
Richard M. Stallman [Wed, 27 Aug 1997 17:27:38 +0000 (17:27 +0000)]
(setup-8-bit-environment): Load the latin-N file again each time.

26 years ago(help-with-tutorial): Doc fix.
Richard M. Stallman [Wed, 27 Aug 1997 17:26:03 +0000 (17:26 +0000)]
(help-with-tutorial): Doc fix.

26 years ago(find-file-literally): Doc fix.
Richard M. Stallman [Wed, 27 Aug 1997 17:25:46 +0000 (17:25 +0000)]
(find-file-literally): Doc fix.

26 years agoDeclare Fchar_bytes.
Richard M. Stallman [Wed, 27 Aug 1997 17:22:22 +0000 (17:22 +0000)]
Declare Fchar_bytes.

26 years ago(concat): Fix use of Fchar_bytes.
Richard M. Stallman [Wed, 27 Aug 1997 17:21:54 +0000 (17:21 +0000)]
(concat): Fix use of Fchar_bytes.

26 years ago(Finsert_file_contents): Fix use of Fboundp.
Richard M. Stallman [Wed, 27 Aug 1997 17:21:27 +0000 (17:21 +0000)]
(Finsert_file_contents): Fix use of Fboundp.

26 years ago(redisplay_window): When trying to scroll conservatively
Richard M. Stallman [Wed, 27 Aug 1997 17:13:29 +0000 (17:13 +0000)]
(redisplay_window): When trying to scroll conservatively
correctly take the scroll margin into account.

26 years ago(rmail-summary-get-new-mail):
Richard M. Stallman [Wed, 27 Aug 1997 16:18:29 +0000 (16:18 +0000)]
(rmail-summary-get-new-mail):
Handle args like rmail-get-new-mail, and pass them to that function.

26 years agoFix previous change.
Richard M. Stallman [Wed, 27 Aug 1997 15:53:09 +0000 (15:53 +0000)]
Fix previous change.

26 years ago(msdos-color-aliases): Add missing colors.
Eli Zaretskii [Wed, 27 Aug 1997 12:22:35 +0000 (12:22 +0000)]
(msdos-color-aliases): Add missing colors.
(msdos-color-translate): Handle "deep" and "pale" color
varieties.

26 years agoIf src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
Eli Zaretskii [Wed, 27 Aug 1997 11:44:29 +0000 (11:44 +0000)]
If src/_gdbinit doesn't exist, try using src/.gdbinit to create it (for
building on Windows 95).

26 years agoAdd the coding: tag to prevent Emacs from thinking this is encoded in SJIS.
Eli Zaretskii [Wed, 27 Aug 1997 07:12:29 +0000 (07:12 +0000)]
Add the coding: tag to prevent Emacs from thinking this is encoded in SJIS.

26 years ago(forms-read-only): Un-customize, and doc fix.
Richard M. Stallman [Wed, 27 Aug 1997 06:47:51 +0000 (06:47 +0000)]
(forms-read-only): Un-customize, and doc fix.

26 years agoMany changes by Ivar Rummelhoff.
Richard M. Stallman [Wed, 27 Aug 1997 04:13:52 +0000 (04:13 +0000)]
Many changes by Ivar Rummelhoff.

26 years ago(mail-strip-quoted-names): Retain one whitespace
Richard M. Stallman [Wed, 27 Aug 1997 02:33:40 +0000 (02:33 +0000)]
(mail-strip-quoted-names): Retain one whitespace
character between addresses.

26 years ago(decode_mode_spec): For %Z and %z, put keyboard and
Richard M. Stallman [Tue, 26 Aug 1997 22:41:06 +0000 (22:41 +0000)]
(decode_mode_spec): For %Z and %z, put keyboard and
terminal coding systems into modeline on MSDOS frames as well.

26 years ago(read_minibuf): Inherit enable-multibyte-characters
Richard M. Stallman [Tue, 26 Aug 1997 22:16:09 +0000 (22:16 +0000)]
(read_minibuf): Inherit enable-multibyte-characters
along with the input method, if requested.

26 years ago(gnus-select-method): Change the other ignore-errors.
Richard M. Stallman [Tue, 26 Aug 1997 22:11:25 +0000 (22:11 +0000)]
(gnus-select-method): Change the other ignore-errors.

26 years ago(emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax.
Richard M. Stallman [Tue, 26 Aug 1997 18:13:31 +0000 (18:13 +0000)]
(emacs-lisp-mode-syntax-table): Give formfeed whitespace syntax.

26 years ago(facemenu-unlisted-faces): Expand variable
Richard M. Stallman [Tue, 26 Aug 1997 17:59:23 +0000 (17:59 +0000)]
(facemenu-unlisted-faces): Expand variable
definition to allow regexps; add regexps for some packages that
define a lot of faces.
(facemenu-add-new-face): Test new face against regexps.
(list-colors-display): Rather than creating a zillion faces, use
new (foreground-color . COLOR) and (background-color . COLOR)
face properties.

26 years ago(mule-diag): Add save-excursion calls.
Richard M. Stallman [Tue, 26 Aug 1997 17:33:55 +0000 (17:33 +0000)]
(mule-diag): Add save-excursion calls.

26 years agoRe-arrange macros so that the macro TIT contains
Kenichi Handa [Tue, 26 Aug 1997 12:04:43 +0000 (12:04 +0000)]
Re-arrange macros so that the macro TIT contains
only Quial packages generated from CXTERM dictionaries, and the
macro NON-TIT contains only Quial packages distributed with Emacs.
(install): Do not use -h option for tar, instead copy ${NON-TIT}
and ${TIT} separately.

26 years ago(inactivate-current-input-method-function): Doc-string modified.
Kenichi Handa [Tue, 26 Aug 1997 12:03:42 +0000 (12:03 +0000)]
(inactivate-current-input-method-function): Doc-string modified.
(input-method-activate-hook): Likewise.
(input-method-inactivate-hook): Likewise.
(activate-input-method): Document it.
(inactivate-input-method): Document it.

26 years ago(set-language-info-alist): Change
Kenichi Handa [Tue, 26 Aug 1997 11:47:06 +0000 (11:47 +0000)]
(set-language-info-alist): Change
iso-2022-7bit to iso-2022-jp.

26 years ago(tibetan-composition): Add autoload cookies.
Kenichi Handa [Tue, 26 Aug 1997 11:47:06 +0000 (11:47 +0000)]
(tibetan-composition): Add autoload cookies.

26 years ago(revert-buffer): Read a file without any code
Kenichi Handa [Tue, 26 Aug 1997 11:45:49 +0000 (11:45 +0000)]
(revert-buffer): Read a file without any code
conversion if we are reverting from an auto-saved file.

26 years ago(query-replace-read-args): Locally bind
Kenichi Handa [Tue, 26 Aug 1997 11:45:49 +0000 (11:45 +0000)]
(query-replace-read-args): Locally bind
minibuffer-inherit-input-method to t to make a minibuffer inherit
the current input method.
(map-query-replace-regexp, keep-lines, flush-lines): Likewise.
(how-many, occur): Likewise.

26 years ago(Fml_arg): Call Fread_string with
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fml_arg): Call Fread_string with
INHERIT-INPUT-METHOD nil.

26 years ago(Fexecute_extended_command): Call Fread_from_minibuffer
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fexecute_extended_command): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.

26 years ago(Finteractive): Document the code letter `M'.
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Finteractive): Document the code letter `M'.
(Fcall_interactively): Call Fcompleting_read,
Fread_from_minibuffer, and Fread_string with a proper value for
the arg INHERIT-INPUT-METHOD.  Handle the code letter `M'.

26 years ago(DEFUN_ARGS_8): New macro.
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(DEFUN_ARGS_8): New macro.
(Fcompleting_read, Fread_from_minibuffer, Fread_string,
Fread_no_blanks_input): Number of arguments fixed.

26 years ago(Fread_non_nil_coding_system): Supply the arg
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fread_non_nil_coding_system): Supply the arg
INHERIT-INPUT-METHOD to Fcompleting_read.
(Fread_coding_system): Likewise.

26 years ago(Qcurrent_input_method, Qactivate_input_method): New
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Qcurrent_input_method, Qactivate_input_method): New
variables.
(syms_of_minibuf): Intern and staticpro them.
(read_minibuf): New argument INHERIT_INPUT_METHOD.  If it is
nonzero, remember the current input method in INPUT_METHOD, and
activate it after switching to the minibuffer.
(Fread_from_minibuffer): New argument INHERIT_INPUT_METHOD.
(Fread_minibuffer): Call read_minibuf with INHERIT_INPUT_METHOD
nil.
(Fread_string): New argument INHERIT_INPUT_METHOD.
(Fread_no_blanks_input): Likewise.
(Fread_command): Call Fcompleting_read with INHERIT_INPUT_METHOD
nil.
(Fread_function, Fread_variable, Fread_buffer): Likewise
(Fcompleting_read): New argument INHERIT_INPUT_METHOD.

26 years ago(Feval): Handle a subr which takes 8 arguments.
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Feval): Handle a subr which takes 8 arguments.
(Ffuncall): Likewise.

26 years ago(Fwrite_region): Convert EOL format even if
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fwrite_region): Convert EOL format even if
enable-multibyte-characters is nil.
(Fread_file_name): Call Fcompleting_read with INHERIT-INPUT-METHOD
nil.

26 years ago(Fyes_or_no_p): Call Fread_from_minibuffer
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fyes_or_no_p): Call Fread_from_minibuffer
with INHERIT-INPUT-METHOD nil.

26 years ago(Fsearch_backward): Inherit the current input method on
Kenichi Handa [Tue, 26 Aug 1997 11:42:33 +0000 (11:42 +0000)]
(Fsearch_backward): Inherit the current input method on
reading STRING.
(Fsearch_forward): Likewise.

26 years ago(*:Linux:*:*): Recognize alpha-linux-gnulibc1.
Richard Kenner [Tue, 26 Aug 1997 09:21:29 +0000 (09:21 +0000)]
(*:Linux:*:*): Recognize alpha-linux-gnulibc1.

26 years agoRequire cl at compile time.
Richard M. Stallman [Tue, 26 Aug 1997 06:38:09 +0000 (06:38 +0000)]
Require cl at compile time.

26 years ago(gnus-group-make-useful-group): Don't use caddr in interactive.
Richard M. Stallman [Tue, 26 Aug 1997 06:30:41 +0000 (06:30 +0000)]
(gnus-group-make-useful-group): Don't use caddr in interactive.

26 years ago(gnus-emphasis-alist): Don't use caddr.
Richard M. Stallman [Tue, 26 Aug 1997 06:29:12 +0000 (06:29 +0000)]
(gnus-emphasis-alist): Don't use caddr.

26 years ago(rmail-mode-1): Update the value for mode-line-modified.
Richard M. Stallman [Tue, 26 Aug 1997 04:37:02 +0000 (04:37 +0000)]
(rmail-mode-1): Update the value for mode-line-modified.

26 years ago(custom-declare-variable): Use custom-initialize-reset
Richard M. Stallman [Tue, 26 Aug 1997 03:45:21 +0000 (03:45 +0000)]
(custom-declare-variable): Use custom-initialize-reset
by default, rather than custom-initialize-set.
(custom-initialize-reset, custom-initialize-set): Doc fixes.

26 years ago(install-arch-indep): Discard extra data in tar | tar pipes.
Richard M. Stallman [Tue, 26 Aug 1997 03:34:50 +0000 (03:34 +0000)]
(install-arch-indep): Discard extra data in tar | tar pipes.

26 years ago(install): Discard extra data in tar | tar command.
Richard M. Stallman [Tue, 26 Aug 1997 03:25:49 +0000 (03:25 +0000)]
(install): Discard extra data in tar | tar command.

26 years ago(Fframe_pixel_height): Doc fix.
Richard M. Stallman [Tue, 26 Aug 1997 01:36:29 +0000 (01:36 +0000)]
(Fframe_pixel_height): Doc fix.

26 years agoRequire cl at compile time.
Richard M. Stallman [Tue, 26 Aug 1997 00:13:53 +0000 (00:13 +0000)]
Require cl at compile time.

26 years ago(emacs): Put dash at beginning.
Richard M. Stallman [Mon, 25 Aug 1997 19:13:16 +0000 (19:13 +0000)]
(emacs): Put dash at beginning.

26 years ago(c-macro-expand): Add autoload cookie.
Richard M. Stallman [Mon, 25 Aug 1997 17:18:44 +0000 (17:18 +0000)]
(c-macro-expand): Add autoload cookie.

26 years ago(hif-greater, hif-less, hif-greater-equal)
Richard M. Stallman [Mon, 25 Aug 1997 17:06:42 +0000 (17:06 +0000)]
(hif-greater, hif-less, hif-greater-equal)
(hif-less-equal): New functions.
(hif-tokenize): Handle new tokens >, <, >=, <=.
(hif-eq-expr): Handle parsing these new tokens.
(hif-token-regexp): Match >, <. >=, <=