bpt/emacs.git
25 years ago(file-coding-system-alist, select-safe-coding-system-function): Doc fix.
Andreas Schwab [Mon, 24 Aug 1998 10:05:10 +0000 (10:05 +0000)]
(file-coding-system-alist, select-safe-coding-system-function): Doc fix.

25 years ago(detect_coding_iso2022): Don't check the byte length of
Kenichi Handa [Mon, 24 Aug 1998 06:42:56 +0000 (06:42 +0000)]
(detect_coding_iso2022): Don't check the byte length of
succeeding codes (0xa0..0xFF) if the codes follows single shit
code.

25 years ago(select-message-coding-system): New
Kenichi Handa [Mon, 24 Aug 1998 01:46:43 +0000 (01:46 +0000)]
(select-message-coding-system): New
function.
(set-language-environment-coding-systems): Set
default-sendmail-coding-system.

25 years ago(sendmail-coding-system): Doc-string modified.
Kenichi Handa [Mon, 24 Aug 1998 01:46:43 +0000 (01:46 +0000)]
(sendmail-coding-system): Doc-string modified.
(default-sendmail-coding-system): New variable.
(sendmail-send-it): Encode the message by a coding system
select-message-coding-system returns.

25 years ago(speedbar-stealthy-updates): Do all updates w/ the the buffer writable.
Eric M. Ludlam [Mon, 24 Aug 1998 01:16:09 +0000 (01:16 +0000)]
(speedbar-stealthy-updates): Do all updates w/ the the buffer writable.

25 years ago(speedbar-temp-buffer-show-function): For emacs don't call hook
Eric M. Ludlam [Mon, 24 Aug 1998 00:55:45 +0000 (00:55 +0000)]
(speedbar-temp-buffer-show-function): For emacs don't call hook
 with arguments.

25 years ago(speedbar-with-writable): remove `toggle-read-only'.
Eric M. Ludlam [Mon, 24 Aug 1998 00:37:22 +0000 (00:37 +0000)]
(speedbar-with-writable): remove `toggle-read-only'.
(speedbar-mode): Set buffer to read only.

25 years ago(detect_coding_system): If detect_eol_type returns
Kenichi Handa [Fri, 21 Aug 1998 06:34:13 +0000 (06:34 +0000)]
(detect_coding_system): If detect_eol_type returns
CODING_EOL_INCONSISTENT, set eol_type to CODING_EOL_UNDECIDED
correctly.

25 years agoFixed capitalization.
Joel N. Weber II [Wed, 19 Aug 1998 22:20:12 +0000 (22:20 +0000)]
Fixed capitalization.

25 years ago*** empty log message ***
Dan Nicolaescu [Wed, 19 Aug 1998 21:43:56 +0000 (21:43 +0000)]
*** empty log message ***

25 years ago(Fcall_process): Use malloc for decoding_buf.
Richard M. Stallman [Wed, 19 Aug 1998 17:44:21 +0000 (17:44 +0000)]
(Fcall_process): Use malloc for decoding_buf.

25 years ago(LD_SWITCH_SYSTEM): Delete -dp.
Richard M. Stallman [Wed, 19 Aug 1998 07:27:13 +0000 (07:27 +0000)]
(LD_SWITCH_SYSTEM): Delete -dp.

25 years ago("Romanian"): Specify the tutorial file.
Richard M. Stallman [Wed, 19 Aug 1998 07:23:38 +0000 (07:23 +0000)]
("Romanian"): Specify the tutorial file.

25 years agoFinish previous change.
Richard M. Stallman [Wed, 19 Aug 1998 04:29:25 +0000 (04:29 +0000)]
Finish previous change.

25 years agoAccept hppa2.0 as cpu type.
Richard M. Stallman [Wed, 19 Aug 1998 04:26:39 +0000 (04:26 +0000)]
Accept hppa2.0 as cpu type.

25 years ago(SYSTEM_PURESIZE_EXTRA): Increase.
Geoff Voelker [Wed, 19 Aug 1998 03:48:17 +0000 (03:48 +0000)]
(SYSTEM_PURESIZE_EXTRA): Increase.

25 years ago(speedbar-timer-fn): Disable updating if the frame
Eric M. Ludlam [Wed, 19 Aug 1998 01:43:37 +0000 (01:43 +0000)]
(speedbar-timer-fn): Disable updating if the frame
is an icon, or if the user is using the minibuffer.
(speedbar-key-map): Added Q binding to destroy the frame.
(speedbar-easymenu-definition-trailer): Added Quit item.
(speedbar-frame-mode): Set the frame position at creation time.
(speedbar-file-unshown-regexp): Added .# lock files.

25 years ago(ccl_driver): In case
Kenichi Handa [Wed, 19 Aug 1998 01:36:48 +0000 (01:36 +0000)]
(ccl_driver): In case
ccl_read_multibyte_character_suspend:, if ccl->last_block is
nonzero, jump to ccl_repeat.

25 years ago(tgetst1): Supprt EBCDIC systems.
Richard M. Stallman [Tue, 18 Aug 1998 20:58:45 +0000 (20:58 +0000)]
(tgetst1): Supprt EBCDIC systems.
(esctab): Alternate definition if IS_EBCDIC_HOST.

25 years ago(cyrillic-koi8): Fix the value of
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(cyrillic-koi8): Fix the value of
`valid-code' property.
(cyrillic-alternativnyj): Likewise.
(cyrillic-alternativnyj-encode-table): Fix the initial value.

25 years ago(vietnamese-viscii): Fix the value of
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(vietnamese-viscii): Fix the value of
`valid-code' property.
(vietnamese-vscii): Likewise.

25 years agoIf eof is encounterd while processing the
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
If eof is encounterd while processing the
last block, don't just finish but processes eol block of the
current CCL program.
(ccl_driver): Add a new jump label ccl_repeat for the above
change.

25 years ago(ccl_coding_driver): Setup ccl->last_block properly.
Kenichi Handa [Tue, 18 Aug 1998 13:15:18 +0000 (13:15 +0000)]
(ccl_coding_driver): Setup ccl->last_block properly.
(setup_coding_system): Correctly setup `valid_codes' member.

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.