diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 4 |
1 files changed, 3 insertions, 1 deletions
| @@ -519,11 +519,13 @@ It can be used to enable/disable the tab bar individually on each frame | |||
| 519 | independently from the value of 'tab-bar-mode' and 'tab-bar-show'. | 519 | independently 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. |
| 523 | When it contains 'tab-bar-format-global' (possibly appended after | 523 | When 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 |
| 526 | aligned to the right on the tab bar instead of the mode line. | 526 | aligned to the right on the tab bar instead of the mode line. |
| 527 | When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups', | ||
| 528 | then 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. |