aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/NEWS.289
1 files changed, 5 insertions, 4 deletions
diff --git a/etc/NEWS.28 b/etc/NEWS.28
index a7b4dc6378b..d415a242fcb 100644
--- a/etc/NEWS.28
+++ b/etc/NEWS.28
@@ -486,6 +486,7 @@ command 'other-tab-prefix'.
486+++ 486+++
487*** New command 'C-x t C-r' to open file read-only in the other tab. 487*** New command 'C-x t C-r' to open file read-only in the other tab.
488 488
489+++
489*** The tab bar now supports more mouse commands. 490*** The tab bar now supports more mouse commands.
490Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu 491Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu
491with items that operate on the clicked tab. Dragging the tab with 492with items that operate on the clicked tab. Dragging the tab with
@@ -506,7 +507,7 @@ frame regardless of the values of 'tab-bar-mode' and 'tab-bar-show'.
506This allows enabling/disabling the tab bar independently on different 507This allows enabling/disabling the tab bar independently on different
507frames. 508frames.
508 509
509--- 510+++
510*** New user option 'tab-bar-format' defines a list of tab bar items. 511*** New user option 'tab-bar-format' defines a list of tab bar items.
511When it contains 'tab-bar-format-global' (possibly appended after 512When it contains 'tab-bar-format-global' (possibly appended after
512'tab-bar-format-align-right'), then after enabling 'display-time-mode' 513'tab-bar-format-align-right'), then after enabling 'display-time-mode'
@@ -515,14 +516,14 @@ aligned to the right on the tab bar instead of on the mode line.
515When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups', 516When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups',
516the tab bar displays tab groups. 517the tab bar displays tab groups.
517 518
518--- 519+++
519*** New optional key binding for 'tab-last'. 520*** New optional key binding for 'tab-last'.
520If you customize the user option 'tab-bar-select-tab-modifiers' to 521If you customize the user option 'tab-bar-select-tab-modifiers' to
521allow selecting tabs using their index numbers, the '<MODIFIER>-9' key 522allow selecting tabs using their index numbers, the '<MODIFIER>-9' key
522is bound to 'tab-last', and switches to the last tab. Here <MODIFIER> 523is bound to 'tab-last', and switches to the last tab. Here <MODIFIER>
523is any of the modifiers in the list that is the value of 524is any of the modifiers in the list that is the value of
524'tab-bar-select-tab-modifiers'. You can also use negative indices, 525'tab-bar-select-tab-modifiers'. You can also use positive indices,
525which count from the last tab: -1 is the last tab, -2 the one before 526which count from the last tab: 1 is the last tab, 2 the one before
526that, etc. 527that, etc.
527 528
528--- 529---