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 e1335731707..d75943f408d 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,36 @@ | |||
| 1 | 2004-12-12 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * isearch.el (isearch-edit-string): Set 7th arg of | ||
| 4 | `read-from-minibuffer' to `t' to inherit the current input | ||
| 5 | method (whose name is indicated by [IM] in the minibuffer prompt) | ||
| 6 | from the current buffer to the minibuffer. | ||
| 7 | (isearch-lazy-highlight-update): Put body to `with-local-quit' | ||
| 8 | to allow C-g quitting for lazy highlighting looping inside the | ||
| 9 | search with nested repetition operators. Add overlay to the list | ||
| 10 | before setting its face and other properties to avoid the case of | ||
| 11 | code quitting after placing the new overlay but before it's | ||
| 12 | recorded on the list. Select the window where isearch was | ||
| 13 | activated, to highlight matches in the right window when isearch | ||
| 14 | switches the current window to the minibuffer. | ||
| 15 | |||
| 16 | * international/isearch-x.el | ||
| 17 | (isearch-process-search-multibyte-characters): | ||
| 18 | Use `isearch-message' as initial input for `read-string' instead | ||
| 19 | of adding it to the minibuffer prompt. After reading a string | ||
| 20 | remove the initial value of `isearch-message' from the string. | ||
| 21 | |||
| 22 | * replace.el (replace-match-maybe-edit): Doc fix. | ||
| 23 | (perform-replace): Don't call `replace-highlight' when automatic | ||
| 24 | replacement is requested in literal mode, since it is intended | ||
| 25 | only to highlight words during entering a new replacement string | ||
| 26 | for \? in non-literal mode. | ||
| 27 | |||
| 28 | * replace.el (query-replace-highlight): Add new value `isearch' | ||
| 29 | that allows query replacement to use isearch highlighting. | ||
| 30 | Change type from `boolean' to `choice'. Doc fix. | ||
| 31 | (replace-highlight, replace-dehighlight, perform-replace): | ||
| 32 | Use isearch highlighting if query-replace-highlight eq `isearch'. | ||
| 33 | |||
| 1 | 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca> | 34 | 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 35 | ||
| 3 | * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments) | 36 | * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments) |