summaryrefslogtreecommitdiff
path: root/lisp/tab-line.el
AgeCommit message (Expand)Author
2026-04-14New faces 'tab-line-active' and 'tab-line-inactive' (bug#80742)Juri Linkov
2026-01-12; Fix a recent change of tab-bar/line facesEli Zaretskii
2026-01-11Adapt tab-bar/tab-line faces to dark background mode (bug#80135)Juri Linkov
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-08-31New user option 'tab-line-define-keys'Juri Linkov
2025-08-12; Fix documentation of a recent commitEli Zaretskii
2025-08-12tab-line: Allow to hide excluded buffers in the tab line. (Bug#79159)Elías Gabriel Pérez
2025-08-05; Improve doc strings in tab-line.elEli Zaretskii
2025-08-05* lisp/tab-line.el: Improve docstrings.Juri Linkov
2025-07-31* lisp/tab-line.el (tab-line-cache-key-default): Adapt to new feature.Juri Linkov
2025-07-31tab-line: Add close button for modified tabs (bug#79046)Elías Gabriel Pérez
2025-07-19; * lisp/tab-line.el (tab-line-exclude-buffers): missing backslashMattias Engdegård
2025-07-17Add more ways to exclude buffers in tab-line-mode. (Bug#78988)Elías Gabriel Pérez
2025-06-04* lisp/tab-line.el: Use 'tab-line-event-start' in remaining functions.Juri Linkov
2025-06-04* lisp/tab-line.el: Remove unnecessary checks for nil event.Juri Linkov
2025-06-03* lisp/tab-line.el: Use 'consp' on mouse events instead of 'listp'.Juri Linkov
2025-05-27* lisp/tab-line.el: Make tab closing commands work without mouse.Juri Linkov
2025-05-25* lisp/tab-line.el (tab-line-close-other-tabs): New command.Juri Linkov
2025-05-20* lisp/tab-line.el (tab-line-move-tab-forward): New command.Juri Linkov
2025-02-17Prefer oddp/evenp to cl-oddp/cl-evenpStefan Kangas
2025-01-01Update copyright year to 2025Paul Eggert
2024-12-04* lisp/tab-line.el (tab-line-tabs-fixed-window-buffers): More optimizations.Juri Linkov
2024-10-24Mark if-let and when-let obsoleteSean Whitton
2024-09-05; Improve doc strings of 'tab-bar-mode' and 'tab-line-mode'Eli Zaretskii
2024-07-07Improve 'tab-line-tabs-fixed-window-buffers' sorting performanceEval EXEC
2024-06-17* lisp/tab-line.el (tab-line-force-update): New function (bug#71601).Juri Linkov
2024-05-21Do not message for repeated enable/disable of tab-line-modeJared Finder
2024-05-18Inform user when tab-line-mode command makes no changeJared Finder
2024-05-05Fix tab-line-tabs-buffer-groups (bug#59438)Gabriel do Nascimento Ribeiro
2024-05-05* lisp/tab-line.el: Use defcustom for group sort variables (bug#59438).Juri Linkov
2024-04-25* lisp/tab-line.el: Fix tab-line-buffers in window-persistent-parameters.Juri Linkov
2024-04-18Drag tabs to reorder buffers on the tab line.Juri Linkov
2024-04-18* lisp/tab-line.el: Use the new keyword :key for 'sort'.Juri Linkov
2024-04-17New keymap tab-line-mode-map and new tab order on tab-line (bug#69993)Juri Linkov
2024-04-16Support prefix argument for switching tabs in tab-line-modeJuri Linkov
2024-04-12New user option 'tab-line-tabs-buffer-group-function'Juri Linkov
2024-04-04Disobey display actions while using switch-to-buffer on the tab-lineJuri Linkov
2024-04-03Simplify tab-line-switch-to-prev-tab and tab-line-switch-to-next-tab.Juri Linkov
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-07; Fix compiler warningsPo Lu
2023-09-28* lisp/tab-line.el: Move Touch screen support section to the better place.Juri Linkov
2023-09-19; * tab-bar, tab-line: Use integer 1 instead of float for height em.Juri Linkov
2023-09-03Replace ps-remove-duplicates with seq-uniqStefan Kangas
2023-09-01Fix height of new SVG icons on tab-bar and tab-line (bug#62562)Juri Linkov
2023-08-27; * lisp/tab-line.el: add missing requireMattias Engdegård
2023-08-27Use new SVG icons in tab-bar and tab-line (bug#62562)Juri Linkov
2023-05-18Allow interacting with the tab line from a touch screenPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-12-28* lisp/tab-line.el (tab-line-cache-key-default): More cache keys (bug#60340).Juri Linkov