summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2024-03-05 19:14:28 +0200
committerJuri Linkov <juri@linkov.net>2024-03-05 19:14:28 +0200
commit3cb06145070ff5d4a220f1144434f1ba6c1976f7 (patch)
treeea6602239a40326c925151369ac13e6e39568edc /etc
parentf16a85e317d940aa2e0f0375ec5d1917cb04ade3 (diff)
downloademacs-3cb06145070ff5d4a220f1144434f1ba6c1976f7.tar.gz
* lisp/tab-bar.el (tab-bar-tab-post-select-functions): New hook (bug#69093).
(tab-bar-select-tab): Call tab-bar-tab-post-select-functions at the end.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a4b42263c36..b4343a7941b 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -275,10 +275,14 @@ selected or deselected at the end of executing the current command.
** Tab Bars and Tab Lines
+---
*** New user option 'tab-bar-tab-name-format-functions'.
It can be used to add, remove and reorder functions that change
the appearance of every tab on the tab bar.
+---
+*** New hook 'tab-bar-tab-post-select-functions'.
+
+++
** New optional argument for modifying directory-local variables.
The commands 'add-dir-local-variable', 'delete-dir-local-variable' and