comparison lisp/ChangeLog @ 87213:55a1f5bb3e84

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Sun, 09 Dec 2007 23:47:59 +0000
parents a6f95b3d0102
children b158ddb21552
comparison
equal deleted inserted replaced
87212:80f24a97ade8 87213:55a1f5bb3e84
1 2007-12-09 Juri Linkov <juri@jurta.org>
2
3 * replace.el (keep-lines, flush-lines, how-many): Doc fix.
4 Check search-upper-case before calling isearch-no-upper-case-p
5 to set case-fold-search.
6 (occur): Doc fix.
7 (occur-1, perform-replace): Check search-upper-case before calling
8 isearch-no-upper-case-p to set case-fold-search.
9
10 * isearch.el (search-upper-case): Doc fix.
11 (isearch-mode-map): Bind `M-s o' to isearch-occur.
12 (isearch-query-replace): Doc fix. Let-bind search-upper-case to nil.
13 (isearch-query-replace-regexp): Doc fix.
14 (isearch-occur): New function.
15
1 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de> 16 2007-12-09 Reiner Steib <Reiner.Steib@gmx.de>
2 17
3 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for 18 * pgg.el, pgg-parse.el (declare-function): Add new no-op macro for
4 backward compatibility. 19 backward compatibility.
5 20