summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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 f21f6e4b068..5327ce12e7b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,15 @@
2013-06-13 Juri Linkov <juri@jurta.org>
+ * isearch.el (word-search-regexp): Match whitespace if the search
+ string begins or ends in whitespace. The LAX arg is applied to
+ both ends of the search string. Use `regexp-quote' and explicit
+ \< and \> instead of \b. Use \` and \' instead of ^ and $.
+ (isearch-symbol-regexp): Sync with `word-search-regexp' where word
+ boundaries are replaced with symbol boundaries, and characters
+ between symbols match non-word non-symbol syntax. (Bug#14602)
+
+2013-06-13 Juri Linkov <juri@jurta.org>
+
* isearch.el (isearch-del-char): Don't exceed the length of
`isearch-string' by the prefix arg. (Bug#14563)