comparison lisp/ChangeLog @ 58915:ed583175fd65

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 12 Dec 2004 22:33:28 +0000
parents 40bfa1ceae4a
children 50186ddf2fff
comparison
equal deleted inserted replaced
58914:f55019d052ed 58915:ed583175fd65
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)
4 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'. 37 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
5 38