]> git.eshelyaron.com Git - emacs.git/commit
Fix bugs in tab-bar and tab-line and mention remaining features in manual.
authorJuri Linkov <juri@linkov.net>
Sun, 26 Apr 2020 22:28:36 +0000 (01:28 +0300)
committerJuri Linkov <juri@linkov.net>
Sun, 26 Apr 2020 22:28:36 +0000 (01:28 +0300)
commitf0e1bf56f041a7f104839678db61e47006b5657c
treeff86a10a6c121382f99278ba6f7193eb1ccb3a02
parentf0b9f184576a326f4359b4955a5ecff69c11c3aa
Fix bugs in tab-bar and tab-line and mention remaining features in manual.

* doc/emacs/frames.texi (Tab Bars): Mention tab-bar-new-tab-to,
tab-bar-close-last-tab-choice, tab-bar-close-tab-select, tab-undo,
tab-select, tab-bar-history-mode.

* doc/emacs/windows.texi (Tab Line): Mention tab-line-tabs-function.

* lisp/tab-bar.el (tab-bar-select-tab-modifiers): Mention
tab-bar-tab-hints in docstring.
(tab-bar-tab-hints): Mention tab-bar-select-tab-modifiers
in docstring.
(tab-bar-select-tab): Mention tab-bar-select-tab-modifiers
in docstring.
(tab-bar-switch-to-tab): Expand the docstring.
(tab-bar-new-tab-to): Fix bug in handling 'left' value.
(tab-bar-close-tab): Fix bug in handling 'left' value.
(tab-bar-undo-close-tab): Use funcall tab-bar-tabs-function
instead of direct call to tab-bar-tabs.
(tab-bar-history-back, tab-bar-history-forward): Add docstrings.
(tab-bar-history-mode): Expand docstring.

* lisp/tab-line.el (tab-line-format): Fix bug for handling window
switching that should set face 'tab-line-tab-current'.
doc/emacs/frames.texi
doc/emacs/windows.texi
lisp/tab-bar.el
lisp/tab-line.el