From: Kenichi Handa Date: Thu, 1 Jun 2000 06:14:32 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~3578 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6e5dfc3178e5fece0ab77247e86c69148003e322;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cd057df253f..ec618784dfd 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2000-06-01 Kenichi Handa + + * isearch.el (isearch-update): Set disable-point-adjustment to t + to prevent the point moved to the end of a composition when a part + of a composition is searched. + (isearch-other-meta-char): If the key invoking this command can be + mapped by function-key-map to a printing char, call + isearch-process-search-char directly. + 2000-06-01 Stefan Monnier * emacs-lisp/bytecomp.el: