Mercurial > emacs
comparison lisp/ChangeLog @ 60613:fa080a824cc6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 15 Mar 2005 10:44:51 +0000 |
parents | f131aee6a4fe |
children | 787ef18f07ec 48ba3f89c89f |
comparison
equal
deleted
inserted
replaced
60612:f131aee6a4fe | 60613:fa080a824cc6 |
---|---|
1 2005-03-15 Juri Linkov <juri@jurta.org> | |
2 | |
3 * isearch.el (isearch-error): New variable. | |
4 (isearch-invalid-regexp, isearch-within-brackets): Remove. | |
5 (isearch-error-state): Renamed from `isearch-invalid-regexp-state'. | |
6 (isearch-within-brackets-state): Remove. | |
7 (isearch-case-fold-search-state, isearch-pop-fun-state): | |
8 Decrease frame index. | |
9 (isearch-mode, isearch-top-state, isearch-push-state) | |
10 (isearch-edit-string, isearch-abort, isearch-search-and-update) | |
11 (isearch-fallback, isearch-message-prefix, isearch-message-suffix) | |
12 (isearch-search, isearch-lazy-highlight-new-loop): | |
13 Replace `isearch-invalid-regexp' with `isearch-error'. | |
14 Remove `isearch-within-brackets'. | |
15 (isearch-search): Add `search-failed' handler to `condition-case'. | |
16 (isearch-lazy-highlight-search): Add `condition-case' to catch | |
17 errors and allow `isearch-lazy-highlight-update' to try | |
18 highlighting from the beginning of the window. | |
19 (isearch-repeat): Move up code to set isearch-wrapped to t | |
20 before calling isearch-wrap-function. | |
21 | |
22 * info.el (Info-isearch-initial-node): New internal variable. | |
23 (Info-search): Signal an error in isearch mode when search leaves | |
24 the initial node. Signal an error when `bound' is non-nil and | |
25 nothing was found in the current subfile. | |
26 (Info-isearch-search): Remove `condition-case'. | |
27 (Info-isearch-wrap): Don't wrap when search failed during leaving | |
28 the initial node. If `Info-isearch-search' is nil, wrap around | |
29 the current node. | |
30 (Info-isearch-start): New fun. | |
31 (Info-mode): Add buffer-local hook `Info-isearch-start' to | |
32 `isearch-mode-hook'. | |
33 | |
1 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 34 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 35 |
3 * simple.el (normal-erase-is-backspace): Set default to t if | 36 * simple.el (normal-erase-is-backspace): Set default to t if |
4 running on Mac. | 37 running on Mac. |
5 | 38 |