diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7fba1983f9c..935fa82b10d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2008-11-11 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * dired-aux.el (dired-isearch-filenames) | ||
| 4 | (dired-isearch-filenames-regexp): | ||
| 5 | Let-bind isearch-message-prefix-add to "filename ". | ||
| 6 | |||
| 7 | * isearch.el (isearch-message-prefix-add) | ||
| 8 | (isearch-message-suffix-add): New variables. | ||
| 9 | (isearch-message-prefix): Show additional text from | ||
| 10 | `isearch-message-prefix-add' before "I-search". | ||
| 11 | (isearch-message-suffix): Show additional text from | ||
| 12 | `isearch-message-suffix-add' at the end. | ||
| 13 | |||
| 14 | * isearch.el (isearch-lazy-highlight-search): Use a loop like in | ||
| 15 | `isearch-search'. Call isearch-success-function to skip matches | ||
| 16 | outside the current isearch scope. Let-bind search-invisible to | ||
| 17 | nil to not match invisible text. | ||
| 18 | |||
| 19 | * isearch.el (isearch-query-replace, isearch-highlight-regexp): | ||
| 20 | Let-bind `isearch-recursive-edit' to nil to prevent calling | ||
| 21 | `exit-recursive-edit' in `isearch-done' that terminates the | ||
| 22 | execution of these commands when it is non-nil. Call | ||
| 23 | `exit-recursive-edit' explicitly at the end. | ||
| 24 | (isearch-occur): For word search construct the correct regexp | ||
| 25 | with word boundaries to proceed with occur. | ||
| 26 | |||
| 27 | * isearch.el (isearch-search-fun): Compare the length of the | ||
| 28 | current search string with the length of the string from the | ||
| 29 | previous search state to detect the situation when the user | ||
| 30 | adds or removes characters in the search string. | ||
| 31 | Use word-search-forward-lax and word-search-backward-lax in this | ||
| 32 | case, and otherwise word-search-forward and word-search-backward. | ||
| 33 | |||
| 1 | 2008-11-11 Sam Steingold <sds@gnu.org> | 34 | 2008-11-11 Sam Steingold <sds@gnu.org> |
| 2 | 35 | ||
| 3 | * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into | 36 | * mouse.el (mouse-buffer-menu-mode-groups): Place "Annotate" into |