# HG changeset patch # User Juri Linkov # Date 1121697218 0 # Node ID 37d9162ba2ba9a2d6eb4858ca49333e44681806f # Parent 9a14f5181afdc0dbaa5b268cc18b277e508e2688 *** empty log message *** diff -r 9a14f5181afd -r 37d9162ba2ba lisp/ChangeLog --- a/lisp/ChangeLog Mon Jul 18 14:32:51 2005 +0000 +++ b/lisp/ChangeLog Mon Jul 18 14:33:38 2005 +0000 @@ -1,3 +1,20 @@ +2005-07-18 Juri Linkov + + * isearch.el (isearch-mode-map): Remove key bindings for regexp + chars * ? } |. + (isearch-fallback): Don't call `isearch-process-search-char'. + (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions. + (isearch-process-search-char): Call `isearch-fallback' for regexp + chars * ? } |. + (isearch-return-char): Make obsolete with `make-obsolete' instead + of simply documenting it as obsolete in the docstring. + (isearch-fallback): Refill docstring. + + * international/isearch-x.el + (isearch-process-search-multibyte-characters): Remove unneeded `concat'. + Add intermediate values to `junk-hist' instead of `minibuffer-history'. + Test the length of `str'. + 2005-07-18 Juanma Barranquero * allout.el (allout-resolve-xref): Fix typos in error strings.