aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuri Linkov2021-10-27 20:30:59 +0300
committerJuri Linkov2021-10-27 20:30:59 +0300
commitda6d889e9072cdbca19e817c7b278ee322dc4786 (patch)
tree079facadf3a39393be24cd9a42de6d3767ff2938
parente3171e7e860f77156873f13161a8833a210bae37 (diff)
downloademacs-da6d889e9072cdbca19e817c7b278ee322dc4786.tar.gz
emacs-da6d889e9072cdbca19e817c7b278ee322dc4786.zip
; * etc/NEWS: Use active voice for 'repeat-mode', etc.
-rw-r--r--etc/NEWS22
1 files changed, 12 insertions, 10 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 96104ad8680..a2b7baf1add 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -50,7 +50,7 @@ when using Cairo. Use 'ftcrhb' if your Emacs was built with HarfBuzz
50text shaping support, and 'ftcr' otherwise. You can determine this by 50text shaping support, and 'ftcr' otherwise. You can determine this by
51checking 'system-configuration-features'. The 'ftcr' backend will 51checking 'system-configuration-features'. The 'ftcr' backend will
52still be available when HarfBuzz is supported, but will not be used by 52still be available when HarfBuzz is supported, but will not be used by
53default. We strongly recommend building with HarBuzz support. 'x' is 53default. We strongly recommend building with HarfBuzz support. 'x' is
54still a valid backend. 54still a valid backend.
55 55
56--- 56---
@@ -222,12 +222,13 @@ groups.
222 222
223+++ 223+++
224** New minor mode 'context-menu-mode' for context menus popped by 'mouse-3'. 224** New minor mode 'context-menu-mode' for context menus popped by 'mouse-3'.
225When this mode is enabled, clicking 'down-mouse-3' anywhere in the buffer 225When this mode is enabled, clicking 'down-mouse-3' (usually, the
226pops up a menu whose contents depends on surrounding context near the 226right mouse button) anywhere in the buffer pops up a menu whose
227mouse click. You can change the order of the default sub-menus in the 227contents depends on surrounding context near the mouse click.
228context menu by customizing the user option 'context-menu-functions'. 228You can change the order of the default sub-menus in the context menu
229You can also invoke the context menu by pressing 'S-<F10>' or, 229by customizing the user option 'context-menu-functions'. You can also
230on macOS, by clicking 'C-down-mouse-1'. 230invoke the context menu by pressing 'S-<F10>' or, on macOS, by
231clicking 'C-down-mouse-1'.
231 232
232+++ 233+++
233** A new keymap for buffer actions has been added. 234** A new keymap for buffer actions has been added.
@@ -438,7 +439,8 @@ nor t.
438*** New user option 'read-minibuffer-restore-windows'. 439*** New user option 'read-minibuffer-restore-windows'.
439When customized to nil, it uses 'minibuffer-restore-windows' in 440When customized to nil, it uses 'minibuffer-restore-windows' in
440'minibuffer-exit-hook' to remove only the window showing the 441'minibuffer-exit-hook' to remove only the window showing the
441"*Completions*" buffer. 442"*Completions*" buffer, but keeps all other windows created
443while the minibuffer was active.
442 444
443--- 445---
444*** New variable 'redisplay-adhoc-scroll-in-resize-mini-windows'. 446*** New variable 'redisplay-adhoc-scroll-in-resize-mini-windows'.
@@ -470,7 +472,7 @@ both modes are on).
470+++ 472+++
471*** The prefix key 'C-x t t' can be used to display a buffer in a new tab. 473*** The prefix key 'C-x t t' can be used to display a buffer in a new tab.
472Typing 'C-x t t' before a command will cause the buffer shown by that 474Typing 'C-x t t' before a command will cause the buffer shown by that
473command to be displayed in a new tab. 'C-x t t" is bound to the 475command to be displayed in a new tab. 'C-x t t' is bound to the
474command 'other-tab-prefix'. 476command 'other-tab-prefix'.
475 477
476+++ 478+++
@@ -3238,7 +3240,7 @@ instead of 'C-x o C-x o' to switch windows, 'C-x { { } } ^ ^ v v' to
3238resize the selected window interactively, 'M-g n n p p' to navigate 3240resize the selected window interactively, 'M-g n n p p' to navigate
3239next-error matches. Any other key exits this temporarily enabled 3241next-error matches. Any other key exits this temporarily enabled
3240transient mode that supports shorter keys, and then after exiting from 3242transient mode that supports shorter keys, and then after exiting from
3241this mode the default key binding is used for the last typed key. 3243this mode, the last typed key uses the default key binding.
3242 3244
3243The user option 'repeat-exit-key' defines an additional key usable to 3245The user option 'repeat-exit-key' defines an additional key usable to
3244exit the mode like 'isearch-exit' ('RET'). 3246exit the mode like 'isearch-exit' ('RET').