]> git.eshelyaron.com Git - emacs.git/commitdiff
Describe changes to the occur-mode implementation in NEWS
authorMattias Engdegård <mattiase@acm.org>
Sun, 25 Jul 2021 19:39:39 +0000 (21:39 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 25 Jul 2021 19:40:56 +0000 (21:40 +0200)
* etc/NEWS: Mention change to the `occur-target` property (bug#39121).

etc/NEWS

index 0d1abfd852c75ff40154addc51d9208da43f3870..b969590f7c3ce5329a54151a733802597fec3a63 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -766,6 +766,15 @@ faces in other ways.
 *** The new command 'recenter-current-error', bound to 'l' in Occur or
 compilation buffers, recenters the current displayed occurrence/error.
 
+---
+*** Occur mode may use a different type for 'occur-target' property values.
+The value was previously always a marker set to the start of the first
+match on the line but can now also be a list of (BEGIN . END) pairs
+of markers delimiting each match on the line.
+This is a fully compatible change to the internal occur-mode
+implementation, and code creating their own occur-mode buffers will
+work as before.
+
 ** EIEIO
 
 +++