aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0d1abfd852c..b969590f7c3 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -766,6 +766,15 @@ faces in other ways.
766*** The new command 'recenter-current-error', bound to 'l' in Occur or 766*** The new command 'recenter-current-error', bound to 'l' in Occur or
767compilation buffers, recenters the current displayed occurrence/error. 767compilation buffers, recenters the current displayed occurrence/error.
768 768
769---
770*** Occur mode may use a different type for 'occur-target' property values.
771The value was previously always a marker set to the start of the first
772match on the line but can now also be a list of (BEGIN . END) pairs
773of markers delimiting each match on the line.
774This is a fully compatible change to the internal occur-mode
775implementation, and code creating their own occur-mode buffers will
776work as before.
777
769** EIEIO 778** EIEIO
770 779
771+++ 780+++