diff options
| author | Juri Linkov | 2019-11-28 00:35:53 +0200 |
|---|---|---|
| committer | Juri Linkov | 2019-11-28 00:35:53 +0200 |
| commit | 7921811726b878c21df99208cbfcfdb9634378b9 (patch) | |
| tree | 22e8b2dced4d6e7836349d914eb03df395f1073a /etc | |
| parent | f655967b83378b56390904a503ec0f1a19a1a7e9 (diff) | |
| download | emacs-7921811726b878c21df99208cbfcfdb9634378b9.tar.gz emacs-7921811726b878c21df99208cbfcfdb9634378b9.zip | |
Menu bar rearrangements, move Print menu items to submenu, etc. (bug#37594)
* lisp/menu-bar.el (menu-bar-print-menu): New defvar.
(menu-bar-file-menu): Move print entries to submenu.
Add menu entries for tab-new, tab-close, make-frame-on-monitor.
(menu-bar-showhide-menu): Add menu entry for global-tab-line-mode.
Don't add toggle-tab-bar-mode-from-frame on ns where it's unavailable.
(menu-bar-tools-menu): Add rgrep.
* lisp/bindings.el (next-buffer, previous-buffer): Advertise bindings
'C-x right' and 'C-x left' instead of 'XF86Forward' and 'XF86Back'.
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -509,6 +509,10 @@ RGB triplets with a single hexadecimal digit per component. | |||
| 509 | ** The toolbar now shows the equivalent key binding in its tooltips. | 509 | ** The toolbar now shows the equivalent key binding in its tooltips. |
| 510 | 510 | ||
| 511 | --- | 511 | --- |
| 512 | ** The File menu-bar menu was re-arranged: Print menu items moved to | ||
| 513 | submenu, and also added the new entries for tabs. | ||
| 514 | |||
| 515 | --- | ||
| 512 | ** 'scroll-lock-mode' is now bound to the 'Scroll_Lock' key globally. | 516 | ** 'scroll-lock-mode' is now bound to the 'Scroll_Lock' key globally. |
| 513 | Note that this key binding will not work on MS-Windows systems if | 517 | Note that this key binding will not work on MS-Windows systems if |
| 514 | 'w32-scroll-lock-modifier' is non-nil. | 518 | 'w32-scroll-lock-modifier' is non-nil. |