comparison lisp/ChangeLog @ 94261:3a2101ba338c

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Tue, 22 Apr 2008 20:31:34 +0000
parents 604177fe5586
children 0a5264d5b86f
comparison
equal deleted inserted replaced
94260:5be46d0e04dd 94261:3a2101ba338c
1 2008-04-22 Juri Linkov <juri@jurta.org>
2
3 * isearch.el (isearch-success-function): New variable with default
4 to `isearch-success-function-default'.
5 (isearch-search): Call a function from `isearch-success-function'
6 instead of calling the hard-coded `isearch-range-invisible'.
7 (isearch-success-function-default): New function that calls
8 `isearch-range-invisible' and inverts its return value.
9
10 * info.el (Info-search): In two similar places that skip
11 undesired search matches move code to Info-search-success-function,
12 and call `isearch-success-function' instead.
13 (Info-search-success-function): New function copied from code
14 in Info-search. Replace isearch-range-invisible with
15 text-property-not-all that checks for 'invisible and 'display
16 properties to skip partially invisible matches (whose display
17 properties were set by Info-fontify-node).
18 (Info-mode): Set buffer-local isearch-success-function
19 to Info-search-success-function.
20
1 2008-04-22 Juri Linkov <juri@jurta.org> 21 2008-04-22 Juri Linkov <juri@jurta.org>
2 22
3 * minibuffer.el (internal-complete-buffer-except): New function. 23 * minibuffer.el (internal-complete-buffer-except): New function.
4 24
5 * files.el (read-buffer-to-switch): New function. 25 * files.el (read-buffer-to-switch): New function.