summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* Use '^' key for detach command bindingsSean Whitton2022-09-141-0/+1
* * lisp/tab-bar.el (tab-prefix-map): Fix key broken by conversion.Juri Linkov2022-07-281-1/+1
* Fix tab-bar resizing under 'auto-resize-tab-bars' = 'grow-only'Eli Zaretskii2022-07-171-1/+3
* Prefer defvar-keymap in tab-bar.elStefan Kangas2022-07-131-78/+70
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-1/+1
* Quote some literal keys to get help-key-binding faceStefan Kangas2022-07-031-2/+2
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-1/+1
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Use pop-to-buffer (bug#55582).Juri Linkov2022-05-231-3/+3
* * lisp/tab-bar.el: Use pixel-based alignment (bug#55207)Juri Linkov2022-05-041-3/+3
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-2/+2
* * lisp/tab-bar.el (tab-bar-undo-close-tab): Update tab-bar-lines (bug#54684)Juri Linkov2022-04-031-2/+3
* * lisp/tab-bar.el (tab-bar-new-tab-to): Don't funcall const values.Juri Linkov2022-03-201-1/+2
* * lisp/tab-bar.el: Create new unique windows with 'C-x t n' (bug#54038).Juri Linkov2022-02-231-11/+18
* * lisp/tab-bar.el (tab-bar-new-tab-choice): Add const 'window'. Update doc.Juri Linkov2022-02-061-5/+14
* * lisp/tab-bar.el (tab-bar-menu-bar-button): New variable (bug#51648).Juri Linkov2022-01-291-1/+5
* Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/tab-bar.el (tab-bar-history-mode-map): New defvar-keymap.Juri Linkov2021-12-271-0/+4
* | Merge from origin/emacs-28Stefan Kangas2021-12-131-1/+1
|\ \ | |/
| * * lisp/tab-bar.el (tab-bar-switch-to-last-tab): Add 'abs' for precautions.Juri Linkov2021-12-121-1/+1
* | Merge from origin/emacs-28Stefan Kangas2021-12-031-4/+3
|\ \ | |/
| * * lisp/tab-bar.el (tab-bar-close-other-tabs): Fix regression.Juri Linkov2021-12-021-4/+3
* | * lisp/tab-bar.el: 'C-x t RET' creates a new tab for non-existent tab name.Juri Linkov2021-11-221-2/+8
* | * lisp/tab-bar.el (tab-bar-history-old-minibuffer-depth): Remove variable.Juri Linkov2021-11-221-11/+4
* | Merge from origin/emacs-28Stefan Kangas2021-11-191-2/+4
|\ \ | |/
| * * lisp/tab-bar.el: Use 'mouse-1' for history buttons like for 'add-tab' buttonJuri Linkov2021-11-181-2/+4
* | * lisp/tab-bar.el: Optimize data usage for nil tab-bar-history-mode.Juri Linkov2021-11-181-13/+21
* | * lisp/tab-bar.el: Avoid micro-steps in tab-bar-history-back/forward.Juri Linkov2021-11-181-4/+15
|/
* * lisp/tab-bar.el (tab-bar-select-tab): Add check for wc-frame (bug#51883).Juri Linkov2021-11-161-1/+5
* * lisp/tab-bar.el: Doc fixes for commands bound to modifier keys.Juri Linkov2021-11-161-7/+12
* * lisp/tab-bar.el (tab-bar-move-repeat-map): Fix alias binding of tab-move.Juri Linkov2021-10-241-1/+2
* ; More accurate doc string for 'tab-bar-format'Eli Zaretskii2021-10-211-2/+7
* * lisp/tab-bar.el (tab-bar-menu-bar): New command (bug#51247).Juri Linkov2021-10-201-17/+18
* Rename tab-bar-drag-maybe to tab-bar--dragging-in-progressJuri Linkov2021-10-181-4/+4
* Minor fixes for recent changes in ELisp manualEli Zaretskii2021-10-181-10/+14
* * lisp/tab-bar.el: Improve docstrings (bug#51247)Juri Linkov2021-10-171-14/+17
* * lisp/tab-bar.el (tab-bar-mouse-move-tab): Don't drag tab to itself.Juri Linkov2021-10-171-2/+3
* Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)Martin Rudalics2021-10-171-0/+5
* * lisp/tab-bar.el: Add a new tab on [mouse-1] instead of [down-mouse-1]Juri Linkov2021-10-171-14/+16
* Add new and fix existing docstrings in tab-bar.el and tab-line.el (bug#51247)Juri Linkov2021-10-171-12/+32
* More documentation fixes in tab-bar.elEli Zaretskii2021-10-171-41/+65
* Improve doc strings of tab-bar commandsEli Zaretskii2021-10-171-10/+28
* * lisp/tab-bar.el (tab-detach, tab-window-detach): New aliases.Juri Linkov2021-10-071-20/+22
* Clone the frame window configuration in 'clone-frame'Juri Linkov2021-10-061-3/+3
* * lisp/tab-bar.el (tab-bar-detach-tab): Handle frame selected by make-frame.Juri Linkov2021-10-031-6/+20
* * lisp/tab-bar.el (tab-bar-move-tab-to-frame): Delete frame with last tab.Juri Linkov2021-09-291-0/+1
* * lisp/tab-bar.el: (tab-bar-detach-tab) New commandAdam Porter2021-09-291-0/+16
* ; Adjust overly long docstrings to fit 80 charactersStefan Kangas2021-09-261-3/+4
* * lisp/tab-bar.el (tab-bar-new-tab-to): Use ignore-window-parameters.Juri Linkov2021-09-251-1/+2
* * lisp/tab-bar.el: Preserve all existing tab parameters when switching tabs.Juri Linkov2021-09-211-6/+27