diff options
author | Juri Linkov <juri@jurta.org> | 2012-02-23 02:36:49 +0200 |
---|---|---|
committer | Juri Linkov <juri@jurta.org> | 2012-02-23 02:36:49 +0200 |
commit | 0bd1e07406f0140d699a0d12a655753cf77cdf8a (patch) | |
tree | 808edfb94fdd77e6907cb3913cad9ba8a68832b4 /lisp/ChangeLog | |
parent | 19e9789e196ba5eea44ecac3ccf25658a6ffc04b (diff) | |
download | emacs-0bd1e07406f0140d699a0d12a655753cf77cdf8a.tar.gz |
* lisp/isearch.el (isearch-occur): Sync interactive spec with occur's
new feature in `occur-read-primary-args'. Doc fix.
* etc/NEWS: Add new "collect" feature of `occur'.
Fixes: debbugs:10705
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index eaf04e72ecd..d69231fd806 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2012-02-23 Juri Linkov <juri@jurta.org> + + * isearch.el (isearch-occur): Sync interactive spec with occur's + new feature in `occur-read-primary-args'. Doc fix. (Bug#10705) + 2012-02-22 Juri Linkov <juri@jurta.org> * international/mule-cmds.el (read-char-by-name): Use \` and \'. |