# HG changeset patch # User Kenichi Handa # Date 959840072 0 # Node ID 1279f60766bf8bb0a3c6699b8cc0e536f4908bca # Parent d4b5dd203f46392084061fcf4bcbab012e4ed979 *** empty log message *** diff -r d4b5dd203f46 -r 1279f60766bf lisp/ChangeLog --- a/lisp/ChangeLog Thu Jun 01 05:07:32 2000 +0000 +++ b/lisp/ChangeLog Thu Jun 01 06:14:32 2000 +0000 @@ -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: