diff options
| author | Juri Linkov | 2005-03-15 10:44:51 +0000 |
|---|---|---|
| committer | Juri Linkov | 2005-03-15 10:44:51 +0000 |
| commit | 65e7180e36d0d6c8186271f44257df0c17b4fa62 (patch) | |
| tree | 6050dd230634d29e761f778c528860c6aa3832ce | |
| parent | a7321976e81b4d7f56c8d06b063223e78220c4a6 (diff) | |
| download | emacs-65e7180e36d0d6c8186271f44257df0c17b4fa62.tar.gz emacs-65e7180e36d0d6c8186271f44257df0c17b4fa62.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1e288f81534..3ce47461c4c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 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 |