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

25 years ago(next-error): Doc fix.
Richard M. Stallman [Sun, 9 Aug 1998 06:31:29 +0000 (06:31 +0000)]
(next-error): Doc fix.
(grep): Doc fix.

25 years agoLoad byte-run and format a little earlier.
Richard M. Stallman [Sun, 9 Aug 1998 06:20:51 +0000 (06:20 +0000)]
Load byte-run and format a little earlier.

25 years ago(CHARSET_OK): Check that coding_system_table[IDX] != 0.
Richard M. Stallman [Sun, 9 Aug 1998 05:28:02 +0000 (05:28 +0000)]
(CHARSET_OK): Check that coding_system_table[IDX] != 0.

25 years agoDon't require font-lock.
Richard M. Stallman [Sun, 9 Aug 1998 00:58:10 +0000 (00:58 +0000)]
Don't require font-lock.

25 years ago(flyspell-command-hook): Option deleted.
Richard M. Stallman [Sat, 8 Aug 1998 23:44:03 +0000 (23:44 +0000)]
(flyspell-command-hook): Option deleted.
(flyspell-mode-on): Delete code to handle flyspell-command-hook.
(flyspell-mode-off): Likewise.
(flyspell-mark-duplications-flag): Doc fix.
(flyspell-duplicate-distance): Doc fix.
(flyspell-duplicate-face): Doc fix.

25 years agoDescribe assoc-default.
Richard M. Stallman [Sat, 8 Aug 1998 23:16:07 +0000 (23:16 +0000)]
Describe assoc-default.

25 years ago(add-hook): Use byte-code-function-p, not compiled-function-p.
Richard M. Stallman [Sat, 8 Aug 1998 23:08:23 +0000 (23:08 +0000)]
(add-hook): Use byte-code-function-p, not compiled-function-p.

25 years ago(assoc-default): Rewrite not to use dolist.
Richard M. Stallman [Sat, 8 Aug 1998 23:07:06 +0000 (23:07 +0000)]
(assoc-default): Rewrite not to use dolist.

25 years agoDelete the undo-in-progress compatibility code.
Richard M. Stallman [Sat, 8 Aug 1998 22:22:56 +0000 (22:22 +0000)]
Delete the undo-in-progress compatibility code.

25 years agoInitial revision
Richard M. Stallman [Sat, 8 Aug 1998 22:20:17 +0000 (22:20 +0000)]
Initial revision

25 years ago(x_term_init): Don't reset LC_TIME to "C", since we
Richard M. Stallman [Sat, 8 Aug 1998 22:11:22 +0000 (22:11 +0000)]
(x_term_init): Don't reset LC_TIME to "C", since we
want strftime to be localized.

25 years ago(set-rmail-inbox-list): Error if not in Rmail mode.
Richard M. Stallman [Sat, 8 Aug 1998 21:48:45 +0000 (21:48 +0000)]
(set-rmail-inbox-list): Error if not in Rmail mode.

25 years agoAvoid using initializers for Lisp_Object.
Richard M. Stallman [Sat, 8 Aug 1998 21:32:57 +0000 (21:32 +0000)]
Avoid using initializers for Lisp_Object.

25 years ago(forward-paragraph): Fix the logic for handling beginning of buffer
Richard M. Stallman [Sat, 8 Aug 1998 21:31:12 +0000 (21:31 +0000)]
(forward-paragraph): Fix the logic for handling beginning of buffer
in the "no fill-prefix" case.

25 years agoRequire sendmail.
Richard M. Stallman [Sat, 8 Aug 1998 21:28:09 +0000 (21:28 +0000)]
Require sendmail.
(message-fill-yanked-message): Use mail-citation-prefix-regexp
as an arg to fill-individual-paragraphs.

25 years agoBind case-fold-search to t in many functions.
Richard M. Stallman [Sat, 8 Aug 1998 21:27:22 +0000 (21:27 +0000)]
Bind case-fold-search to t in many functions.

25 years ago(speedbar-edit-line, speedbar-buffer-kill-buffer,
Eric M. Ludlam [Sat, 8 Aug 1998 21:20:51 +0000 (21:20 +0000)]
(speedbar-edit-line, speedbar-buffer-kill-buffer,
speedbar-buffer-revert-buffer): Updated buffer finding regex to
handle the [?] tag.
(speedbar-find-selected-file): New function.
(speedbar-clear-current-file): Uses `speedbar-find-selected-file'
(speedbar-update-current-file): Uses `speedbar-find-selected-file',
and now `speedbar-last-selected-file' is defined as the path name
to the file, not just the file itself.
(speedbar-center-buffer-smartly): Fixed center error to handle
the whole buffer.
(speedbar-delete-subblock): Rewrote to be more robust, less clever.
(speedbar-timer-fn): Removed short display time for messages.

25 years ago(mail-fetch-field): Doc fix.
Richard M. Stallman [Sat, 8 Aug 1998 20:45:28 +0000 (20:45 +0000)]
(mail-fetch-field): Doc fix.

25 years ago(input-method-exit-on-first-char)
Richard M. Stallman [Sat, 8 Aug 1998 07:20:44 +0000 (07:20 +0000)]
(input-method-exit-on-first-char)
(input-method-use-echo-area): Doc fixes.

25 years ago(vc-file-not-found-hook): Call vc-file-clearprops.
Richard M. Stallman [Sat, 8 Aug 1998 07:11:40 +0000 (07:11 +0000)]
(vc-file-not-found-hook): Call vc-file-clearprops.

25 years ago(flyspell-persistent-highlight): Doc fix.
Richard M. Stallman [Sat, 8 Aug 1998 06:17:03 +0000 (06:17 +0000)]
(flyspell-persistent-highlight): Doc fix.

25 years ago(Vthis_command): Renamed from this_command.
Richard M. Stallman [Sat, 8 Aug 1998 03:13:39 +0000 (03:13 +0000)]
(Vthis_command): Renamed from this_command.
(real_this_command): New variable, but not a Lisp variable;
updated like Vthis_command, but never altered by Lisp programs.
(command_loop_1): Use real_this_command to set Vreal_last_command.

(read_char): When input method returns no chars, call cancel_echoing.
Restore the previous echo area message and this_command_keys, too.

(Vinput_method_previous_message): New variable.
(syms_of_keyboard): Set up lisp variable.
(Qinput_method_exit_on_first_char, Qinput_method_use_echo_area): New variables.
(syms_of_keyboard): Initialize them.
(Fread_key_sequence): New arg COMMAND_LOOP.
Bind those variables.

25 years agoInitial revision
Richard M. Stallman [Sat, 8 Aug 1998 03:02:37 +0000 (03:02 +0000)]
Initial revision

25 years ago(x_list_fonts): Fix previous change.
Richard M. Stallman [Sat, 8 Aug 1998 02:39:50 +0000 (02:39 +0000)]
(x_list_fonts): Fix previous change.

25 years ago(gnus-startup-file-coding-system): New variable.
Richard M. Stallman [Sat, 8 Aug 1998 02:37:58 +0000 (02:37 +0000)]
(gnus-startup-file-coding-system): New variable.
(gnus-read-init-file, gnus-read-newsrc-el-file): Use that.

25 years ago(widget-beginning-of-line): Properly handle
Richard M. Stallman [Sat, 8 Aug 1998 02:34:05 +0000 (02:34 +0000)]
(widget-beginning-of-line): Properly handle
multiline fields.  Don't use call-interactively.
(widget-end-of-line): Likewise.

25 years ago(Fcall_process): Check type of process cmd args earlier on.
Richard M. Stallman [Sat, 8 Aug 1998 01:03:27 +0000 (01:03 +0000)]
(Fcall_process): Check type of process cmd args earlier on.

25 years ago(Fprocess_send_eof): Transfer proc_encode_coding_system
Richard M. Stallman [Sat, 8 Aug 1998 00:49:24 +0000 (00:49 +0000)]
(Fprocess_send_eof): Transfer proc_encode_coding_system
data to the new outfd.

25 years ago(midnight-delay-set): Use run-hooks directly.
Richard M. Stallman [Fri, 7 Aug 1998 23:43:51 +0000 (23:43 +0000)]
(midnight-delay-set): Use run-hooks directly.
(midnight-timer-function): Function deleted.

25 years ago(command-line): Require whitespace delimiter when
Richard M. Stallman [Fri, 7 Aug 1998 23:25:43 +0000 (23:25 +0000)]
(command-line): Require whitespace delimiter when
searching locale-translation-file-name.

25 years ago(midnight-timer-function): No need to test midnight-mode.
Richard M. Stallman [Fri, 7 Aug 1998 08:53:47 +0000 (08:53 +0000)]
(midnight-timer-function): No need to test midnight-mode.

25 years ago(repeat): Make an undo boundary between repetitions.
Richard M. Stallman [Fri, 7 Aug 1998 07:57:53 +0000 (07:57 +0000)]
(repeat): Make an undo boundary between repetitions.

25 years ago(FRAME_OUTER_WINDOW): New macro.
Richard M. Stallman [Fri, 7 Aug 1998 07:23:07 +0000 (07:23 +0000)]
(FRAME_OUTER_WINDOW): New macro.

25 years ago(print_escape_multibyte, Qprint_escape_multibyte)
Richard M. Stallman [Fri, 7 Aug 1998 07:22:27 +0000 (07:22 +0000)]
(print_escape_multibyte, Qprint_escape_multibyte)
(Qprint_escape_nonascii): New variables.
(syms_of_print): Initialize them and set up Lisp variable.
(PRINTPREPARE): Bind print-escape-multibyte to t if appropriate.
Also bind print-escape-nonascii if appropriate.
(print): Test print_escape_multibyte and print_escape_nonascii,
rather than enable-multibyte-characters.

25 years ago(Fcall_interactively): Pass new arg to Fread_key_sequence.
Richard M. Stallman [Fri, 7 Aug 1998 07:15:37 +0000 (07:15 +0000)]
(Fcall_interactively): Pass new arg to Fread_key_sequence.

25 years ago(isearch-process-search-multibyte-characters): Fix previous change.
Kenichi Handa [Fri, 7 Aug 1998 05:04:36 +0000 (05:04 +0000)]
(isearch-process-search-multibyte-characters): Fix previous change.

25 years ago(quail-update-translation): Delete the
Kenichi Handa [Fri, 7 Aug 1998 05:04:36 +0000 (05:04 +0000)]
(quail-update-translation): Delete the
code for handling the case that enable-multibyte-characters is
nil.

25 years ago(general_insert_function): If enable-multibyte-characters is
Kenichi Handa [Fri, 7 Aug 1998 05:04:36 +0000 (05:04 +0000)]
(general_insert_function): If enable-multibyte-characters is
nil, convert a multibyte character to unibyte appropriately.

25 years ago(multibyte_char_to_unibyte): Extern it.
Kenichi Handa [Fri, 7 Aug 1998 05:04:36 +0000 (05:04 +0000)]
(multibyte_char_to_unibyte): Extern it.

25 years ago(multibyte_char_to_unibyte): New function.
Kenichi Handa [Fri, 7 Aug 1998 05:04:36 +0000 (05:04 +0000)]
(multibyte_char_to_unibyte): New function.
(charset_id_internal): Avoid initializer for Lisp_Object.
(init_charset_once): Likewise.

25 years ago(internal_self_insert): If enable-multibyte-characters is
Kenichi Handa [Fri, 7 Aug 1998 05:04:36 +0000 (05:04 +0000)]
(internal_self_insert): If enable-multibyte-characters is
nil, convert a multibyte character to unibyte appropriately.

25 years ago(Fread_key_sequence): Update declaration.
Kenichi Handa [Fri, 7 Aug 1998 04:36:17 +0000 (04:36 +0000)]
(Fread_key_sequence): Update declaration.

25 years ago(split-window-horizontally): Doc fix.
Richard M. Stallman [Thu, 6 Aug 1998 05:50:47 +0000 (05:50 +0000)]
(split-window-horizontally): Doc fix.

25 years ago(Fsplit_window): Doc fix.
Richard M. Stallman [Thu, 6 Aug 1998 05:48:33 +0000 (05:48 +0000)]
(Fsplit_window): Doc fix.

25 years ago(quail-japanese-use-double-n): New variable.
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(quail-japanese-use-double-n): New variable.
(quail-japanese-update-translation): Adjusted for the change of
quail-update-translation.  Now this function should return
CONTROL-FLAG.
(quail-japanese-toggle-kana): Update quail-conversion-str.
(quail-japanese-kanji-kkc): Likewise.
(quail-japanese-switch-package): Reset quail-current-str and
quail-conversion-str.

25 years ago(debugger-outer-unread-post-input-method-events): New variable.
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(debugger-outer-unread-post-input-method-events): New variable.
(debug): Bind debugger-outer-unread-post-input-method-events.
Bind unread-post-input-method-events to nil.
(debugger-env-macro): Likewise.

25 years ago(isearch-minibuffer-local-map): Bind
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(isearch-minibuffer-local-map): Bind
the key C-g to exit.
(isearch-minibuffer-self-insert): Use key-binding.  Always call
exit-minibuffer.
(isearch-process-search-multibyte-characters): Use
unread-command-events instead of unread-input-method-events.
Always call isearch-update.

25 years ago(kkc-region): Don't bind echo-keystrokes.
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(kkc-region): Don't bind echo-keystrokes.

25 years ago(input-method-exit-on-first-char):
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(input-method-exit-on-first-char):
New variable.
(input-method-use-echo-area): New variable.

25 years ago(quail-translation-keymap): Declare it as
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(quail-translation-keymap): Declare it as
variable instead of constant.  Bind all keys less than 32 to
quail-other-command.  Don't bind the key meta-prefix-char and
escape.
(quail-simple-translation-keymap): Likewise.
(quail-conversion-keymap): Bind the key C-h to
quail-translation-keymap.
(quail-define-package): Fix typo in doc-string.
(quail-conversion-str): New variable.
(quail-input-method): Bind buffer-undo-list to t.  Show Quail
guidance buffer if necessary.
(quail-delete-region): Move the definintion before the first
calling place.
(quail-start-translation): Handle the case the arg KEY is nil.
Bind echo-keystrokes and help-char.  Initialize quail-current-str
to "".  If input-method-use-echo-area is non-nil, call
read-key-sequence with appropriate PROMPT arg.  Setup
last-command-event by local variable `keyseq'.  Generate an event
list form quail-current-str.  If input-methodd-exit-on-first-char
is non-nil, return only the first event.
(quail-start-conversion): Likewise.  Initialize
quail-conversion-str to "".  Generate an event list form
quail-conversion-str.
(quail-update-translation): Expect that the function given by
(quail-update-translation-function) returns a new control-flag.
Handle the case the length of quail-current-key is 1.  Use
string-as-unibyte if enable-multibyte-characters is nil.  Always
assures that quail-current-str is Lisp string.
(quail-self-insert-command): Use `or' instead of `unless'.
(quail-update-current-translations): Always assures that
quail-current-str is Lisp string.
(quail-next-translation-block): Update unread-command-events
correctly.
(quail-abort-translation): Set quail-current-str to nil.
(quail-conversion-delete-char): Update quail-conversion-str.
(quail-conversion-delete-tail): Likewise.
(quail-conversion-backward-delete-char): Likewise.
(quail-show-guidance-buf): Show Quail guidance buffer not in echo
area if input-method-use-echo-area is non-nil.
(quail-show-translations): Bind current-translations locally to
quail-current-translations to get this value across different
buffers.  Handle the case that the length quail-current-key is 0.
(quail-translation-help): If this command is invoked repeatedly,
scroll the already shown help window.  Handle the case that this
command is called while converting (not translating).
(quail-conversion-help):  This function deleted and the
functionality is merged to quail-translation-help.

25 years ago(Fdirectory_files): If MATCH is non-nil, decode filenames
Kenichi Handa [Thu, 6 Aug 1998 05:38:11 +0000 (05:38 +0000)]
(Fdirectory_files): If MATCH is non-nil, decode filenames
before checking them against MATCH.

25 years ago(Fexecute_kbd_macro): Fix error message.
Richard M. Stallman [Thu, 6 Aug 1998 05:36:45 +0000 (05:36 +0000)]
(Fexecute_kbd_macro): Fix error message.
(Fend_kbd_macro): Fix error message.

25 years ago(Vselection_coding_system): Renamed from Vclipboard_coding_system.
Richard M. Stallman [Wed, 5 Aug 1998 22:32:02 +0000 (22:32 +0000)]
(Vselection_coding_system): Renamed from Vclipboard_coding_system.
(syms_of_w32select): No need to staticpro Vselection_coding_system.

25 years ago(top-level let): add defsubst.
Richard M. Stallman [Wed, 5 Aug 1998 20:41:55 +0000 (20:41 +0000)]
(top-level let): add defsubst.

25 years ago(rmail-encoded-pop-password): New variable.
Richard M. Stallman [Wed, 5 Aug 1998 20:31:24 +0000 (20:31 +0000)]
(rmail-encoded-pop-password): New variable.

25 years ago(iso-spanish, iso-german, iso-iso2tex,
Dave Love [Wed, 5 Aug 1998 18:41:26 +0000 (18:41 +0000)]
(iso-spanish, iso-german, iso-iso2tex,
iso-tex2iso, iso-gtex2iso, iso-iso2gtex, iso-iso2duden): Add
optional (but ignored) arg `buffer' for format-{de,en}code.  Doc
fix.  Add * to interactive spec.  Add autoload cookie.
(iso-cvt-read-only, iso-cvt-write-only): Add doc, autoload cookie.
(iso-cvt-define-menu): Add autoload cookie.

25 years ago(byte-compile-from-buffer): Make the output buffer multibyte.
Richard M. Stallman [Wed, 5 Aug 1998 17:59:36 +0000 (17:59 +0000)]
(byte-compile-from-buffer): Make the output buffer multibyte.

25 years ago(Funexpand_abbrev): Add ADJUST instead of subtracting.
Richard M. Stallman [Wed, 5 Aug 1998 14:59:09 +0000 (14:59 +0000)]
(Funexpand_abbrev): Add ADJUST instead of subtracting.

25 years ago(scroll-bar-mode): Doc fix.
Richard M. Stallman [Wed, 5 Aug 1998 07:09:48 +0000 (07:09 +0000)]
(scroll-bar-mode): Doc fix.

25 years ago(x_list_fonts): Call XFreeFont after the new call to XLoadQueryFont.
Richard M. Stallman [Wed, 5 Aug 1998 01:42:24 +0000 (01:42 +0000)]
(x_list_fonts): Call XFreeFont after the new call to XLoadQueryFont.
(fast_find_position): Handle case where position is before
an invisible character, thus not actually listed in charstarts.

(x_make_frame_visible): Use XGetGeometry to see if
position has been changed by the window manager.  Use
FRAME_OUTER_WINDOW.

25 years agoUpdated refresh messages to clear themselves.
Eric M. Ludlam [Tue, 4 Aug 1998 13:58:39 +0000 (13:58 +0000)]
Updated refresh messages to clear themselves.

25 years ago(vc-backend-merge-news): Account for `already contains the
André Spiegel [Tue, 4 Aug 1998 13:14:41 +0000 (13:14 +0000)]
(vc-backend-merge-news): Account for `already contains the
differences' state.

25 years ago(Fw16_set_clipboard_data, Fw16_get_clipboard_data, syms_of_win16select):
Eli Zaretskii [Tue, 4 Aug 1998 10:38:22 +0000 (10:38 +0000)]
(Fw16_set_clipboard_data, Fw16_get_clipboard_data, syms_of_win16select):
Rename Vclipboard_coding_system to Vselection_coding_system.
(Fw16_set_clipboard_data): Don't count trailing zero in the string
for the purposes of conversion.

25 years ago(find-new-buffer-file-coding-system): When
Eli Zaretskii [Tue, 4 Aug 1998 10:27:45 +0000 (10:27 +0000)]
(find-new-buffer-file-coding-system): When
inhibit-eol-conversion is non-nil and the buffer didn't already
set a fully-qualified coding system, force -unix eol-type.

25 years ago(Info-find-node): Once again, use byte-to-position.
Richard M. Stallman [Tue, 4 Aug 1998 09:40:04 +0000 (09:40 +0000)]
(Info-find-node): Once again, use byte-to-position.

25 years ago(vcursor group): Move this to `editing' group.
Richard M. Stallman [Tue, 4 Aug 1998 09:34:25 +0000 (09:34 +0000)]
(vcursor group): Move this to `editing' group.

25 years ago(comint-bol-or-process-mark): Refer to this command's name correctly.
Richard M. Stallman [Tue, 4 Aug 1998 09:30:02 +0000 (09:30 +0000)]
(comint-bol-or-process-mark): Refer to this command's name correctly.

25 years ago(set-default-coding-systems):
Richard M. Stallman [Tue, 4 Aug 1998 09:18:36 +0000 (09:18 +0000)]
(set-default-coding-systems):
In --unibyte mode, don't set default-file-name-coding-system.

25 years ago(clean-buffer-list-kill-regexps): Init to nil, as before.
Richard M. Stallman [Tue, 4 Aug 1998 05:36:07 +0000 (05:36 +0000)]
(clean-buffer-list-kill-regexps): Init to nil, as before.
(clean-buffer-list-kill-buffer-names): Add *vc* and *vc-diff*.
(clean-buffer-list-delay): Rename arg.
(clean-buffer-list): Doc fix.
(midnight-period): Doc fix.

25 years ago(Fmove_to_window_line): Doc fix.
Richard M. Stallman [Tue, 4 Aug 1998 03:16:57 +0000 (03:16 +0000)]
(Fmove_to_window_line): Doc fix.

25 years ago(replace_range): Don't assume PT is at the place
Richard M. Stallman [Mon, 3 Aug 1998 22:25:54 +0000 (22:25 +0000)]
(replace_range): Don't assume PT is at the place
where the change is being done.

25 years ago(Fsubst_char_in_region): Use replace_range in the case
Richard M. Stallman [Mon, 3 Aug 1998 22:25:08 +0000 (22:25 +0000)]
(Fsubst_char_in_region): Use replace_range in the case
where we may need to combine bytes.
(Ftranslate_region): Likewise.

25 years ago(Info-speedbar-hierarchy-buttons): Improved the speedbar frame management.
Eric M. Ludlam [Mon, 3 Aug 1998 17:54:35 +0000 (17:54 +0000)]
(Info-speedbar-hierarchy-buttons): Improved the speedbar frame management.

25 years ago(speedbar-update-current-file): Added call to
Eric M. Ludlam [Mon, 3 Aug 1998 17:47:39 +0000 (17:47 +0000)]
(speedbar-update-current-file): Added call to
`speedbar-center-buffer-smartly' to improve the display.
(speedbar-center-buffer-smartly) Fixed off-by-one error in window
height calculation.
(speedbar-hack-buffer-menu): New function.
(speedbar-frame-parameters): Removed scroll bar width.
(speedbar-frame-mode): Change pointer shape for X
and W32 window-systems only.  When window-system is pc, bind the
speedbar frame name to "Speedbar", and select that frame so it is
displayed.
(speedbar-mode): Don't bind default-minibuffer-frame when
window-system is pc.
(speedbar-this-file-in-vc): Look for RCS/name as well as RCS/name,v.
(speedbar-directory-buttons-follow): Support both upper- and
lower-case drive letters.  Use directory-sep-char instead of a
literal backslash.
(speedbar-reconfigure-keymaps): Call
`easy-menu-remove' before reconfiguring for a new menu bar.
(speedbar-previous-menu): New Variable.
(speedbar-frame-plist): Remove pointers.
(speedbar-refresh): Prevent the mark from being deactivated.
(speedbar-buffer-kill-buffer): Refresh speedbar after killing a
buffer in the buffer display.

25 years ago(lisp-font-lock-keywords-1): Fix previous change.
Simon Marshall [Mon, 3 Aug 1998 08:52:35 +0000 (08:52 +0000)]
(lisp-font-lock-keywords-1): Fix previous change.
(font-lock-support-mode): Allow nil as a mode-specific value.  Fix tag.

25 years ago(flyspell-duplicate-distance): Doc fix; change default to 10000.
Richard M. Stallman [Mon, 3 Aug 1998 03:27:54 +0000 (03:27 +0000)]
(flyspell-duplicate-distance): Doc fix; change default to 10000.
(flyspell-mode-on): Fix the welcome message to deal with
how the binding for flyspell-auto-correct-word is now made.
(flyspell-delay, flyspell-delayed-commands): Doc fixes.
(flyspell-mode-off): Kill Ispell only if it is per-buffer.

(flyspell-mode-map): Explicitly bind M-TAB.
(flyspell-auto-correct-binding): Variable deleted.
(flyspell-incorrect-face, flyspell-duplicate-face): Fix typos.
(flyspell-check-pre-word-p): Check for word syntax in previous char.
(flyspell-word): Set process-kill-without-query for Ispell.
(flyspell-region): Put region args in order; use right percantage.
(flyspell-properties-at-p): Rename arg to POS; doc fix.
(flyspell-highlight-incorrect-region):
Check flyspell-highlight-properties first.
(flyspell-highlight-duplicate-region): Likewise.
(flyspell-auto-correct-word): Doc fix.

25 years ago(Fdocumentation): Specify UNIBYTE = 0
Richard M. Stallman [Sun, 2 Aug 1998 02:44:04 +0000 (02:44 +0000)]
(Fdocumentation): Specify UNIBYTE = 0
when calling get_doc_string for a compiled function.

25 years ago(read1): In reading a string, treat Qlambda like Qget_file_char.
Richard M. Stallman [Sun, 2 Aug 1998 02:43:47 +0000 (02:43 +0000)]
(read1): In reading a string, treat Qlambda like Qget_file_char.

25 years ago(kkc-lookup-cache): Initialize it to nil.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(kkc-lookup-cache): Initialize it to nil.
(kkc-lookup-cache-tag): New constant.
(kkc-lookup-key): If kkc-lookup-cache is nil, initialize it.  Use
kkc-init-file-name.
(kkc-region): Fix previous change.  Call kkc-error on error.
(kkc-shorter-conversion, kkc-longer-phrase): New functions.
(kkc-keymap): Bind them to "I" and "O" respectively.
(kkc-error): New error symbol and new function.
(kkc-longer, kkc-shorter): Call kkc-error on error.
(kkc-show-conversion-list-or-next-group): Likewise.
(kkc-show-conversion-list-or-prev-group): Likewise.

25 years ago(language-info-alist): Doc-string
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(language-info-alist): Doc-string
modified.
(set-language-environment): Setup nonascii-translation-table and
charset-origin-alist according to the property of the specified
language environment.
(update-iso-coding-systems): Make it an alias for
update-coding-systems-internal.
(prefer-coding-system): Call update-coding-systems-internal
instead of update-iso-coding-systems.
(set-language-environment-coding-systems): Likewise.

25 years agoInitialize coding-category-ccl to
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
Initialize coding-category-ccl to
nil.  Include it in the arg for set-coding-priority.

25 years ago(describe-current-coding-system):
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(describe-current-coding-system):
Check if each coding category is bound to a valid coding system.

25 years ago(make-coding-system): If the arg TYPE is
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(make-coding-system): If the arg TYPE is
4, set coding-category property of the coding system to
coding-category-ccl.
(find-new-buffer-file-coding-system): If the arg CODING carries
some information (about text conversion or eol conversion), always
return a new coding system.
(charset-origin-alist): New variable.
(make-translation-table-from-vector): New function.

25 years ago(quail-start-translation): Bind help-char
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(quail-start-translation): Bind help-char
to nil locally.

25 years ago(cyrillic-encode-koi8-r-char): New funciton.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(cyrillic-encode-koi8-r-char): New funciton.
(cyrillic-encode-alternativnyj-char): New function.

25 years ago(cyrillic-koi8-r-decode-table): New
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(cyrillic-koi8-r-decode-table): New
variable.
(cyrillic-koi8-r-encode-table): Likewise.
(ccl-decode-koi8): Use cyrillic-koi8-r-decode-table.
(ccl-encode-koi8): Use cyrillic-koi8-r-encode-table.
(ccl-encode-koi8-font): Likewise.
(cyrillic-koi8-r-nonascii-translation-table): New variable.
("Cyrillic-KOI8"): Add nonascii-translation-table and
charset-origin-alist properties.
(cyrillic-alternativnyj-decode-table): New variable.
(cyrillic-alternativnyj-encode-table): Likewise.
(ccl-decode-alternativnyj): Use
cyrillic-alternativnyj-decode-table.
(ccl-encode-alternativnyj): Use
cyrillic-alternativnyj-encode-table.
(ccl-encode-alternativnyj-font): Likewise.
(cyrillic-alternativnyj-nonascii-translation-table): New variable.
("Cyrillic-ALT"): Add nonascii-translation-table and
charset-origin-alist properties.

25 years ago(viet-encode-viscii-char): New function.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(viet-encode-viscii-char): New function.

25 years ago(viet-viscii-decode-table): Docstring
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(viet-viscii-decode-table): Docstring
fixed.
(viet-viscii-encode-table): Likewise.
(viet-vscii-decode-table): Likewise.
(viet-vscii-encode-table): Likewise.
(viet-viscii-nonascii-translation-table): New variable
("Vietnamese"): Add nonascii-translation-table and
charset-origin-alist properties.

25 years agoCall update-coding-systems-internal instead of
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
Call update-coding-systems-internal instead of
update-iso-coding-systems.

25 years ago(what-cursor-position): Check charset-origin-alist.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(what-cursor-position): Check charset-origin-alist.

25 years ago(copy_text): In multibyte to unibyte conversion, take
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(copy_text): In multibyte to unibyte conversion, take
nonascii-translation-table and nonascii-insert-offset into
account.

25 years ago(ccl_spec): New member valid_codes.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(ccl_spec): New member valid_codes.

25 years ago(Qvalid_codes): New variable.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(Qvalid_codes): New variable.
(coding_category_name): Include "coding-category-ccl".
(detect_coding_ccl): New function.
(setup_coding_system): Setup coding->spec.ccl.valid_codes from the
coding system priority `valid-codes' for CCL based coding systesm.
(detect_coding_mask): Check also a CCL based coding system.
(Fupdate_coding_systems_internal): Renamed from
Fupdate_iso_coding_systems.
(syms_of_coding): Change property char-table-extra-slot of
translation-table to 1.  Initialize and static pro Qvalid_codes.

25 years ago(CODING_CATEGORY_IDX_CCL): New macro.
Kenichi Handa [Sun, 2 Aug 1998 01:06:57 +0000 (01:06 +0000)]
(CODING_CATEGORY_IDX_CCL): New macro.
(CODING_CATEGORY_IDX_BIG5, CODING_CATEGORY_IDX_RAW_TEXT,
CODING_CATEGORY_IDX_BINARY, CODING_CATEGORY_IDX_MAX): Increased by
one.
(CODING_CATEGORY_MASK_CCL): New macro.
(CODING_CATEGORY_MASK_ANY): Include CODING_CATEGORY_MASK_CCL.

25 years ago(widget.o, xfns.o, xmenu.o):
Richard M. Stallman [Sun, 2 Aug 1998 00:30:33 +0000 (00:30 +0000)]
(widget.o, xfns.o, xmenu.o):
Prepend $(srcdir)/ to rule dependencies outside this dir.