Mercurial > emacs
changeset 100670:3a213a83e9a6
*** empty log message ***
author | Juri Linkov <juri@jurta.org> |
---|---|
date | Tue, 23 Dec 2008 21:03:09 +0000 |
parents | 1cc573a37101 |
children | b095fbcf559e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 20 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Tue Dec 23 21:02:40 2008 +0000 +++ b/lisp/ChangeLog Tue Dec 23 21:03:09 2008 +0000 @@ -1,3 +1,23 @@ +2008-12-23 Juri Linkov <juri@jurta.org> + + * isearch.el (isearch-filter-predicate, isearch-search): Replace + `isearch-filter-invisible' with `isearch-filter-visible'. + (isearch-filter-visible): Renamed from + `isearch-filter-invisible'. Doc fix. + + * dired-aux.el (dired-isearch-filenames-toggle): Use the original + value from `dired-isearch-filter-predicate-orig' instead of the + symbol `isearch-filter-invisible'. Doc fix. + (dired-isearch-filter-filenames): Replace + `isearch-filter-invisible' with `isearch-filter-visible'. Doc fix. + + * info.el (Info-find-node-2): Use negative offset 2 instead of 1 + for Info-point-loc since it is more correct in all cases. + (Info-isearch-filter): Rename from + `Info-isearch-filter-predicate'. Doc fix. + (Info-mode): Replace `Info-isearch-filter-predicate' with + `Info-isearch-filter'. + 2008-12-23 Daiki Ueno <ueno@unixuser.org> * pgg.el: Add obsolescence info.