; * etc/NEWS: Use active voice for 'repeat-mode', etc.

This commit is contained in:
Juri Linkov 2021-10-27 20:30:59 +03:00
parent e3171e7e86
commit da6d889e90

View file

@ -50,7 +50,7 @@ when using Cairo. Use 'ftcrhb' if your Emacs was built with HarfBuzz
text shaping support, and 'ftcr' otherwise. You can determine this by text shaping support, and 'ftcr' otherwise. You can determine this by
checking 'system-configuration-features'. The 'ftcr' backend will checking 'system-configuration-features'. The 'ftcr' backend will
still be available when HarfBuzz is supported, but will not be used by still be available when HarfBuzz is supported, but will not be used by
default. We strongly recommend building with HarBuzz support. 'x' is default. We strongly recommend building with HarfBuzz support. 'x' is
still a valid backend. still a valid backend.
--- ---
@ -222,12 +222,13 @@ groups.
+++ +++
** New minor mode 'context-menu-mode' for context menus popped by 'mouse-3'. ** New minor mode 'context-menu-mode' for context menus popped by 'mouse-3'.
When this mode is enabled, clicking 'down-mouse-3' anywhere in the buffer When this mode is enabled, clicking 'down-mouse-3' (usually, the
pops up a menu whose contents depends on surrounding context near the right mouse button) anywhere in the buffer pops up a menu whose
mouse click. You can change the order of the default sub-menus in the contents depends on surrounding context near the mouse click.
context menu by customizing the user option 'context-menu-functions'. You can change the order of the default sub-menus in the context menu
You can also invoke the context menu by pressing 'S-<F10>' or, by customizing the user option 'context-menu-functions'. You can also
on macOS, by clicking 'C-down-mouse-1'. invoke the context menu by pressing 'S-<F10>' or, on macOS, by
clicking 'C-down-mouse-1'.
+++ +++
** A new keymap for buffer actions has been added. ** A new keymap for buffer actions has been added.
@ -438,7 +439,8 @@ nor t.
*** New user option 'read-minibuffer-restore-windows'. *** New user option 'read-minibuffer-restore-windows'.
When customized to nil, it uses 'minibuffer-restore-windows' in When customized to nil, it uses 'minibuffer-restore-windows' in
'minibuffer-exit-hook' to remove only the window showing the 'minibuffer-exit-hook' to remove only the window showing the
"*Completions*" buffer. "*Completions*" buffer, but keeps all other windows created
while the minibuffer was active.
--- ---
*** New variable 'redisplay-adhoc-scroll-in-resize-mini-windows'. *** New variable 'redisplay-adhoc-scroll-in-resize-mini-windows'.
@ -470,7 +472,7 @@ both modes are on).
+++ +++
*** The prefix key 'C-x t t' can be used to display a buffer in a new tab. *** The prefix key 'C-x t t' can be used to display a buffer in a new tab.
Typing 'C-x t t' before a command will cause the buffer shown by that Typing 'C-x t t' before a command will cause the buffer shown by that
command to be displayed in a new tab. 'C-x t t" is bound to the command to be displayed in a new tab. 'C-x t t' is bound to the
command 'other-tab-prefix'. command 'other-tab-prefix'.
+++ +++
@ -3238,7 +3240,7 @@ instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
resize the selected window interactively, 'M-g n n p p' to navigate resize the selected window interactively, 'M-g n n p p' to navigate
next-error matches. Any other key exits this temporarily enabled next-error matches. Any other key exits this temporarily enabled
transient mode that supports shorter keys, and then after exiting from transient mode that supports shorter keys, and then after exiting from
this mode the default key binding is used for the last typed key. this mode, the last typed key uses the default key binding.
The user option 'repeat-exit-key' defines an additional key usable to The user option 'repeat-exit-key' defines an additional key usable to
exit the mode like 'isearch-exit' ('RET'). exit the mode like 'isearch-exit' ('RET').