emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juri Linkov
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Tue, 22 Apr 2008 20:31:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juri Linkov <jurta>     08/04/22 20:31:36

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13522
retrieving revision 1.13523
diff -u -b -r1.13522 -r1.13523
--- ChangeLog   22 Apr 2008 19:54:27 -0000      1.13522
+++ ChangeLog   22 Apr 2008 20:31:34 -0000      1.13523
@@ -1,5 +1,25 @@
 2008-04-22  Juri Linkov  <address@hidden>
 
+       * isearch.el (isearch-success-function): New variable with default
+       to `isearch-success-function-default'.
+       (isearch-search): Call a function from `isearch-success-function'
+       instead of calling the hard-coded `isearch-range-invisible'.
+       (isearch-success-function-default): New function that calls
+       `isearch-range-invisible' and inverts its return value.
+
+       * info.el (Info-search): In two similar places that skip
+       undesired search matches move code to Info-search-success-function,
+       and call `isearch-success-function' instead.
+       (Info-search-success-function): New function copied from code
+       in Info-search.  Replace isearch-range-invisible with
+       text-property-not-all that checks for 'invisible and 'display
+       properties to skip partially invisible matches (whose display
+       properties were set by Info-fontify-node).
+       (Info-mode): Set buffer-local isearch-success-function
+       to Info-search-success-function.
+
+2008-04-22  Juri Linkov  <address@hidden>
+
        * minibuffer.el (internal-complete-buffer-except): New function.
 
        * files.el (read-buffer-to-switch): New function.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]