aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fa8784db59c..01fd7af65bf 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -519,11 +519,13 @@ It can be used to enable/disable the tab bar individually on each frame
519independently from the value of 'tab-bar-mode' and 'tab-bar-show'. 519independently from the value of 'tab-bar-mode' and 'tab-bar-show'.
520 520
521--- 521---
522*** New variable 'tab-bar-format' defines a list of tab bar items. 522*** New option 'tab-bar-format' defines a list of tab bar items.
523When it contains 'tab-bar-format-global' (possibly appended after 523When it contains 'tab-bar-format-global' (possibly appended after
524'tab-bar-format-align-right'), then after enabling 'display-time-mode' 524'tab-bar-format-align-right'), then after enabling 'display-time-mode'
525(or any other mode that uses 'global-mode-string') it displays time 525(or any other mode that uses 'global-mode-string') it displays time
526aligned to the right on the tab bar instead of the mode line. 526aligned to the right on the tab bar instead of the mode line.
527When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups',
528then the tab bar displays tab groups.
527 529
528--- 530---
529*** 'Mod-9' bound to 'tab-last' now switches to the last tab. 531*** 'Mod-9' bound to 'tab-last' now switches to the last tab.