summaryrefslogtreecommitdiff
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index da9683dc111..ff99d81aa39 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,6 +1,11 @@
2015-01-27 Artur Malabarba <bruce.connor.am@gmail.com>
* isearch.el (isearch-process-search-char): Add docstring.
+ (isearch-fold-groups): New variable.
+ (isearch-groups-alist): New variable.
+ (isearch--replace-groups-in-string): New function.
+ (isearch-search-fun-default): Use the above to implement group
+ folding in isearch.
2015-01-27 Oleh Krehel <ohwoeowho@gmail.com>