From: Eli Zaretskii Date: Mon, 8 Feb 2021 16:19:31 +0000 (+0200) Subject: ; * etc/NEWS: Call out a recent change in Enriched mode. X-Git-Tag: emacs-28.0.90~3867 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9a698da7dea51a59aa9ddfb71887ac6b865883dc;p=emacs.git ; * etc/NEWS: Call out a recent change in Enriched mode. --- diff --git a/etc/NEWS b/etc/NEWS index 40fe2156006..513004885cb 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -1620,6 +1620,13 @@ that makes it a valid button. *** New variable 'thing-at-point-provider-alist'. This allows mode-specific alterations to how 'thing-at-point' works. +** Enriched mode + +--- +*** 'C-a' is by default no longer bound to 'beginning-of-line-text'. +This is so 'C-a' works as in other modes, and in particular holding +Shift while typing 'C-a', i.e. 'C-S-a', will now highlight the text. + ** Miscellaneous +++