diff options
| -rw-r--r-- | etc/NEWS.28 | 9 |
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. |
| 490 | Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu | 491 | Clicking 'mouse-2' closes the tab, 'mouse-3' displays the context menu |
| 491 | with items that operate on the clicked tab. Dragging the tab with | 492 | with 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'. | |||
| 506 | This allows enabling/disabling the tab bar independently on different | 507 | This allows enabling/disabling the tab bar independently on different |
| 507 | frames. | 508 | frames. |
| 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. |
| 511 | When it contains 'tab-bar-format-global' (possibly appended after | 512 | When 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. | |||
| 515 | When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups', | 516 | When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups', |
| 516 | the tab bar displays tab groups. | 517 | the 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'. |
| 520 | If you customize the user option 'tab-bar-select-tab-modifiers' to | 521 | If you customize the user option 'tab-bar-select-tab-modifiers' to |
| 521 | allow selecting tabs using their index numbers, the '<MODIFIER>-9' key | 522 | allow selecting tabs using their index numbers, the '<MODIFIER>-9' key |
| 522 | is bound to 'tab-last', and switches to the last tab. Here <MODIFIER> | 523 | is bound to 'tab-last', and switches to the last tab. Here <MODIFIER> |
| 523 | is any of the modifiers in the list that is the value of | 524 | is 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, |
| 525 | which count from the last tab: -1 is the last tab, -2 the one before | 526 | which count from the last tab: 1 is the last tab, 2 the one before |
| 526 | that, etc. | 527 | that, etc. |
| 527 | 528 | ||
| 528 | --- | 529 | --- |