aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a401eb3a3f..98fbc6302dd 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1019,6 +1019,11 @@ similar to the ones created by shift-selection. In previous Emacs
1019versions, these regions were delineated by `mouse-drag-overlay', which 1019versions, these regions were delineated by `mouse-drag-overlay', which
1020has now been removed. 1020has now been removed.
1021 1021
1022+++
1023** The fourth argument of filter-buffer-substring, which says to remove
1024text properties from the final result, has been removed.
1025Eg simply pass the result through substring-no-properties if you need this.
1026
1022--- 1027---
1023** cl.el no longer provides `cl-19'. 1028** cl.el no longer provides `cl-19'.
1024 1029
@@ -1415,6 +1420,7 @@ an empty uninterned symbol.
1415*** `tooltip-use-echo-area' is obsolete. 1420*** `tooltip-use-echo-area' is obsolete.
1416Rather than setting this to t, disable Tooltip mode instead. 1421Rather than setting this to t, disable Tooltip mode instead.
1417 1422
1423+++
1418*** buffer-substring-filters is obsolete. 1424*** buffer-substring-filters is obsolete.
1419Use `filter-buffer-substring-functions' instead. 1425Use `filter-buffer-substring-functions' instead.
1420 1426