summaryrefslogtreecommitdiff
path: root/etc/NEWS
diff options
context:
space:
mode:
authorJuri Linkov <juri@linkov.net>2022-11-04 09:47:06 +0200
committerJuri Linkov <juri@linkov.net>2022-11-04 09:47:59 +0200
commitca3763af5cc2758ec71700029558e6ecc4379ea9 (patch)
treeabf1cebb10119b01b266c152e422219d803240ae /etc/NEWS
parent4fa8f57cc627166f4f7f1a915bb24923f413a3d0 (diff)
downloademacs-ca3763af5cc2758ec71700029558e6ecc4379ea9.tar.gz
* lisp/tab-bar.el (tab-bar-fixed-width): New user option.
(tab-bar-fixed-width-max): New user option. (tab-bar-fixed-width-min): New variable. (tab-bar-fixed-width-faces): New variable. (tab-bar--fixed-width-hash): New function. (tab-bar-make-keymap-1): Use 'tab-bar-fixed-width'. https://lists.gnu.org/archive/html/emacs-devel/2022-10/msg02067.html
Diffstat (limited to 'etc/NEWS')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index a185967..f3a5836 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1077,6 +1077,11 @@ the corresponding deleted frame.
** Tab Bars and Tab Lines
---
+*** New user option 'tab-bar-fixed-width' to automatically resize tabs.
+Another option 'tab-bar-fixed-width-max' defines the maximum tab width
+that by default is 220 pixels on GUI and 20 characters on a tty.
+
+---
*** 'C-x t RET' creates a new tab when the provided tab name doesn't exist.
---