diff options
| author | Juri Linkov | 2021-10-27 20:30:59 +0300 |
|---|---|---|
| committer | Juri Linkov | 2021-10-27 20:30:59 +0300 |
| commit | da6d889e9072cdbca19e817c7b278ee322dc4786 (patch) | |
| tree | 079facadf3a39393be24cd9a42de6d3767ff2938 | |
| parent | e3171e7e860f77156873f13161a8833a210bae37 (diff) | |
| download | emacs-da6d889e9072cdbca19e817c7b278ee322dc4786.tar.gz emacs-da6d889e9072cdbca19e817c7b278ee322dc4786.zip | |
; * etc/NEWS: Use active voice for 'repeat-mode', etc.
| -rw-r--r-- | etc/NEWS | 22 |
1 files changed, 12 insertions, 10 deletions
| @@ -50,7 +50,7 @@ when using Cairo. Use 'ftcrhb' if your Emacs was built with HarfBuzz | |||
| 50 | text shaping support, and 'ftcr' otherwise. You can determine this by | 50 | text shaping support, and 'ftcr' otherwise. You can determine this by |
| 51 | checking 'system-configuration-features'. The 'ftcr' backend will | 51 | checking 'system-configuration-features'. The 'ftcr' backend will |
| 52 | still be available when HarfBuzz is supported, but will not be used by | 52 | still be available when HarfBuzz is supported, but will not be used by |
| 53 | default. We strongly recommend building with HarBuzz support. 'x' is | 53 | default. We strongly recommend building with HarfBuzz support. 'x' is |
| 54 | still a valid backend. | 54 | still 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'. |
| 225 | When this mode is enabled, clicking 'down-mouse-3' anywhere in the buffer | 225 | When this mode is enabled, clicking 'down-mouse-3' (usually, the |
| 226 | pops up a menu whose contents depends on surrounding context near the | 226 | right mouse button) anywhere in the buffer pops up a menu whose |
| 227 | mouse click. You can change the order of the default sub-menus in the | 227 | contents depends on surrounding context near the mouse click. |
| 228 | context menu by customizing the user option 'context-menu-functions'. | 228 | You can change the order of the default sub-menus in the context menu |
| 229 | You can also invoke the context menu by pressing 'S-<F10>' or, | 229 | by customizing the user option 'context-menu-functions'. You can also |
| 230 | on macOS, by clicking 'C-down-mouse-1'. | 230 | invoke the context menu by pressing 'S-<F10>' or, on macOS, by |
| 231 | clicking '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'. |
| 439 | When customized to nil, it uses 'minibuffer-restore-windows' in | 440 | When 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 |
| 443 | while 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. |
| 472 | Typing 'C-x t t' before a command will cause the buffer shown by that | 474 | Typing 'C-x t t' before a command will cause the buffer shown by that |
| 473 | command to be displayed in a new tab. 'C-x t t" is bound to the | 475 | command to be displayed in a new tab. 'C-x t t' is bound to the |
| 474 | command 'other-tab-prefix'. | 476 | command '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 | |||
| 3238 | resize the selected window interactively, 'M-g n n p p' to navigate | 3240 | resize the selected window interactively, 'M-g n n p p' to navigate |
| 3239 | next-error matches. Any other key exits this temporarily enabled | 3241 | next-error matches. Any other key exits this temporarily enabled |
| 3240 | transient mode that supports shorter keys, and then after exiting from | 3242 | transient mode that supports shorter keys, and then after exiting from |
| 3241 | this mode the default key binding is used for the last typed key. | 3243 | this mode, the last typed key uses the default key binding. |
| 3242 | 3244 | ||
| 3243 | The user option 'repeat-exit-key' defines an additional key usable to | 3245 | The user option 'repeat-exit-key' defines an additional key usable to |
| 3244 | exit the mode like 'isearch-exit' ('RET'). | 3246 | exit the mode like 'isearch-exit' ('RET'). |