From b9c4ca9bd5e12a160f63d2aea8c26b1b4d5ca4df Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 18 Apr 2024 11:45:47 +0300 Subject: [PATCH] ; * etc/NEWS: Reindent and refill recently added entries. (cherry picked from commit b993c1b2752dcfe8bf6c17e58430a90b3dda5952) --- etc/NEWS | 49 ++++++++++++++++++++++++------------------------- 1 file changed, 24 insertions(+), 25 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 0c454d671dc..e8c55ff4f80 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -330,51 +330,50 @@ points after switching back to that tab. --- *** New user option 'tab-bar-select-restore-windows'. -It defines what to do with windows whose buffer was killed -since the tab was last selected. By default it displays -a placeholder buffer that provides information about the name -of the killed buffer that was displayed in that window. +It defines what to do with windows whose buffer was killed since the tab +was last selected. By default it displays a placeholder buffer that +provides information about the name of the killed buffer that was +displayed in that window. --- *** 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. +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 keymap 'tab-bar-mode-map'. -By default it contains a keybinding 'C-TAB' to switch tabs, -but only when 'C-TAB' is not bound globally. You can unbind it -if it conflicts with 'C-TAB' in other modes. +By default it contains a keybinding 'C-TAB' to switch tabs, but only +when 'C-TAB' is not bound globally. You can unbind it if it conflicts +with 'C-TAB' in other modes. --- *** New keymap 'tab-line-mode-map'. -By default it contains keybindings for switching tabs: -'C-x ', 'C-x ', 'C-x C-', 'C-x C-'. -You can unbind them if you want to use these keys for the -commands 'previous-buffer' and 'next-buffer'. +By default it contains keybindings for switching tabs: 'C-x ', +'C-x ', 'C-x C-', 'C-x C-'. You can unbind them if +you want to use these keys for the commands 'previous-buffer' and +'next-buffer'. --- *** Default list of tabs is changed to support a fixed order. -This means that the new default tabs function -'tab-line-tabs-fixed-window-buffers' is like the previous -'tab-line-tabs-window-buffers' where both of them show -only buffers that were previously displayed in the window. -But the difference is that the new function always keeps -the original order of buffers on the tab line, even after -switching between these buffers. +This means that 'tab-line-tabs-fixed-window-buffers', the new default +tabs function, is like the previous 'tab-line-tabs-window-buffers' where +both of them show only buffers that were previously displayed in the +window. But the difference is that the new function always keeps the +original order of buffers on the tab line, even after switching between +these buffers. --- *** New user option 'tab-line-tabs-buffer-group-function'. -It provides two choices to group tab buffers by major mode -and by project name. +It provides two choices to group tab buffers by major mode and by +project name. --- -*** Now buffers on group tabs are sorted alphabetically. -This will keep the fixed order of tabs, even after -switching between them. +*** Buffers on group tabs are now sorted alphabetically. +This will keep the fixed order of tabs, even after switching between +them. +++ ** New optional argument for modifying directory-local variables. -- 2.39.5