diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -765,6 +765,12 @@ start of a sentence or at '(point-min)', else '@ref'. | |||
| 765 | It now treats the optional 2nd argument to mean that the URL should be | 765 | It now treats the optional 2nd argument to mean that the URL should be |
| 766 | shown in the currently selected window. | 766 | shown in the currently selected window. |
| 767 | 767 | ||
| 768 | *** A new function, 'browse-url-add-buttons' can be used to add clickable | ||
| 769 | links to most ordinary special-mode buffers that display text that | ||
| 770 | have URLs embedded. 'browse-url-button-regexp' controls what's | ||
| 771 | considered 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. | |||
| 1037 | If set, shr will not render tags with attribute 'aria-hidden="true"'. | 1043 | If set, shr will not render tags with attribute 'aria-hidden="true"'. |
| 1038 | This attribute is meant to tell screen readers to ignore a tag. | 1044 | This 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 | ||
| 1048 | of '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 | ||