diff options
author | Kenichi Handa <handa@m17n.org> | 2000-06-19 00:53:55 +0000 |
---|---|---|
committer | Kenichi Handa <handa@m17n.org> | 2000-06-19 00:53:55 +0000 |
commit | 8f3c9a3d348e316593064976272a37934d89ad72 (patch) | |
tree | b927926cd8a504ad91332f185741ce2fa05a3a8b /lisp | |
parent | 52e386c2dc5082721412b9cccf961a5ab25eec0b (diff) | |
download | emacs-8f3c9a3d348e316593064976272a37934d89ad72.tar.gz |
*** empty log message ***
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8803b3d2226..9cf03fb026e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-06-19 Kenichi Handa <handa@etl.go.jp> + + * international/isearch-x.el (isearch-minibuffer-input-method) + (isearch-minibuffer-input-method-function): These variables + deleted. + (isearch-with-input-method): Don't use the above variables. + (isearch-process-search-multibyte-characters): Likewise. Call + read-string with the arg INHERIT-INPUT-METHOD t. + 2000-06-17 Stefan Monnier <monnier@cs.yale.edu> * font-lock.el (font-lock-after-fontify-buffer) |