bpt/emacs.git
25 years ago(write_glyphs): When terminal_coding require flushing,
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(write_glyphs): When terminal_coding require flushing,
call encode_coding with "" as the SOURCE arg so that ccl_driver
correctly processes eof block of a CCL program.

25 years ago(read_char): If not reading a key sequence (MAPS is nil),
Richard M. Stallman [Tue, 18 Aug 1998 11:12:25 +0000 (11:12 +0000)]
(read_char): If not reading a key sequence (MAPS is nil),
bind input-method-exit-on-first-char and input-method-use-echo-area
to t.
(read_char): If PREV_EVENT is non-nil, don't run the input method.
(read_key_sequence): Do not bind input-method-function.

25 years ago(Fcall_interactively): Pass new args to Fread_event
Richard M. Stallman [Tue, 18 Aug 1998 11:06:30 +0000 (11:06 +0000)]
(Fcall_interactively): Pass new args to Fread_event
and Fread_char.  Let Fread_char do the prompting.

25 years ago(Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.
Richard M. Stallman [Tue, 18 Aug 1998 11:05:37 +0000 (11:05 +0000)]
(Ftranspose_regions): Pass 0 as NOMARKERS to replace_range.

25 years ago(internal_self_insert): Pass 1 as NOMARKERS to replace_range.
Richard M. Stallman [Tue, 18 Aug 1998 11:05:03 +0000 (11:05 +0000)]
(internal_self_insert): Pass 1 as NOMARKERS to replace_range.

25 years ago(Fread_event, Fread_char, Fread_char_exclusive):
Richard M. Stallman [Tue, 18 Aug 1998 11:04:16 +0000 (11:04 +0000)]
(Fread_event, Fread_char, Fread_char_exclusive):
Update declarations.

25 years ago(Fmultibyte_char_to_unibyte): New function.
Richard M. Stallman [Tue, 18 Aug 1998 11:02:54 +0000 (11:02 +0000)]
(Fmultibyte_char_to_unibyte): New function.
(syms_of_charset): defsubr it.

25 years ago(midnight-hook): initialize to a list.
Richard M. Stallman [Tue, 18 Aug 1998 11:02:18 +0000 (11:02 +0000)]
(midnight-hook): initialize to a list.

25 years ago(read-quoted-char): Don't bind input-method-function;
Richard M. Stallman [Tue, 18 Aug 1998 09:32:31 +0000 (09:32 +0000)]
(read-quoted-char): Don't bind input-method-function;
instead, pass the new args to read-event.

25 years ago(Fy_or_n_p): Don't bind input-method-function.
Richard M. Stallman [Tue, 18 Aug 1998 09:01:20 +0000 (09:01 +0000)]
(Fy_or_n_p): Don't bind input-method-function.
Instead, pass 0 as INPUT_METHOD to read_filtered_event.

25 years ago(read_filtered_event): New arg INPUT_METHOD. Calls changed.
Richard M. Stallman [Tue, 18 Aug 1998 09:00:14 +0000 (09:00 +0000)]
(read_filtered_event): New arg INPUT_METHOD.  Calls changed.
(Fread_event): New args PROMPT and SUPPRESS-INPUT-METHOD.
(Fread_char, Fread_char_exclusive): Likewise.

25 years ago(search-whitespace-regexp): Doc fix.
Richard M. Stallman [Tue, 18 Aug 1998 07:45:27 +0000 (07:45 +0000)]
(search-whitespace-regexp): Doc fix.

25 years agoWhitespace change.
Richard M. Stallman [Tue, 18 Aug 1998 07:02:59 +0000 (07:02 +0000)]
Whitespace change.

25 years ago(replace_range): Rename NOMARKERS arg to MARKERS.
Richard M. Stallman [Tue, 18 Aug 1998 07:00:00 +0000 (07:00 +0000)]
(replace_range): Rename NOMARKERS arg to MARKERS.

25 years ago(ange-ftp-file-name-sans-versions): Don't return
Richard M. Stallman [Tue, 18 Aug 1998 04:49:15 +0000 (04:49 +0000)]
(ange-ftp-file-name-sans-versions): Don't return
the shortened version of the file name.

25 years ago(Fy_or_n_p): Bind input-method-function to nil.
Richard M. Stallman [Tue, 18 Aug 1998 04:27:37 +0000 (04:27 +0000)]
(Fy_or_n_p): Bind input-method-function to nil.

25 years agoFix previous change.
Kenichi Handa [Tue, 18 Aug 1998 00:56:48 +0000 (00:56 +0000)]
Fix previous change.

25 years ago(activate-input-method): Handle the
Kenichi Handa [Tue, 18 Aug 1998 00:44:20 +0000 (00:44 +0000)]
(activate-input-method): Handle the
case that the arg INPUT-METHOD is nil correctly.
(read-multilingual-string): Activate the specified input method
before calling read-string.  Afterward, activate the original
input method.

25 years agoGive proper value of `input-method' key to
Kenichi Handa [Tue, 18 Aug 1998 00:43:52 +0000 (00:43 +0000)]
Give proper value of `input-method' key to
all lang. env.

25 years ago(Freset_this_command_lengths): Return nil.
Richard M. Stallman [Mon, 17 Aug 1998 07:04:41 +0000 (07:04 +0000)]
(Freset_this_command_lengths): Return nil.
(read_char): [All these changes are in the input method code.]
Process and clear before_command_restore_flag before the input method.
Save and restore ok_to_echo_at_next_pause and
current_kboard->echo_after_prompt.
Save, copy and empty this_command_keys, if it is not empty.
Clear the echo area before the input method.
Then in all cases restore this_command_keys, and reenable echoing
if it was enabled before.

25 years agoComment change.
Richard M. Stallman [Mon, 17 Aug 1998 04:45:21 +0000 (04:45 +0000)]
Comment change.

25 years ago("czech"): Make this input method deterministic,
Kenichi Handa [Mon, 17 Aug 1998 02:34:54 +0000 (02:34 +0000)]
("czech"): Make this input method deterministic,
kbd-translate, and show-layout.

25 years ago(set-language-environment): Reset
Kenichi Handa [Mon, 17 Aug 1998 02:34:54 +0000 (02:34 +0000)]
(set-language-environment): Reset
syntax and case table to the defaults if the value of
unibyte-syntax key is nil.

25 years ago(unibyte_display_through_language_environment):
Richard M. Stallman [Mon, 17 Aug 1998 00:45:52 +0000 (00:45 +0000)]
(unibyte_display_through_language_environment):
Renamed from x_display_unibyte_char_with_fontset.

25 years ago(rmail-output): Always preserve MIME-Version field,
Richard M. Stallman [Sun, 16 Aug 1998 06:59:13 +0000 (06:59 +0000)]
(rmail-output): Always preserve MIME-Version field,
even if it was pruned.

25 years ago*** empty log message ***
Richard M. Stallman [Sun, 16 Aug 1998 06:49:11 +0000 (06:49 +0000)]
*** empty log message ***

25 years ago(midnight-float-time): Renamed from float-time.
Richard M. Stallman [Sun, 16 Aug 1998 02:39:56 +0000 (02:39 +0000)]
(midnight-float-time): Renamed from float-time.
(midnight-time-float): Renamed from time-float.
(midnight-buffer-display-time): Renamed from buffer-display-time.
(midnight-mode): Specify :initialize.  Use nil as default value.

25 years ago(vmotion): Don't use WINDOW for Fget_char_property
Richard M. Stallman [Sun, 16 Aug 1998 02:10:56 +0000 (02:10 +0000)]
(vmotion): Don't use WINDOW for Fget_char_property
when it is not showing the right buffer.

25 years ago(Info-follow-reference): Nice error msg if there was no arg.
Richard M. Stallman [Sun, 16 Aug 1998 02:10:25 +0000 (02:10 +0000)]
(Info-follow-reference): Nice error msg if there was no arg.

25 years agox_display_unibyte_char_with_fontset renamed to
Richard M. Stallman [Sat, 15 Aug 1998 23:00:07 +0000 (23:00 +0000)]
x_display_unibyte_char_with_fontset renamed to
unibyte_display_via_language_environment.

25 years ago(comint-postoutput-scroll-to-bottom): Cope with unset
Richard M. Stallman [Sat, 15 Aug 1998 22:27:54 +0000 (22:27 +0000)]
(comint-postoutput-scroll-to-bottom): Cope with unset
comint-last-output-start marker.

25 years ago(wait_reading_process_input): If a pty gives EIO,
Richard M. Stallman [Sat, 15 Aug 1998 05:53:00 +0000 (05:53 +0000)]
(wait_reading_process_input): If a pty gives EIO,
raise SIGCHLD just in case.

25 years ago(widget_store_internal_border): Conditionalize declaration.
Richard M. Stallman [Sat, 15 Aug 1998 05:49:39 +0000 (05:49 +0000)]
(widget_store_internal_border): Conditionalize declaration.

25 years agoFix several translation rules.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
Fix several translation rules.

25 years ago(kkc-help): New function.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(kkc-help): New function.
(kkc-keymap): Use sparse keymap.  Add key binding for kkc-help.

25 years ago(language-info-alist): Doc-string
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(language-info-alist): Doc-string
modified.
(set-language-info-alist): Fix typo in doc-string.  Update
setup-language-environment-map unconditionally.
(mule-keymap): Key bindings for set-selection-coding-system and
set-next-selection-coding-system.
(set-coding-system-map): Add items of set-selection-coding-system
and set-next-selection-coding-system.

25 years ago(set-selection-coding-system): Make it
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(set-selection-coding-system): Make it
interactive.
(last-next-selection-coding-system): New variable.
(set-next-selection-coding-system): New function.

25 years ago("Hebrew"): Delete describe-function key.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
("Hebrew"): Delete describe-function key.

25 years ago(copy_text): Fix previous change, call
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(copy_text): Fix previous change, call
multibyte_char_to_unibyte.

25 years ago(coding_category_name): Fix the order of initial
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(coding_category_name): Fix the order of initial
contents.
(detect_coding_mask): Fix previous change.

25 years ago(BASE_PURESIZE): Increased.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(BASE_PURESIZE): Increased.

25 years ago(x_display_unibyte_char_with_fontset): New variable.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(x_display_unibyte_char_with_fontset): New variable.
(syms_of_xfns): Declare x-display-unibyte-char-with-fontset as a
Lisp variable.

25 years ago(Vnext_selection_coding_system): New variable.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(Vnext_selection_coding_system): New variable.
(selection_data_to_lisp_data): If Vnext_selection_coding_system is
non-nil, use it.
(lisp_data_to_selection_data): Likewise.
(syms_of_xselect): Declare next-selection-coding-system as a Lisp
variable.

25 years ago(dumpglyphs): If x_display_unibyte_char_with_fontset is
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(dumpglyphs): If x_display_unibyte_char_with_fontset is
nonzero, convert a unibyte 8-bit char to a multibyte char and
display it by a font listed in the current fontset.

25 years ago(x_display_unibyte_char_with_fontset): Extern it.
Kenichi Handa [Sat, 15 Aug 1998 01:28:14 +0000 (01:28 +0000)]
(x_display_unibyte_char_with_fontset): Extern it.

25 years ago(select-safe-coding-system): If default-coding-system is no-conversion,
Richard M. Stallman [Fri, 14 Aug 1998 09:02:48 +0000 (09:02 +0000)]
(select-safe-coding-system): If default-coding-system is no-conversion,
return that; it is always safe.

25 years ago(sendmail-send-it): Report invalid values of mail-from-style.
Richard M. Stallman [Fri, 14 Aug 1998 08:58:00 +0000 (08:58 +0000)]
(sendmail-send-it): Report invalid values of mail-from-style.

25 years ago(Info-try-follow-nearest-node): Get the node name
Richard M. Stallman [Fri, 14 Aug 1998 08:46:22 +0000 (08:46 +0000)]
(Info-try-follow-nearest-node): Get the node name
directly out of the menu item pointed at.

25 years ago(which-func-modes): Add fortran-mode.
Richard M. Stallman [Fri, 14 Aug 1998 08:40:13 +0000 (08:40 +0000)]
(which-func-modes): Add fortran-mode.

25 years ago(ediff-next-difference, ediff-previous-difference): Handle nil as arg.
Richard M. Stallman [Fri, 14 Aug 1998 04:12:01 +0000 (04:12 +0000)]
(ediff-next-difference, ediff-previous-difference): Handle nil as arg.

25 years ago(stat): Fall-back to default behaviour when we cannot get
Richard M. Stallman [Fri, 14 Aug 1998 03:47:10 +0000 (03:47 +0000)]
(stat): Fall-back to default behaviour when we cannot get
accurate information on file attributes.

25 years agoRemoved scrollbar-width from the frame-parameters.
Eric M. Ludlam [Fri, 14 Aug 1998 01:15:33 +0000 (01:15 +0000)]
Removed scrollbar-width from the frame-parameters.

25 years ago(quail-update-leim-list-file): Fix message syntax.
Richard M. Stallman [Thu, 13 Aug 1998 23:02:48 +0000 (23:02 +0000)]
(quail-update-leim-list-file): Fix message syntax.

25 years agoAdd informative message about the lists of GC stats.
Richard M. Stallman [Thu, 13 Aug 1998 23:01:42 +0000 (23:01 +0000)]
Add informative message about the lists of GC stats.

25 years ago(dired-do-rename-regexp): Doc fix.
Richard M. Stallman [Thu, 13 Aug 1998 23:01:05 +0000 (23:01 +0000)]
(dired-do-rename-regexp): Doc fix.

25 years ago(dos_set_keyboard): Set up stack and flags before
Eli Zaretskii [Thu, 13 Aug 1998 10:09:28 +0000 (10:09 +0000)]
(dos_set_keyboard): Set up stack and flags before
calling _go32_dpmi_simulate_int.

25 years ago(nntp-encode-text): Properly encode outgoing text by
Richard M. Stallman [Thu, 13 Aug 1998 06:20:33 +0000 (06:20 +0000)]
(nntp-encode-text): Properly encode outgoing text by
putting CR at the end of all lines.

25 years ago(PC-do-completion): Exclude ./ and ../ from completion.
Richard M. Stallman [Thu, 13 Aug 1998 05:05:44 +0000 (05:05 +0000)]
(PC-do-completion): Exclude ./ and ../ from completion.

25 years agoUpdate bug report address and copyright.
Paul Eggert [Wed, 12 Aug 1998 22:33:01 +0000 (22:33 +0000)]
Update bug report address and copyright.

25 years ago(electric-buffer-menu-mode-map): Don't wipe out all Meta keys.
Richard M. Stallman [Wed, 12 Aug 1998 22:21:47 +0000 (22:21 +0000)]
(electric-buffer-menu-mode-map): Don't wipe out all Meta keys.

25 years agoComment changes.
Richard M. Stallman [Wed, 12 Aug 1998 21:47:35 +0000 (21:47 +0000)]
Comment changes.

25 years agoFew key sequences added to some keyboards.
Richard M. Stallman [Wed, 12 Aug 1998 21:47:18 +0000 (21:47 +0000)]
Few key sequences added to some keyboards.

25 years ago(powerpc-apple-netbsd): Added.
Richard M. Stallman [Wed, 12 Aug 1998 21:32:31 +0000 (21:32 +0000)]
(powerpc-apple-netbsd): Added.

25 years ago(double-setup): Only copy `key-translation-map' if it is a keymap.
Richard M. Stallman [Wed, 12 Aug 1998 19:45:38 +0000 (19:45 +0000)]
(double-setup): Only copy `key-translation-map' if it is a keymap.

25 years agoUpdate copyright
Paul Eggert [Wed, 12 Aug 1998 14:22:14 +0000 (14:22 +0000)]
Update copyright

25 years ago(mail-setup): After using `fill-region-as-paragraph'
Richard M. Stallman [Wed, 12 Aug 1998 07:31:00 +0000 (07:31 +0000)]
(mail-setup): After using `fill-region-as-paragraph'
on a new address field, ensure that it ends with a newline.

25 years ago(recover-session): Add leading space on added text lines.
Richard M. Stallman [Wed, 12 Aug 1998 02:58:02 +0000 (02:58 +0000)]
(recover-session): Add leading space on added text lines.

25 years ago(initialize_fullname): Prefer getent if available.
Paul Eggert [Tue, 11 Aug 1998 22:11:08 +0000 (22:11 +0000)]
(initialize_fullname): Prefer getent if available.

25 years agoComment changes.
Richard M. Stallman [Tue, 11 Aug 1998 15:00:19 +0000 (15:00 +0000)]
Comment changes.

25 years ago(mail-setup): After using `fill-region-as-paragraph'
Richard M. Stallman [Tue, 11 Aug 1998 12:17:42 +0000 (12:17 +0000)]
(mail-setup): After using `fill-region-as-paragraph'
on a new address field, ensure that it ends with a newline.

25 years ago(list-faces-display): Call print-help-return-message.
Richard M. Stallman [Tue, 11 Aug 1998 11:15:58 +0000 (11:15 +0000)]
(list-faces-display): Call print-help-return-message.
(describe-face): Likewise.

25 years ago(disassemble-1): Move the call to
Richard M. Stallman [Tue, 11 Aug 1998 11:05:51 +0000 (11:05 +0000)]
(disassemble-1): Move the call to
string-as-unibyte outside of the if statement.

25 years ago(scan_sexps_forward): Set up the syntax table scanning
Richard M. Stallman [Mon, 10 Aug 1998 21:19:03 +0000 (21:19 +0000)]
(scan_sexps_forward): Set up the syntax table scanning
stuff before jumping into the loop.

25 years ago(time-stamp-string-preprocess): Add %U code.
Richard M. Stallman [Mon, 10 Aug 1998 21:13:58 +0000 (21:13 +0000)]
(time-stamp-string-preprocess): Add %U code.

25 years ago(IT_cmgoto): In the echo area, only put the cursor at
Eli Zaretskii [Mon, 10 Aug 1998 15:34:32 +0000 (15:34 +0000)]
(IT_cmgoto): In the echo area, only put the cursor at
the end of text if it is beyond the displayed text end.

25 years ago(reftex-reparse-document): Renamed from `reftex-parse-document'.
Carsten Dominik [Mon, 10 Aug 1998 13:53:02 +0000 (13:53 +0000)]
(reftex-reparse-document): Renamed from `reftex-parse-document'.
(reftex-string-to-label): Splitting string on "\W+" now (better
for other languages).
(reftex-expand-path, reftex-find-file-on-path,
reftex-access-search-path, reftex-find-tex-file,
reftex-find-bib-file): Function rewritten.
(reftex-toc-show-insertion-point, reftex-plug-into-AUCTeX-now,
reftex-toggle-auto-view-crossref): New commands.
(reftex-abbreviate-title, reftex-view-crossref-when-idle,
reftex-echo-ref, reftex-echo-cite, reftex-make-cite-echo-string,
reftex-verified-face, reftex-new-section-callback,
reftex-change-hook, reftex-figure-out-cite-format,
reftex-restrict-bib-matches, reftex-ensure-compiled-variables,
reftex-select-with-char): New functions.
(reftex-delete-list): Function removed
(reftex-cache-variables): New constant.
(reftex-bibfile-ignore-regexps): Renamed from
`reftex-bibfile-ignore-list'.
(reftex-locate-bibliography-files): Use changed option
`reftex-bibfile-ignore-regexps'.
(reftex-reset-mode): Also remove parse file.
(reftex-view-crossref): No longer displays when inside comments.
(reftex-show-entry): Adapted for new outline mode.
(reftex-select-label-mode): set syntax table.
(reftex-compile-variables): renamed from
reftex-compute-ref-cite-tables.  Now caches computed values for
different documents.
(reftex-label-alist-external-add-ons): Variable removed.
Functionality went into a property of the
`reftex-docstruct-symbol'.
(reftex-add-to-label-alist): Use property
`reftex-label-alist-style'.
(reftex-set-cite-format, reftex-get-cite-format,
(reftex-query-label-type, reftex-select-external-document,
reftex-citation): Use `reftex-select-with-char'.
(reftex-arg-label,reftex-arg-cite): Now actually works :-).
(reftex-parse-bibtex-entry): buffer "*RefTeX-scratch*" renamed to
" *RefTeX-scratch*", to make is a hidden buffer.
(reftex-make-and-insert-label-list): Checking if note is a string.
(reftex-access-parse-file): Catch exceptions while loading the
file.
(reftex-keep-temporary-buffers,
reftex-initialize-temporary-buffers): Customization group changed.
(reftex-auto-view-crossref): New option.
(reftex-auto-view-crossref-timer): New variable.
(reftex-refontify): Adapted for future versions of x-symbol.
(reftex-make-and-insert-label-list): Set modification flag when
updating an entry.  Add face property to toc line.
(reftex-do-parse): Set modification flag, do not write parse file.
(reftex-label): Set the modification flag when adding to docstruct
list.
(reftex-access-parse-file): Clear the modification flag.
(reftex-kill-buffer-hook, reftex-kill-emacs-hook): New hooks.
Installed in `kill-buffer-hook' and `kill-emacs-hook'.
(reftex-toc): Add face property to section heading.
(reftex-section-info): No longer add face property.
(reftex-pop-to-bibtex-entry): Can use echo area for display.
(reftex-view-crossref): Additional argument ECHO.
(reftex-format-citation): %T and %B for abbreviated titles.
(reftex-what-macro): WHICH can also be 1 to get just one enclosing
macro.
(reftex-customize): Removed check for old custom versions.
(reftex-do-citation): cleaned up.

25 years ago(mail-citation-header): New variable.
Richard M. Stallman [Mon, 10 Aug 1998 07:43:08 +0000 (07:43 +0000)]
(mail-citation-header): New variable.
(mail-yank-original, mail-yank-region): Bind mail-citation-header.
(mail-citation-hook): Doc fix.

25 years ago(read_char): Don't decrement this_command_key_count when saving it.
Richard M. Stallman [Mon, 10 Aug 1998 07:22:21 +0000 (07:22 +0000)]
(read_char): Don't decrement this_command_key_count when saving it.

25 years ago("Korean"): Fix previous change.
Kenichi Handa [Mon, 10 Aug 1998 06:44:16 +0000 (06:44 +0000)]
("Korean"): Fix previous change.

25 years ago(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa [Mon, 10 Aug 1998 06:42:41 +0000 (06:42 +0000)]
(setup-XXX-environment): Just call set-language-environment.  If
they used to do some other jobs than what done by
set-language-environment, those jobs are done in
setup-XXX-environment-internal now.

25 years ago(language-info-alist): Doc-string modified.
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(language-info-alist): Doc-string modified.
(reset-language-environment): New function for the job that
setup-english-environment used to do.
(set-language-environment): Do more setups according to the info
in language-info-alist.
(read-language-name): Handle the case that the arg KEY is nil.  *
(describe-language-environment): Handle input-method property.

25 years ago(iso-safe): Comment for this coding system fixed.
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(iso-safe): Comment for this coding system fixed.
(coding-category-iso-8-1): Change default coding priority.

25 years ago(quail-start-translation): If
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(quail-start-translation): If
enable-multibyte-characters is nil, convert multibyte character to
unibyte.
(quail-start-conversion): Likewise.

25 years ago("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.

25 years ago(setup-XXX-environment): Just call set-language-environment. If
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(setup-XXX-environment): Just call set-language-environment.  If
they used to do some other jobs than what done by
set-language-environment, those jobs are done in
setup-XXX-environment-internal now.
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.

25 years ago(setup-english-environment): Just call
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(setup-english-environment): Just call
reset-language-environment.
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.

25 years ago(setup-8-bit-environment): Function deleted.
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(setup-8-bit-environment): Function deleted.
(setup-XXX-environment): Just call set-language-environment.  If
they used to do some other jobs than what done by
set-language-environment, those jobs are done in
setup-XXX-environment-internal now.
("LANUGAGE-ENVIRONMENT"): Delete property setup-function or change
the value to setup-XXX-environment-internal.  Add properties
nonascii-translation, input-method, features, unibyte-syntax, and
unibyte-display.

25 years ago(default_buffer_file_coding): New variable.
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(default_buffer_file_coding): New variable.
(init_coding_once): Initialize default_buffer_file_coding.

25 years ago(default_buffer_file_coding): Extern it.
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(default_buffer_file_coding): Extern it.

25 years ago(Fwrite_region): Reflect the eol conversion
Kenichi Handa [Mon, 10 Aug 1998 06:29:02 +0000 (06:29 +0000)]
(Fwrite_region): Reflect the eol conversion
specification of default value of buffer-file-coding-system if is
is undefined.

25 years ago(__FreeBSD_version): Define it, or else include osreldate.h to define it.
Richard M. Stallman [Mon, 10 Aug 1998 02:41:44 +0000 (02:41 +0000)]
(__FreeBSD_version): Define it, or else include osreldate.h to define it.
(LIB_GCC): Unconditional definition deleted.
[ELF] (LD_SWITCH_SYSTEM, START_FILES, UNEXEC, LIB_STANDARD, LIB_GCC):
New alternative definitions.
[! ELF] (START_FILES, LIB_GCC): New alternative definitions.

25 years ago(unexec): Check for section names end and edata with no underscore.
Richard M. Stallman [Mon, 10 Aug 1998 02:35:54 +0000 (02:35 +0000)]
(unexec): Check for section names end and edata with no underscore.

25 years ago(sregex-replace-match): Don't call sregex--value-groups.
Richard M. Stallman [Mon, 10 Aug 1998 02:12:04 +0000 (02:12 +0000)]
(sregex-replace-match): Don't call sregex--value-groups.
(sregex-match-end, sregex-match-beginning): Likewise.
(sregex-match-string-no-properties, sregex-match-string): Likewise.

25 years ago(describe-function-1): Handle macros properly.
Richard M. Stallman [Mon, 10 Aug 1998 02:02:56 +0000 (02:02 +0000)]
(describe-function-1): Handle macros properly.
Handle multiple levels of aliases.

25 years agoWhitespace change.
Richard M. Stallman [Mon, 10 Aug 1998 01:44:59 +0000 (01:44 +0000)]
Whitespace change.

25 years ago(clean-buffer-list-kill-buffer-names): Add `*diff*'.
Richard M. Stallman [Mon, 10 Aug 1998 00:01:12 +0000 (00:01 +0000)]
(clean-buffer-list-kill-buffer-names): Add `*diff*'.
(clean-buffer-list): Check `buffer-modified-p' only when the
buffer is associated with a file.
(midnight-delay-set): Improve doc.

(midnight-find): Don't use `find'.

25 years agoDetect HPPA 2.0 architecture.
Richard M. Stallman [Sun, 9 Aug 1998 22:42:36 +0000 (22:42 +0000)]
Detect HPPA 2.0 architecture.

25 years ago(Fminibuffer_complete): this_command renamed to Vthis_command.
Richard M. Stallman [Sun, 9 Aug 1998 21:56:16 +0000 (21:56 +0000)]
(Fminibuffer_complete): this_command renamed to Vthis_command.

25 years ago(Fcall_last_kbd_macro): this_command renamed to Vthis_command.
Richard M. Stallman [Sun, 9 Aug 1998 21:55:58 +0000 (21:55 +0000)]
(Fcall_last_kbd_macro): this_command renamed to Vthis_command.

25 years ago(Vthis_command): Renamed from this_command.
Richard M. Stallman [Sun, 9 Aug 1998 21:55:27 +0000 (21:55 +0000)]
(Vthis_command): Renamed from this_command.