summaryrefslogtreecommitdiff
path: root/lisp/tab-line.el
Commit message (Expand)AuthorAgeFilesLines
* Make some additional defcustom types more restrictiveStefan Kangas2022-07-061-1/+1
* * lisp/tab-line.el (tab-line-format): Use mode-line-window-selected-p.Juri Linkov2022-02-101-1/+1
* Use mode-line-window-selected-p in tab-line-tab-name-format-default.Juri Linkov2022-02-061-1/+1
* * lisp/tab-line.el: Support non-buffer tabs in some tab face functions.Juri Linkov2022-02-011-4/+6
* Merge remote-tracking branch 'origin/emacs-28' into trunkStefan Monnier2022-01-021-7/+7
|\
| * * lisp/tab-line.el: Revert part of the fix in a6adfe21e4 (bug#52881)Juri Linkov2022-01-021-7/+7
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\ \ | |/
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | Merge from origin/emacs-28Stefan Kangas2022-01-011-9/+15
|\ \ | |/
| * * lisp/tab-line.el (tab-line--get-tab-property): New function (bug#52881).Juri Linkov2021-12-311-9/+15
* | * lisp/tab-line.el (tab-line-tab-name-format-default): Add help-echo.Juri Linkov2021-12-301-0/+2
* | Fix tab-line cycling when using buffer groups (bug#52050)Matt Kramer2021-11-241-2/+6
* | * lisp/tab-line.el (tab-line-mode): Preserve existing value of tab-line-formatJuri Linkov2021-11-141-1/+8
|/
* Add new and fix existing docstrings in tab-bar.el and tab-line.el (bug#51247)Juri Linkov2021-10-171-2/+2
* Improve doc strings in tab-line.elEli Zaretskii2021-10-171-37/+57
* Copy parent face attributes to tab-line-tab-current instead of inheriting faceJuri Linkov2021-10-111-1/+5
* * lisp/tab-line.el (tab-line-format): Add face-modified to the cache key.Juri Linkov2021-10-031-1/+4
* * lisp/tab-line.el: Add modified-buffer faceAdam Porter2021-09-251-1/+20
* * lisp/tab-line.el: Add context menu bound to down-mouse-3 like on tab bar.Juri Linkov2021-09-151-22/+41
* Don't turn mouse-1 into mouse-2 when clicking on the tab-line (bug#49247)Juri Linkov2021-07-081-1/+4
* * lisp/tab-line.el: Face cleanup.Juri Linkov2021-03-171-21/+14
* * lisp/tab-line.el: Update docstring of 'tab-line-tabs-function' (bug#47117)Gabriel do Nascimento Ribeiro2021-03-141-1/+9
* * lisp/tab-line.el: Add face for group-tab (bug#47118)Gabriel do Nascimento Ribeiro2021-03-141-0/+19
* * lisp/tab-line.el (tab-line-tab-name-format-function): New defcustom.Juri Linkov2021-02-231-30/+44
* Prefer defvar-local in remaining librariesStefan Kangas2021-02-021-3/+1
* * lisp/tab-line.el (tab-line-new-tab): Use tty menus when supported.Jared Finder2021-01-301-1/+3
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* * lisp/tab-line.el: New options, faces, and functionsAdam Porter2020-12-231-6/+59
* Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)Juri Linkov2020-10-041-2/+1
* ; * lisp/tab-line.el (tab-line-switch-cycling): Fix last change.Eli Zaretskii2020-09-131-1/+1
* Clarify when tab-line-switch-cycling is usedKiso Katsuyuki2020-09-131-1/+2
* ; Silence byte-compilation warning in last changeBasil L. Contovounesios2020-09-101-9/+9
* ; Fix typo in last changeBasil L. Contovounesios2020-09-101-2/+2
* Introduce a new variable tab-line-switch-cyclingKiso Katsuyuki2020-09-091-2/+17
* Suppress errors of tab-line-switch functionsKiso Katsuyuki2020-09-091-14/+14
* Add support for horizontal scrolling in tab-lineDaniel Martín2020-09-071-0/+4
* Move tab-bar and tab-line faces to faces.el (part of bug#41200)Juri Linkov2020-06-081-15/+1
* Fix bugs in tab-bar and tab-line and mention remaining features in manual.Juri Linkov2020-04-271-1/+5
* * lisp/tab-line.el (tab-line-new-button-show): New defcustom.Juri Linkov2020-03-201-6/+16
* * lisp/tab-line.el: Fix tab-line-format and tab-line-format-template.Juri Linkov2020-03-171-4/+5
* * lisp/tab-line.el: Fix auto-hscrolling (bug#39649)Juri Linkov2020-02-291-12/+24
* Fix faces tab-bar and tab-line.Juri Linkov2020-02-051-2/+2
* Tab-bar related finishing touches.Juri Linkov2020-01-231-1/+1
* Allow optional truncation of tab names in tab-bar and tab-line (bug#38693)Juri Linkov2020-01-211-39/+34
* * lisp/tab-line.el (tab-line-auto-hscroll): Fix for long tab names.Juri Linkov2020-01-201-12/+16
* Handle tab-bar clicks on a GPM-capable console.Juri Linkov2020-01-131-3/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/tab-line.el (tab-line-auto-hscroll): Improve.Juri Linkov2019-12-161-22/+47
* * lisp/tab-line.el (tab-line-format): Use composite cache key (bug#38522)Juri Linkov2019-12-091-7/+10
* * lisp/tab-line.el: Cache the tab-line-format template.Juri Linkov2019-12-051-2/+9