text shaping support, and 'ftcr' otherwise. You can determine this by
checking 'system-configuration-features'. The 'ftcr' backend will
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.
---
+++
** 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
-pops up a menu whose contents depends on surrounding context near the
-mouse click. You can change the order of the default sub-menus in the
-context menu by customizing the user option 'context-menu-functions'.
-You can also invoke the context menu by pressing 'S-<F10>' or,
-on macOS, by clicking 'C-down-mouse-1'.
+When this mode is enabled, clicking 'down-mouse-3' (usually, the
+right mouse button) anywhere in the buffer pops up a menu whose
+contents depends on surrounding context near the mouse click.
+You can change the order of the default sub-menus in the context menu
+by customizing the user option 'context-menu-functions'. You can also
+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.
*** New user option 'read-minibuffer-restore-windows'.
When customized to nil, it uses 'minibuffer-restore-windows' in
'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'.
+++
*** 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
-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'.
+++
resize the selected window interactively, 'M-g n n p p' to navigate
next-error matches. Any other key exits this temporarily enabled
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
exit the mode like 'isearch-exit' ('RET').