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 54a71c9e494..312869fe57e 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -3591,6 +3591,12 @@ Setting this on the first character of a help string disables
3591conversions via 'substitute-command-keys'. 3591conversions via 'substitute-command-keys'.
3592 3592
3593+++ 3593+++
3594** New text property 'minibuffer-message'.
3595Setting this on a character of the minibuffer text will display the
3596temporary echo messages before that character, when messages need to
3597be displayed while minibuffer is active.
3598
3599+++
3594** 'undo' can be made to ignore the active region for a command 3600** 'undo' can be made to ignore the active region for a command
3595by setting 'undo-inhibit-region' symbol property of that command to 3601by setting 'undo-inhibit-region' symbol property of that command to
3596non-nil. This is used by 'mouse-drag-region' to make the effect 3602non-nil. This is used by 'mouse-drag-region' to make the effect