]> git.eshelyaron.com Git - emacs.git/log
emacs.git
26 years ago(Info-find-node): Position at the beginning of the node
Richard M. Stallman [Sat, 1 Aug 1998 19:03:50 +0000 (19:03 +0000)]
(Info-find-node): Position at the beginning of the node
after calling Info-select-node.

(Info-insert-dir): Catch errors in insert-file-contents.

26 years ago(auto-mode-alist): Escape dots in some regexps.
Richard M. Stallman [Sat, 1 Aug 1998 19:02:22 +0000 (19:02 +0000)]
(auto-mode-alist): Escape dots in some regexps.

(auto-mode-alist): Fix previous change in sh-script regexps.

26 years ago(default-key-translation-map): Variable deleted.
Richard M. Stallman [Sat, 1 Aug 1998 19:01:15 +0000 (19:01 +0000)]
(default-key-translation-map): Variable deleted.
(double-setup): Make key-translation-map buffer-local here.
New arg ENABLE-FLAG.
(double-mode): Pass ENABLE-FLAG arg to double-setup.

26 years ago(assoc-default): New function.
Richard M. Stallman [Fri, 31 Jul 1998 10:53:30 +0000 (10:53 +0000)]
(assoc-default): New function.

26 years agoRequire timer.
Richard M. Stallman [Fri, 31 Jul 1998 10:24:41 +0000 (10:24 +0000)]
Require timer.
(clean-buffer-list-kill-regexps): Match `*vc' buffers.
(midnight-find): Use dolist, not loop.
(clean-buffer-list-delay): Use assoc-default.
(assoc-default): New function.

26 years ago(lisp-indent-defun-method): New variable.
Richard M. Stallman [Fri, 31 Jul 1998 03:21:07 +0000 (03:21 +0000)]
(lisp-indent-defun-method): New variable.
(common-lisp-indent-function): Use it.
(lisp-indent-259): Uncomment the `&lambda' code.
(top-level let): Remove duplicate `catch' and `block'.  Use
`&lambda' when appropriate.  Now the lambda lists are indented appropriately.

26 years ago(lisp-font-lock-keywords-1): Fontify `defconstant' and `defparameter'.
Richard M. Stallman [Fri, 31 Jul 1998 03:17:08 +0000 (03:17 +0000)]
(lisp-font-lock-keywords-1): Fontify `defconstant' and `defparameter'.
(lisp-font-lock-keywords-2): Fontify `lambda', `in-package' and `locally'.

26 years ago(dired-garbage-files-regexp): Finish fixing regexp syntax.
Richard M. Stallman [Fri, 31 Jul 1998 03:13:19 +0000 (03:13 +0000)]
(dired-garbage-files-regexp): Finish fixing regexp syntax.

26 years agoGNU make release 3.77.
Paul D. Smith [Thu, 30 Jul 1998 20:55:47 +0000 (20:55 +0000)]
GNU make release 3.77.

26 years ago(activate-input-method): Update mode line.
Kenichi Handa [Thu, 30 Jul 1998 06:50:59 +0000 (06:50 +0000)]
(activate-input-method): Update mode line.
(inactivate-input-method): Likewise.

26 years ago(concat): Fix previous change.
Kenichi Handa [Thu, 30 Jul 1998 01:35:40 +0000 (01:35 +0000)]
(concat): Fix previous change.

26 years ago(mouse-skip-word): If point is at word constituent
Kenichi Handa [Thu, 30 Jul 1998 01:34:38 +0000 (01:34 +0000)]
(mouse-skip-word): If point is at word constituent
characters, pay attention to word-separating-categories by using
forward-word instead of skip-syntax-forward/backward.

26 years ago(find-function-noselect): Autoload cookie.
Richard M. Stallman [Wed, 29 Jul 1998 23:04:24 +0000 (23:04 +0000)]
(find-function-noselect): Autoload cookie.

26 years ago(describe-function-1): Fix the code that uses find-function-noselect.
Richard M. Stallman [Wed, 29 Jul 1998 23:04:03 +0000 (23:04 +0000)]
(describe-function-1): Fix the code that uses find-function-noselect.

26 years ago(crisp-mark-line): Greatly simplified.
Richard M. Stallman [Wed, 29 Jul 1998 22:44:56 +0000 (22:44 +0000)]
(crisp-mark-line): Greatly simplified.

26 years agoWhitespace change.
Richard M. Stallman [Wed, 29 Jul 1998 18:59:34 +0000 (18:59 +0000)]
Whitespace change.

26 years ago(tex-main-file): Doc fix.
Richard M. Stallman [Wed, 29 Jul 1998 06:10:52 +0000 (06:10 +0000)]
(tex-main-file): Doc fix.

26 years ago(dired-garbage-files-regexp): Fix typo.
Richard M. Stallman [Wed, 29 Jul 1998 06:09:14 +0000 (06:09 +0000)]
(dired-garbage-files-regexp): Fix typo.

26 years ago(mouse-delete-window): If the frame has just one window,
Richard M. Stallman [Wed, 29 Jul 1998 05:41:04 +0000 (05:41 +0000)]
(mouse-delete-window): If the frame has just one window,
bury the current buffer instead.

26 years ago(flyspell-emacs-popup): Renamed from flyspell-gnuemacs-popup. Callers changed.
Richard M. Stallman [Wed, 29 Jul 1998 03:21:32 +0000 (03:21 +0000)]
(flyspell-emacs-popup): Renamed from flyspell-gnuemacs-popup.  Callers changed.
(push): Macro deleted.  Callers changed to do it explicitly.
(flyspell-incorrect-face, flyspell-duplicate-face): Use defface.
(flyspell-incorrect-color): Variable deleted.
(flyspell-duplicate-color): Variable deleted.
(flyspell-underline-p): Variable deleted.
(flyspell-font-lock-make-face): Function deleted.
(flyspell-mark-duplications-flag): Renamed from flyspell-doublon-as-error-flag.
(flyspell-mode-on): Delete the debugging message.
(flyspell-mode-off): Delete the debugging message.
(flyspell-mode-on): Set flyspell-generic-check-word-p
from the flyspell-mode-predicate property.
(texinfo-mode, mail-mode, message-mode):
Set flyspell-mode-predicate property.

26 years ago*** empty log message ***
Richard M. Stallman [Wed, 29 Jul 1998 03:01:39 +0000 (03:01 +0000)]
*** empty log message ***

26 years ago(iso-transl-define-keys): Don't test enable-multibyte-characters; use
Richard M. Stallman [Wed, 29 Jul 1998 02:54:35 +0000 (02:54 +0000)]
(iso-transl-define-keys): Don't test enable-multibyte-characters; use
the translated characters as specified in alist.

26 years ago(push_key_description): Output multibyte char as itself.
Richard M. Stallman [Tue, 28 Jul 1998 23:10:44 +0000 (23:10 +0000)]
(push_key_description): Output multibyte char as itself.

26 years ago(rmail-dont-reply-to-names): Doc fix.
Richard M. Stallman [Tue, 28 Jul 1998 07:30:04 +0000 (07:30 +0000)]
(rmail-dont-reply-to-names): Doc fix.

26 years ago(mail-mode): Add the citation regexp
Richard M. Stallman [Mon, 27 Jul 1998 23:09:41 +0000 (23:09 +0000)]
(mail-mode): Add the citation regexp
to adaptive-fill-regexp after the usual contents.
But modify the usual contents not to match whitespace alone;
match that again last.
Add that citation regexp to paragraph-start and paragraph-separate too.

26 years ago(rmail-insert-inbox-text): Use rmail-have-password,
Richard M. Stallman [Mon, 27 Jul 1998 08:35:47 +0000 (08:35 +0000)]
(rmail-insert-inbox-text): Use rmail-have-password,
rmail-get-pop-password and rmail-set-pop-password.
(rmail-have-password, rmail-get-pop-password)
(rmail-set-pop-password): New functions.
(rmail-encode-string): New function.

26 years agoWhitespace fix.
Richard M. Stallman [Mon, 27 Jul 1998 06:38:12 +0000 (06:38 +0000)]
Whitespace fix.

26 years ago(set-clipboard-coding-system): Define as alias.
Richard M. Stallman [Mon, 27 Jul 1998 05:39:15 +0000 (05:39 +0000)]
(set-clipboard-coding-system): Define as alias.

26 years ago(Fexecute_extended_command):
Richard M. Stallman [Mon, 27 Jul 1998 05:37:42 +0000 (05:37 +0000)]
(Fexecute_extended_command):
Don't delay before displaying the suggestion message
if the command did not display anything in the echo area.

26 years ago(archive-set-buffer-as-visiting-file): Give FILENAME
Kenichi Handa [Mon, 27 Jul 1998 00:37:00 +0000 (00:37 +0000)]
(archive-set-buffer-as-visiting-file): Give FILENAME
arg to set-auto-coding-funciton.
(archive-extract): Pay attention to enable-multibyte-characters.
(archive-*-write-file-member): Likewise.
(archive-rename-entry): Likewise.

26 years ago(Qinput_method_function): New variable.
Richard M. Stallman [Sun, 26 Jul 1998 23:03:58 +0000 (23:03 +0000)]
(Qinput_method_function): New variable.
(syms_of_keyboard): Init and staticpro it.
(read_key_sequence): Bind input-method-function,
and set it to nil after reading the first event.
(raw_keybuf, raw_keybuf_count): New variables, to record
raw input events as they are read with read_char.
(GROW_RAW_KEYBUF): New macro.
(Fthis_single_command_raw_keys): New function.
(syms_of_keyboard): defsubr it.

(read_char): Call the input method if appropriate.
Change logic for distinguishing rereads from new events;
use local var `reread'.  Take events from
Vunread_input_method_events and Vunread_post_input_method_events.
(Vunread_input_method_events, Vunread_post_input_method_events)
(Vinput_method_function): New variable.
(syms_of_keyboard): Set up Lisp vars.
(command_loop_1): Check Vunread_input_method_events and
Vunread_post_input_method_events along with Vunread_command_events.

26 years ago(auto-coding-alist): Recognize .tar.
Richard M. Stallman [Sun, 26 Jul 1998 22:03:03 +0000 (22:03 +0000)]
(auto-coding-alist): Recognize .tar.

26 years ago(auto-mode-alist): Fix regular expression error for sh-mode.
Kenichi Handa [Sun, 26 Jul 1998 14:04:41 +0000 (14:04 +0000)]
(auto-mode-alist): Fix regular expression error for sh-mode.

26 years ago(archive-summarize): Set buffer unibyte before
Eli Zaretskii [Sun, 26 Jul 1998 13:57:08 +0000 (13:57 +0000)]
(archive-summarize): Set buffer unibyte before
calling archive-XXX-summarize.
(archive-file-name-handler): New function to make the caller
behave as if the extracted file existed.
(archive-set-buffer-as-visiting-file): New function to simulate
file visiting.  Uses archive-file-name-handler to make dos-w32
systems preserve the coding-system of the extracted files.
(archive-extract): Bind coding-system-for-write to
file-name-coding-system, coding-system-for-read to 'no-conversion.
Call archive-set-buffer-as-visiting-file after a member file is
inserted in the current buffer.
(archive-extract-by-stdout): Don't bind coding-system-for-read and
inherit-process-coding-system.
(archive-*-write-file-member): Give an encoded file name to
external archive program.
(archive-rename-entry): Likewise.
(archive-mode-revert): Set buffer unibyte before calling
revert-buffer.
(archive-arc-rename-entry, archive-zip-chmod-entry): Set buffer
unibyte before handling binary archive data.
(archive-lzh-rename-entry, archive-lzh-ogm,
archive-zip-chmod-entry): Likewise.
(archive-lzh-summarize): Set local variable efnname to the decoded
file name.  If default-enable-multibyte-characters is non-nil, set
buffer multibyte before inserting summary lines.

26 years ago*** empty log message ***
Richard M. Stallman [Sun, 26 Jul 1998 06:40:13 +0000 (06:40 +0000)]
*** empty log message ***

26 years agoentered into RCS
Richard M. Stallman [Sun, 26 Jul 1998 04:24:47 +0000 (04:24 +0000)]
entered into RCS

26 years agoDon't require cl.
Richard M. Stallman [Sat, 25 Jul 1998 20:58:03 +0000 (20:58 +0000)]
Don't require cl.
(crisp-override-meta-x): Doc fix.
(crisp-last-last-command): Doc fix.
(mark-something): Function deleted.
(crisp-mark-line): Avoid using mark-something.
(crisp-region-active): Renamed from region-active.
(crisp-set-clipboard): Renamed from copy-primary-selection.
(crisp-kill-region): Renamed from kill-primary-selection.
(crisp-yank-clipboard): Renamed from yank-clipboard-selection.

26 years ago(auto-coding-alist): Another doc fix.
Richard M. Stallman [Sat, 25 Jul 1998 20:56:15 +0000 (20:56 +0000)]
(auto-coding-alist): Another doc fix.

26 years ago[AIXHFT] (hft_init, hft_reset): Add declarations.
Richard M. Stallman [Sat, 25 Jul 1998 20:51:40 +0000 (20:51 +0000)]
[AIXHFT] (hft_init, hft_reset): Add declarations.

26 years agoInitial revision
Richard M. Stallman [Sat, 25 Jul 1998 20:51:18 +0000 (20:51 +0000)]
Initial revision

26 years ago(HAVE_STRING_H): Move #undef here.
Richard M. Stallman [Sat, 25 Jul 1998 06:46:28 +0000 (06:46 +0000)]
(HAVE_STRING_H): Move #undef here.

26 years ago(HAVE_STRING_H): Delete #undef here.
Richard M. Stallman [Sat, 25 Jul 1998 06:46:19 +0000 (06:46 +0000)]
(HAVE_STRING_H): Delete #undef here.

26 years ago(regex_compile): Declare p with non-const type on AIX.
Richard M. Stallman [Sat, 25 Jul 1998 06:40:50 +0000 (06:40 +0000)]
(regex_compile): Declare p with non-const type on AIX.

26 years ago(cal-tex-latexify-list): Ignore specifer in diary entry.
Richard M. Stallman [Sat, 25 Jul 1998 05:59:11 +0000 (05:59 +0000)]
(cal-tex-latexify-list): Ignore specifer in diary entry.

26 years ago(auto-coding-alist): Docstring fixed.
Kenichi Handa [Sat, 25 Jul 1998 04:48:35 +0000 (04:48 +0000)]
(auto-coding-alist): Docstring fixed.

26 years agoQuote ange-ftp-reread-dir in autoload cookie.
Kenichi Handa [Sat, 25 Jul 1998 04:35:02 +0000 (04:35 +0000)]
Quote ange-ftp-reread-dir in autoload cookie.

26 years ago(quail-japanese-kanji-kkc): Set
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(quail-japanese-kanji-kkc): Set
quail-translation to nil after calling kkc-region so that
translation mode is restarted correctly.

26 years ago(kkc-region): Unwind-protect the conversion
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(kkc-region): Unwind-protect the conversion
process.
(kkc-show-conversion-list-update): Pay attention to the length of
kkc-show-conversion-list-index-chars.

26 years ago(find-multibyte-characters): New
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(find-multibyte-characters): New
function.
(select-safe-coding-system): Highlight characters which can't be
encoded.  Show list of such characters also in *Warning* buffer.

26 years ago(coding-system-change-eol-conversion): Make it accepts an integer
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(coding-system-change-eol-conversion): Make it accepts an integer
value in EOL-TYPE argument.

26 years ago(auto-coding-alist): New variable.
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(auto-coding-alist): New variable.
(set-auto-coding): Arguemnt FILENAME is added.  Check
auto-coding-alist at first.

26 years ago(syms_of_coding): Mention auto-coding-alist in the
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(syms_of_coding): Mention auto-coding-alist in the
docstring of file-coding-system-alist.

26 years ago(Finsert_file_contents): Call Vset_auto_coding_function
Kenichi Handa [Sat, 25 Jul 1998 04:23:13 +0000 (04:23 +0000)]
(Finsert_file_contents): Call Vset_auto_coding_function
with two arguments.
(Fwrite_region): If buffer-file-coding-system is set locally, use
the coding system whithout checking file-coding-system-alist.
(syms_of_fileio): Docstring of set-auto-coding-function adjusted
for the change of argument number.

26 years agoGive set-auto-coding-funciton FILENAME argument.
Kenichi Handa [Sat, 25 Jul 1998 02:02:59 +0000 (02:02 +0000)]
Give set-auto-coding-funciton FILENAME argument.

26 years ago*** empty log message ***
Dan Nicolaescu [Sat, 25 Jul 1998 00:19:51 +0000 (00:19 +0000)]
*** empty log message ***

26 years ago(uniquify-ignore-buffers-re): Fix custom type.
Richard M. Stallman [Fri, 24 Jul 1998 20:13:08 +0000 (20:13 +0000)]
(uniquify-ignore-buffers-re): Fix custom type.

26 years ago(basic-save-buffer-2): New function.
Richard M. Stallman [Fri, 24 Jul 1998 10:43:29 +0000 (10:43 +0000)]
(basic-save-buffer-2): New function.
(basic-save-buffer-1): Use basic-save-buffer-2,
after perhaps binding coding-system-for-write.
(save-buffer-coding-system): Make it a permanent local.

26 years ago*** empty log message ***
Dan Nicolaescu [Fri, 24 Jul 1998 04:36:09 +0000 (04:36 +0000)]
*** empty log message ***

26 years ago(auto-mode-alist): Recognize shell profiles without dirname.
Richard M. Stallman [Thu, 23 Jul 1998 07:23:08 +0000 (07:23 +0000)]
(auto-mode-alist): Recognize shell profiles without dirname.

26 years ago(quail-start-translation): Call
Kenichi Handa [Thu, 23 Jul 1998 05:48:49 +0000 (05:48 +0000)]
(quail-start-translation): Call
this-single-command-raw-keys instead of this-single-command-keys.
(quail-start-conversion): Likewise.

26 years ago(isearch-minibuffer-self-insert):
Kenichi Handa [Thu, 23 Jul 1998 05:42:28 +0000 (05:42 +0000)]
(isearch-minibuffer-self-insert):
Handle space char event correctly.
(isearch-process-search-multibyte-characters): If this-command is
not isearch-printing-char, don't read multibyte chars from
minibuffer, but just call isearch-process-search-char.

26 years ago(quail-start-translation): Use
Kenichi Handa [Thu, 23 Jul 1998 05:42:28 +0000 (05:42 +0000)]
(quail-start-translation): Use
this-single-command-keys to get raw events instead of
listify-key-sequence
(quail-start-conversion): Likewise.

26 years agoAvoid using all-caps for non-arguments.
Karl Heuer [Wed, 22 Jul 1998 19:02:16 +0000 (19:02 +0000)]
Avoid using all-caps for non-arguments.

26 years ago(feedmail-queue-send-edit-prompt-help-first):
Karl Heuer [Wed, 22 Jul 1998 18:34:39 +0000 (18:34 +0000)]
(feedmail-queue-send-edit-prompt-help-first):
Doc fix.

26 years agoEntire file: Fix indentation.
Karl Heuer [Wed, 22 Jul 1998 18:31:25 +0000 (18:31 +0000)]
Entire file: Fix indentation.

26 years ago(imenu-create-index-function): Add autoload cookie.
Richard M. Stallman [Wed, 22 Jul 1998 02:29:27 +0000 (02:29 +0000)]
(imenu-create-index-function): Add autoload cookie.
(imenu-extract-index-name-function, imenu-default-goto-function)
(imenu-sort-function, imenu-prev-index-position-function): Likewise.

26 years ago(ange-ftp-reread-dir): Renamed from `re-read'.
Richard M. Stallman [Wed, 22 Jul 1998 00:31:24 +0000 (00:31 +0000)]
(ange-ftp-reread-dir): Renamed from `re-read'.
Old name defined as alias.  Doc fix.

26 years ago(main): Explicitly check result of message box for OK.
Geoff Voelker [Tue, 21 Jul 1998 04:00:21 +0000 (04:00 +0000)]
(main): Explicitly check result of message box for OK.

26 years ago(quail-japanese-kanji-kkc): Handle the case
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(quail-japanese-kanji-kkc): Handle the case
that conversion is cancelled in kkc-region.
(quail-japanese-switch-package): Fix previous change.

26 years ago(kkc-region): Handled the case that
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(kkc-region): Handled the case that
conversion is cancelled.
(kkc-terminate): Update kkc-overlay-head correctly.
(kkc-cancel): Don't call kkc-terminate, but set kkc-converting to
nil.

26 years ago(quail-simple-translation-keymap): Typo
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(quail-simple-translation-keymap): Typo
in doc-string fixed.
(quail-start-translation): Check start position of quail-overlay
before calling quail-overlay-region-events.
(quail-start-conversion): Likewise.

26 years ago(Fcall_process): Use alloca instead of
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(Fcall_process): Use alloca instead of
get_conversion_buffer.

26 years ago(init_coding): Extern it.
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(init_coding): Extern it.

26 years ago(init_coding): New function.
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(init_coding): New function.
(init_coding_once): Don't initialize conversion_buffer here.  It
is done in init_coding.

26 years ago(main): Call init_coding.
Kenichi Handa [Tue, 21 Jul 1998 01:42:40 +0000 (01:42 +0000)]
(main): Call init_coding.

26 years ago(auto-mode-alist): Match .emacs with no directory.
Richard M. Stallman [Mon, 20 Jul 1998 21:23:28 +0000 (21:23 +0000)]
(auto-mode-alist): Match .emacs with no directory.

26 years ago(grep): Doc fix.
Richard M. Stallman [Sun, 19 Jul 1998 22:17:03 +0000 (22:17 +0000)]
(grep): Doc fix.
(next-error): Doc fix.

26 years ago(R4000:UNIX_SV:*:*): Recognize this for Mips machines.
Richard M. Stallman [Sun, 19 Jul 1998 22:11:47 +0000 (22:11 +0000)]
(R4000:UNIX_SV:*:*): Recognize this for Mips machines.

26 years ago(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
Richard M. Stallman [Sun, 19 Jul 1998 22:10:23 +0000 (22:10 +0000)]
(*:[Aa]miga[Oo][Ss]:*:*): New alternative.
(BeBox:BeOS:*:*, BeMac:BeOS:*:*): New alternatives.

26 years agoAllow -beos*. Translate -be to -beos.
Richard M. Stallman [Sun, 19 Jul 1998 22:09:55 +0000 (22:09 +0000)]
Allow -beos*.  Translate -be to -beos.

26 years ago(sh-mode): parse-sexp-ignore-comments = t.
Richard M. Stallman [Sun, 19 Jul 1998 21:58:03 +0000 (21:58 +0000)]
(sh-mode): parse-sexp-ignore-comments = t.

26 years ago(archive-mode): Undo previous change.
Eli Zaretskii [Sun, 19 Jul 1998 15:02:33 +0000 (15:02 +0000)]
(archive-mode): Undo previous change.
(archive-extract): Make the buffer unibyte if the extracted file
was read with coding-system of no-conversion or raw-text.

26 years ago(quail-japanese-update-translation): Handle
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(quail-japanese-update-translation): Handle
a key which should fix the current translation and start a new
translation correctly.
(quail-japanese-toggle-kana): Set quail-translating to nil.  Don't
change point.

26 years ago(isearch-toggle-specified-input-method): Adjusted for the change
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(isearch-toggle-specified-input-method): Adjusted for the change
in isearch.el.
(isearch-toggle-input-method): Likewise.
(isearch-minibuffer-local-map): New variable.
(isearch-minibuffer-non-self-insert): New function.
(isearch-minibuffer-self-insert): New function.
(isearch-process-search-multibyte-characters): Read multibyte
characters from minibuffer with the keymap
isearch-minibuffer-local-map.

26 years ago(kkc-region): Fix the return value.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(kkc-region): Fix the return value.

26 years ago(read-multilingual-string): Don't
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(read-multilingual-string): Don't
activate an input method in the current buffer, but just bind
current-input-method.

26 years ago(quail-conversion-keymap): New binding
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(quail-conversion-keymap): New binding
for quail-conversion-delete-tail.
(quail-input-method): Suppress input method if
overriding-terminal-local-map or overriding-local-map is non-nil.
Erase contents of quail-guidance-buf.  Run the hook
input-method-after-insert-chunk-hook.
(quail-start-translation): Get the original event list by
listify-key-sequence.  Setup last-command and this-command
(quail-start-conversion): Likewise.
(quail-conversion-beginning-of-region): Set quail-translating to
nil.
(quail-conversion-end-of-region, quail-conversion-delete-char):
Likewise.
(quail-conversion-delete-tail): New function.
(quail-no-conversion): Don' run the hook
input-method-after-insert-chunk-hook.

26 years ago(japanese-replace-region): New function.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(japanese-replace-region): New function.
(japanese-katakana-region, japanese-hiragana-region,
japanese-hankaku-region, japanese-zenkaku-region): Don't change
point.  Use japanese-replace-region to change text.

26 years ago(isearch-input-method-function): New variable.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(isearch-input-method-function): New variable.
(isearch-input-method-local-p): New variable.
(isearch-mode): Setup the above two variable.  Set
input-method-function to nil locally.
(isearch-done): Restore the previous value of
input-method-function.

26 years ago(Fdefine_charset): Fix doc-string.
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(Fdefine_charset): Fix doc-string.

26 years ago(dumpglyphs): After calling ccl_driver, set cp->byte1 to
Kenichi Handa [Sun, 19 Jul 1998 05:17:35 +0000 (05:17 +0000)]
(dumpglyphs): After calling ccl_driver, set cp->byte1 to
zero for 1-byte font.

26 years ago(sgml-mode): Call kill-local-variables
Richard M. Stallman [Sun, 19 Jul 1998 00:04:01 +0000 (00:04 +0000)]
(sgml-mode): Call kill-local-variables
here directly, then set major-mode, then call sgml-mode-common.
Run the hooks here at the end.
(html-mode): Likewise.
(sgml-mode-common): Don't call kill-local-variables; don't run hooks.

26 years ago(lazy-lock-fontify-after-visage): Renamed from lazy-lock-fontify-after-outline.
Simon Marshall [Fri, 17 Jul 1998 15:13:21 +0000 (15:13 +0000)]
(lazy-lock-fontify-after-visage): Renamed from lazy-lock-fontify-after-outline.
(lazy-lock-install-hooks): Add to hs-hide-hook too.
(lazy-lock-unstall): Remove it.
(lazy-lock-fontify-rest-after-change):
(lazy-lock-defer-rest-after-change): Ensure properties are always
removed from the rest of the buffer by widening before using point-max.

26 years ago(forms-mode): Doc fix (remove slashes from keybindings).
Stephen Eglen [Fri, 17 Jul 1998 14:01:15 +0000 (14:01 +0000)]
(forms-mode): Doc fix (remove slashes from keybindings).

26 years ago(archive-mode): Make the buffer unibyte.
Richard M. Stallman [Fri, 17 Jul 1998 08:34:27 +0000 (08:34 +0000)]
(archive-mode): Make the buffer unibyte.

26 years ago(archive-extract): If the extractor signals an
Richard M. Stallman [Fri, 17 Jul 1998 03:21:14 +0000 (03:21 +0000)]
(archive-extract): If the extractor signals an
error, trap it, so that the buffer created for a member is killed.

26 years ago(quail-japanese-kanji-kkc): Adjusted for the change of quail.el.
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(quail-japanese-kanji-kkc): Adjusted for the change of quail.el.
(quail-japanese-switch-package): Likewise.

26 years ago(kkc-show-conversion-list-index-chars):
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(kkc-show-conversion-list-index-chars):
Default value changed.
(kkc-keymap): Renamed from kkc-mode-map.  Key binding for
kkc-non-kkc-command are deleted.
(kkc-mode): This function deleted.
(kkc-canceled): This variable deleted.
(kkc-converting): New variable.
(kkc-region): 3rd optional arg is deleted.  Completely rewritten
to adjust for the change in quail.el.
(kkc-terminate, kkc-cancel): Adjusted for the change of
kkc-region.
(kkc-non-kkc-command): This function deleted.
(kkc-select-from-list): Use last-input-event instead of
last-input-char.  Put an unknown event back to
unread-input-method-events.

26 years ago(quail-mode): This variable deleted.
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
(quail-mode): This variable deleted.
(quail-current-key): Make it buffer local.
(quail-current-str, quail-current-translations): Likewise.
(quail-reset-conversion-region): This variable deleted.
(quail-use-package): Call quail-activate at the tail.
(quail-translation-keymap, quail-simple-translation-keymap): Key
bindings for quail-execute-non-quail-command deleted.
(quail-conversion-keymap): Likewise.  Add key bindings for
quail-self-insert-command.
(quail-delete-overlays): Chekc overlay-start for overlays before
deleting them.
(quail-mode): This function deleted.
(quail-inactivate, quail-activate): New functions.
(quail-saved-current-map, quail-saved-current-buffer): These
variables deleted.
(quail-toggle-mode-temporarily, quail-execute-non-quail-command):
These functions deleted.
(quail-exit-conversion-mode, quail-prefix-arg): These variables
deleted.
(quail-error): New error condition.
(quail-error): New function.
(quail-translating, quail-converting): New variables.
(quail-input-method, quail-overlay-region-events): New function.
(quail-start-translation): Completely re-written.
(quail-start-translation-in-conversion-mode): This function
deleted.
(quail-start-conversion): New function.
(quail-terminate-translation): Just set quail-translating to nil.
(quail-update-translation): Put some events back to
unread-input-method-events instead of unread-command-events.  Call
quail-error instead of error.
(quail-self-insert-command): Adjusted for the change of
quail-start-translation.
(quail-next-translation): Don't call
quail-execute-non-quail-command, instead, put an event back of
unread-command-events.
(quail-prev-translation, quail-next-translation-block,
quail-prev-translation-block): Likewize.
(quail-conversion-backward-char): Call quail-error instead of
error.  Set quail-translating to nil.
(quail-conversion-forward-char): Likewize.
(quail-conversion-delete-char): Call quail-error instead of error.
If conversion region gets vacant, set quail-converting to nil.
(quail-conversion-backward-delete-char): Likewize.
(quail-no-conversion): Just set quail-converting to nil.
(quail-mouse-choose-completion): Call quai-error instead of error.
(quail-choose-completion-string): Likewize.
(quail-help): Don't handle quail-mode-map.

26 years ago("Ethiopic"): Typo in sample-text fixed.
Kenichi Handa [Thu, 16 Jul 1998 00:14:44 +0000 (00:14 +0000)]
("Ethiopic"): Typo in sample-text fixed.