diff options
author | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-27 14:11:55 -0200 |
---|---|---|
committer | Artur Malabarba <bruce.connor.am@gmail.com> | 2015-01-27 14:11:55 -0200 |
commit | 1348ef6150678d7e78a68c560eca6c98afa3a043 (patch) | |
tree | 04220121a83155ef013fdbe003dd45fe6bf8108e | |
parent | 07392ee003a54334f98a59bbb62ffe0d96187be8 (diff) | |
download | emacs-1348ef6150678d7e78a68c560eca6c98afa3a043.tar.gz |
Changelog, will be added to each commit before merging.scratch/isearch-character-group-folding
-rw-r--r-- | lisp/ChangeLog | 5 |
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> |