diff options
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 | ||