diff options
| author | Juri Linkov | 2005-07-18 14:33:38 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-07-18 14:33:38 +0000 |
| commit | 57cfde4d16388088ba0e01926a593a595307e2f8 (patch) | |
| tree | 6f6dffa7dab2d949e79212629a5048735f773997 /lisp/ChangeLog | |
| parent | 6f2df0f488f491290859df6c74dc3a87c6e33daa (diff) | |
| download | emacs-57cfde4d16388088ba0e01926a593a595307e2f8.tar.gz emacs-57cfde4d16388088ba0e01926a593a595307e2f8.zip | |
(isearch-process-search-multibyte-characters): Remove unneeded `concat'.
Add intermediate values to `junk-hist' instead of `minibuffer-history'.
Test the length of `str'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 482ae0ea1ca..15c729f1a09 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 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. |