diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
| @@ -1819,6 +1819,13 @@ can be replicated simply by setting 'comment-auto-fill-only-comments'. | |||
| 1819 | ** New pcase pattern 'rx' to match against a rx-style regular expression. | 1819 | ** New pcase pattern 'rx' to match against a rx-style regular expression. |
| 1820 | For details, see the doc string of 'rx--pcase-macroexpander'. | 1820 | For details, see the doc string of 'rx--pcase-macroexpander'. |
| 1821 | 1821 | ||
| 1822 | --- | ||
| 1823 | ** New functions to set region from secondary selection and vice versa. | ||
| 1824 | The new functions 'secondary-selection-to-region' and | ||
| 1825 | 'secondary-selection-from-region' let you set the beginning and the | ||
| 1826 | end of the region from those of the secondary selection and vise | ||
| 1827 | versa. | ||
| 1828 | |||
| 1822 | 1829 | ||
| 1823 | * Changes in Emacs 26.1 on Non-Free Operating Systems | 1830 | * Changes in Emacs 26.1 on Non-Free Operating Systems |
| 1824 | 1831 | ||