* etc/NEWS: Remove old news accidentally merged from emacs-28.
This commit is contained in:
parent
32086ea233
commit
cb6cd6c8a2
1 changed files with 0 additions and 72 deletions
72
etc/NEWS
72
etc/NEWS
|
@ -257,78 +257,6 @@ representation as emojis.
|
|||
+++
|
||||
*** 'slot-value' can now be used to read slots of 'cl-defstruct' objects.
|
||||
|
||||
** Tab Bars and Tab Lines
|
||||
|
||||
+++
|
||||
*** New command 'C-x t C-r' to open file read-only in the other tab.
|
||||
|
||||
+++
|
||||
*** 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.
|
||||
|
||||
+++
|
||||
*** Frame-specific appearance of the tab bar when 'tab-bar-show' is a number.
|
||||
When 'tab-bar-show' is a number, the tab bar on different frames can
|
||||
be shown or hidden independently, as determined by the number of tabs
|
||||
on each frame compared to the numerical value of 'tab-bar-show'.
|
||||
|
||||
+++
|
||||
*** New command 'toggle-frame-tab-bar'.
|
||||
It can be used to enable/disable the tab bar on the currently selected
|
||||
frame regardless of the values of 'tab-bar-mode' and 'tab-bar-show'.
|
||||
This allows enabling/disabling the tab bar independently on different
|
||||
frames.
|
||||
|
||||
+++
|
||||
*** New user option 'tab-bar-format' defines a list of tab bar items.
|
||||
When it contains 'tab-bar-format-global' (possibly appended after
|
||||
'tab-bar-format-align-right'), then after enabling 'display-time-mode'
|
||||
(or any other mode that uses 'global-mode-string') it displays time
|
||||
aligned to the right on the tab bar instead of on the mode line.
|
||||
When 'tab-bar-format-tabs' is replaced with 'tab-bar-format-tabs-groups',
|
||||
the tab bar displays tab groups.
|
||||
|
||||
+++
|
||||
*** New optional key binding for 'tab-last'.
|
||||
If you customize the user option 'tab-bar-select-tab-modifiers' to
|
||||
allow selecting tabs using their index numbers, the '<MODIFIER>-9' key
|
||||
is bound to 'tab-last', and switches to the last tab. Here <MODIFIER>
|
||||
is any of the modifiers in the list that is the value of
|
||||
'tab-bar-select-tab-modifiers'. You can also use positive indices,
|
||||
which count from the last tab: 1 is the last tab, 2 the one before
|
||||
that, etc.
|
||||
|
||||
---
|
||||
*** New command 'tab-duplicate' bound to 'C-x t n'.
|
||||
|
||||
---
|
||||
*** 'C-x t N' creates a new tab at the specified absolute position.
|
||||
The position is provided as prefix arg, and specifies an index that
|
||||
starts at 1. Negative values count from the end of the tab bar.
|
||||
|
||||
---
|
||||
*** 'C-x t M' moves the current tab to the specified absolute position.
|
||||
The position is provided as prefix arg, whose interpretation is as in
|
||||
'C-x t N'.
|
||||
|
||||
---
|
||||
*** 'C-x t G' assigns a tab to a named group of tabs.
|
||||
'tab-close-group' closes all tabs that belong to the selected group.
|
||||
The user option 'tab-bar-new-tab-group' defines the default group of
|
||||
new tabs. After customizing 'tab-bar-tab-post-change-group-functions'
|
||||
to 'tab-bar-move-tab-to-group', changing the group of a tab will also
|
||||
move it closer to other tabs in the same group.
|
||||
|
||||
---
|
||||
*** New user option 'tab-bar-tab-name-format-function'.
|
||||
|
||||
---
|
||||
*** New user option 'tab-line-tab-name-format-function'.
|
||||
|
||||
** align
|
||||
|
||||
---
|
||||
|
|
Loading…
Add table
Reference in a new issue