summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2021-01-05 20:55:29 +0200
committerJuri Linkov <juri@linkov.net>2021-01-05 20:55:29 +0200
commit7469214d94981d4dbc1ca83a427000fd2b257b47 (patch)
tree32b8bc37f8163f60cd82b49414dfc5bac73a9768 /etc
parente72fd12ec688efe046de98d5a6494fe2ffab7762 (diff)
downloademacs-7469214d94981d4dbc1ca83a427000fd2b257b47.tar.gz
* lisp/tab-bar.el (tab-bar-tab-name-format-function): New defcustom.
(tab-bar-tab-name-format-default): New function as the default value. (tab-bar-make-keymap-1): Funcall tab-bar-tab-name-format-function.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d1cc422e9f7..48fb4b88e15 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -396,11 +396,20 @@ of the next command to be displayed in a new tab.
+++
*** New command 'C-x t C-r' to open file read-only in other tab.
+---
*** The tab bar is frame-local when 'tab-bar-show' is a number.
Show/hide the tab bar independently for each frame, according to the
value of 'tab-bar-show'.
---
+*** New command 'toggle-frame-tab-bar'.
+It can be used to enable/disable the tab bar individually
+on each frame independently from the state of `tab-bar-mode'.
+
+---
+*** New user option 'tab-bar-tab-name-format-function'.
+
+---
*** The tabs in the tab line can now be scrolled using horizontal scroll.
If your mouse or trackpad supports it, you can now scroll tabs when
the mouse pointer is in the tab line by scrolling left or right.