aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index cccb8017bd4..6517f1938c2 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -765,6 +765,12 @@ start of a sentence or at '(point-min)', else '@ref'.
765It now treats the optional 2nd argument to mean that the URL should be 765It now treats the optional 2nd argument to mean that the URL should be
766shown in the currently selected window. 766shown in the currently selected window.
767 767
768*** A new function, 'browse-url-add-buttons' can be used to add clickable
769links to most ordinary special-mode buffers that display text that
770have URLs embedded. 'browse-url-button-regexp' controls what's
771considered a button.
772
773*** A new variable, 'browse-url-external-browser', has been added.
768** Comint 774** Comint
769 775
770+++ 776+++
@@ -1037,6 +1043,10 @@ has been executed.
1037If set, shr will not render tags with attribute 'aria-hidden="true"'. 1043If set, shr will not render tags with attribute 'aria-hidden="true"'.
1038This attribute is meant to tell screen readers to ignore a tag. 1044This attribute is meant to tell screen readers to ignore a tag.
1039 1045
1046+++
1047*** 'shr-external-browser' has been made into an obsolete alias
1048of 'browse-url-external-browser'.
1049
1040--- 1050---
1041*** 'shr-tag-ol' now respects the ordered list 'start' attribute. 1051*** 'shr-tag-ol' now respects the ordered list 'start' attribute.
1042 1052