aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/tab-line.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* ; Fix a recent change of tab-bar/line facesEli Zaretskii2026-01-121-4/+4
* Adapt tab-bar/tab-line faces to dark background mode (bug#80135)Juri Linkov2026-01-111-5/+17
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* New user option 'tab-line-define-keys'Juri Linkov2025-08-311-8/+51
* ; Fix documentation of a recent commitEli Zaretskii2025-08-121-3/+3
* tab-line: Allow to hide excluded buffers in the tab line. (Bug#79159)Elías Gabriel Pérez2025-08-121-3/+29
* ; Improve doc strings in tab-line.elEli Zaretskii2025-08-051-9/+15
* * lisp/tab-line.el: Improve docstrings.Juri Linkov2025-08-051-3/+7
* * lisp/tab-line.el (tab-line-cache-key-default): Adapt to new feature.Juri Linkov2025-07-311-2/+3
* tab-line: Add close button for modified tabs (bug#79046)Elías Gabriel Pérez2025-07-311-4/+42
* ; * lisp/tab-line.el (tab-line-exclude-buffers): missing backslashMattias Engdegård2025-07-191-1/+1
* Add more ways to exclude buffers in tab-line-mode. (Bug#78988)Elías Gabriel Pérez2025-07-171-1/+29
* * lisp/tab-line.el: Use 'tab-line-event-start' in remaining functions.Juri Linkov2025-06-041-2/+2
* * lisp/tab-line.el: Remove unnecessary checks for nil event.Juri Linkov2025-06-041-51/+43
* * lisp/tab-line.el: Use 'consp' on mouse events instead of 'listp'.Juri Linkov2025-06-031-7/+7
* * lisp/tab-line.el: Make tab closing commands work without mouse.Juri Linkov2025-05-271-2/+13
* * lisp/tab-line.el (tab-line-close-other-tabs): New command.Juri Linkov2025-05-251-0/+30
* * lisp/tab-line.el (tab-line-move-tab-forward): New command.Juri Linkov2025-05-201-4/+48
* Prefer oddp/evenp to cl-oddp/cl-evenpStefan Kangas2025-02-171-1/+1
* Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* * lisp/tab-line.el (tab-line-tabs-fixed-window-buffers): More optimizations.Juri Linkov2024-12-041-1/+4
* Mark if-let and when-let obsoleteSean Whitton2024-10-241-1/+1
* ; Improve doc strings of 'tab-bar-mode' and 'tab-line-mode'Eli Zaretskii2024-09-051-1/+9
* Improve 'tab-line-tabs-fixed-window-buffers' sorting performanceEval EXEC2024-07-071-2/+7
* * lisp/tab-line.el (tab-line-force-update): New function (bug#71601).Juri Linkov2024-06-171-12/+29
* Do not message for repeated enable/disable of tab-line-modeJared Finder2024-05-211-12/+7
* Inform user when tab-line-mode command makes no changeJared Finder2024-05-181-4/+10
* Fix tab-line-tabs-buffer-groups (bug#59438)Gabriel do Nascimento Ribeiro2024-05-051-14/+13
* * lisp/tab-line.el: Use defcustom for group sort variables (bug#59438).Juri Linkov2024-05-051-5/+25
* * lisp/tab-line.el: Fix tab-line-buffers in window-persistent-parameters.Juri Linkov2024-04-251-1/+1
* Drag tabs to reorder buffers on the tab line.Juri Linkov2024-04-181-0/+26
* * lisp/tab-line.el: Use the new keyword :key for 'sort'.Juri Linkov2024-04-181-7/+7
* New keymap tab-line-mode-map and new tab order on tab-line (bug#69993)Juri Linkov2024-04-171-6/+46
* Support prefix argument for switching tabs in tab-line-modeJuri Linkov2024-04-161-50/+63
* New user option 'tab-line-tabs-buffer-group-function'Juri Linkov2024-04-121-13/+42
* Disobey display actions while using switch-to-buffer on the tab-lineJuri Linkov2024-04-041-3/+6
* Simplify tab-line-switch-to-prev-tab and tab-line-switch-to-next-tab.Juri Linkov2024-04-031-28/+19
* Merge from savannah/emacs-29Po Lu2024-01-021-1/+1
|\
| * ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* | ; Fix compiler warningsPo Lu2023-12-071-0/+2
* | * lisp/tab-line.el: Move Touch screen support section to the better place.Juri Linkov2023-09-281-42/+39
* | ; * tab-bar, tab-line: Use integer 1 instead of float for height em.Juri Linkov2023-09-191-4/+4
* | Replace ps-remove-duplicates with seq-uniqStefan Kangas2023-09-031-1/+1
* | Fix height of new SVG icons on tab-bar and tab-line (bug#62562)Juri Linkov2023-09-011-0/+3
* | ; * lisp/tab-line.el: add missing requireMattias Engdegård2023-08-271-0/+1
* | Use new SVG icons in tab-bar and tab-line (bug#62562)Juri Linkov2023-08-271-28/+61
* | Allow interacting with the tab line from a touch screenPo Lu2023-05-181-57/+112
|/
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* * lisp/tab-line.el (tab-line-cache-key-default): More cache keys (bug#60340).Juri Linkov2022-12-281-7/+7
* Use the function 'window-system' on the tab-bar/tab-line (bug#59620)Juri Linkov2022-12-041-1/+1