summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-09-09 10:49:43 +0300
committerJuri Linkov <juri@linkov.net>2021-09-09 10:49:43 +0300
commit3a8b8df478f794560d83270d0f688e7bc00081c6 (patch)
treef8f8fd45663c87c3e376cfb055b6b5b12b70c299
parent794fdce55d097f2b58ce37818edffb2deef7b9de (diff)
downloademacs-feature/tab-bar-events.tar.gz
; Remove NEWS about tab bar mouse commands to avoid merge conflictsfeature/tab-bar-events
-rw-r--r--etc/NEWS7
1 files changed, 0 insertions, 7 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c48e110f9a7..1b4712828c5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -748,13 +748,6 @@ of the next command to be displayed in a new frame.
** Tab Bars
-*** The tab bar now supports more mouse commands.
-Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu
-with items that operate on the clicked tab. Dragging the tab with
-'mouse-1' moves it to another position on the tab bar. Mouse wheel
-scrolling switches to the previous/next tab, and holding the Shift key
-during scrolling moves the tab to the left/right.
-
*** The key prefix 'C-x t t' displays next command buffer in a new tab.
It's bound to the command 'other-tab-prefix' that requests the buffer
of the next command to be displayed in a new tab.