diff options
| author | Chong Yidong | 2012-08-26 11:57:55 +0800 |
|---|---|---|
| committer | Chong Yidong | 2012-08-26 11:57:55 +0800 |
| commit | dd7ffad60f9e52590f4e6e352e8f861c6a5d13f0 (patch) | |
| tree | 1d444e8646a592c524a3f50e108da7130fedeb4f /lisp/ChangeLog | |
| parent | e1f29348711cb668969139126b59a2a3b8881987 (diff) | |
| download | emacs-dd7ffad60f9e52590f4e6e352e8f861c6a5d13f0.tar.gz emacs-dd7ffad60f9e52590f4e6e352e8f861c6a5d13f0.zip | |
Make ordinary isearch obey search-whitespace-regexp too.
* lisp/isearch.el (search-whitespace-regexp): Make string and nil
values apply to both ordinary and regexp search. Allow a cons
cell value to distinguish between the two.
(isearch-whitespace-regexp, isearch-search-forward)
(isearch-search-backward): New functions.
(isearch-occur, isearch-search-fun-default, isearch-search)
(isearch-lazy-highlight-new-loop): Use them.
(isearch-forward, isearch-forward-regexp): Doc fix.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7b789ad64ed..2cc41c92210 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,16 @@ | |||
| 1 | 2012-08-26 Chong Yidong <cyd@gnu.org> | 1 | 2012-08-26 Chong Yidong <cyd@gnu.org> |
| 2 | 2 | ||
| 3 | * isearch.el (search-whitespace-regexp): Make string and nil | ||
| 4 | values apply to both ordinary and regexp search. Allow a cons | ||
| 5 | cell value to distinguish between the two. | ||
| 6 | (isearch-whitespace-regexp, isearch-search-forward) | ||
| 7 | (isearch-search-backward): New functions. | ||
| 8 | (isearch-occur, isearch-search-fun-default, isearch-search) | ||
| 9 | (isearch-lazy-highlight-new-loop): Use them. | ||
| 10 | (isearch-forward, isearch-forward-regexp): Doc fix. | ||
| 11 | |||
| 12 | 2012-08-26 Chong Yidong <cyd@gnu.org> | ||
| 13 | |||
| 3 | * faces.el (help-argument-name): Always inherit from italic | 14 | * faces.el (help-argument-name): Always inherit from italic |
| 4 | (Bug#12213). | 15 | (Bug#12213). |
| 5 | 16 | ||