aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuri Linkov2008-12-18 01:17:07 +0000
committerJuri Linkov2008-12-18 01:17:07 +0000
commitb87573f01cdcad6c706fa76a1e7a68ecb1d95eb8 (patch)
tree49399fd29bd0f88048314e9fc12daed49e7d79f3 /lisp/ChangeLog
parent579d2d62aa3cee4a06a4488bd7f6d0b6d4450056 (diff)
downloademacs-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/ChangeLog10
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 @@
12008-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
12008-12-17 Daiki Ueno <ueno@unixuser.org> 112008-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