diff etc/NEWS @ 108719:bd94528648ad

* isearch.el (isearch-update-post-hook): New hook. (isearch-update): Use the new hook. (Bug#6225)
author Juri Linkov <juri@jurta.org>
date Fri, 21 May 2010 01:16:19 +0300
parents 5b835c23f034
children 511da81b16c5
line wrap: on
line diff
--- a/etc/NEWS	Fri May 21 01:01:57 2010 +0300
+++ b/etc/NEWS	Fri May 21 01:16:19 2010 +0300
@@ -255,6 +255,10 @@
 
 *** `image-extension-data' is renamed to `image-metadata'.
 
+** Isearch
+
+*** New hook `isearch-update-post-hook' that runs in `isearch-update'.
+
 ** Progress reporters can now "spin".
 The MIN-VALUE and MAX-VALUE arguments of `make-progress-reporter' can
 now be nil, or omitted.  This makes a "non-numeric" reporter.  Each