diff options
| author | Juri Linkov | 2008-12-18 01:17:07 +0000 |
|---|---|---|
| committer | Juri Linkov | 2008-12-18 01:17:07 +0000 |
| commit | b87573f01cdcad6c706fa76a1e7a68ecb1d95eb8 (patch) | |
| tree | 49399fd29bd0f88048314e9fc12daed49e7d79f3 /lisp/ChangeLog | |
| parent | 579d2d62aa3cee4a06a4488bd7f6d0b6d4450056 (diff) | |
| download | emacs-b87573f01cdcad6c706fa76a1e7a68ecb1d95eb8.tar.gz emacs-b87573f01cdcad6c706fa76a1e7a68ecb1d95eb8.zip | |
(minibuffer-local-isearch-map): Unbind "C-w" from
`isearch-edit-string-set-word'.
(isearch-edit-string-set-word): Remove.
(isearch-occur): Imitate the C function `wordify' by replacing
non-word character with the \\W+ regexp.
(isearch-search-fun): Add `isearch-nonincremental' to the
condition of using a non-lax version of `word-search-forward'.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 3a3657b4b84..87f319c397f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2008-12-18 Juri Linkov <juri@jurta.org> | ||
| 2 | |||
| 3 | * isearch.el (minibuffer-local-isearch-map): Unbind "C-w" from | ||
| 4 | `isearch-edit-string-set-word'. | ||
| 5 | (isearch-edit-string-set-word): Remove. | ||
| 6 | (isearch-occur): Imitate the C function `wordify' by replacing | ||
| 7 | non-word character with the \\W+ regexp. | ||
| 8 | (isearch-search-fun): Add `isearch-nonincremental' to the | ||
| 9 | condition of using a non-lax version of `word-search-forward'. | ||
| 10 | |||
| 1 | 2008-12-17 Daiki Ueno <ueno@unixuser.org> | 11 | 2008-12-17 Daiki Ueno <ueno@unixuser.org> |
| 2 | 12 | ||
| 3 | * epa-file.el (epa-file-insert-file-contents): Set | 13 | * epa-file.el (epa-file-insert-file-contents): Set |