Mercurial > emacs
comparison lisp/ChangeLog @ 64438:37d9162ba2ba
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Mon, 18 Jul 2005 14:33:38 +0000 |
parents | 756d49c05efa |
children | 6b0259b0b8c9 |
comparison
equal
deleted
inserted
replaced
64437:9a14f5181afd | 64438:37d9162ba2ba |
---|---|
1 2005-07-18 Juri Linkov <juri@jurta.org> | |
2 | |
3 * isearch.el (isearch-mode-map): Remove key bindings for regexp | |
4 chars * ? } |. | |
5 (isearch-fallback): Don't call `isearch-process-search-char'. | |
6 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions. | |
7 (isearch-process-search-char): Call `isearch-fallback' for regexp | |
8 chars * ? } |. | |
9 (isearch-return-char): Make obsolete with `make-obsolete' instead | |
10 of simply documenting it as obsolete in the docstring. | |
11 (isearch-fallback): Refill docstring. | |
12 | |
13 * international/isearch-x.el | |
14 (isearch-process-search-multibyte-characters): Remove unneeded `concat'. | |
15 Add intermediate values to `junk-hist' instead of `minibuffer-history'. | |
16 Test the length of `str'. | |
17 | |
1 2005-07-18 Juanma Barranquero <lekktu@gmail.com> | 18 2005-07-18 Juanma Barranquero <lekktu@gmail.com> |
2 | 19 |
3 * allout.el (allout-resolve-xref): Fix typos in error strings. | 20 * allout.el (allout-resolve-xref): Fix typos in error strings. |
4 (allout-before-change-protect): Remove unneeded `concat'. | 21 (allout-before-change-protect): Remove unneeded `concat'. |
5 | 22 |