summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * lisp/tab-bar.el (tab-bar-new-tab): Add optional arg 'from-number'.Juri Linkov2021-09-201-7/+10
* ; Minor stylistic fixes found by checkdocStefan Kangas2021-09-161-2/+2
* * lisp/tab-bar.el (tab-bar-format): Add new option tab-bar-format-menu-globalJuri Linkov2021-09-151-1/+24
* * lisp/tab-bar.el (tab-bar-close-other-tabs): Add arg ‘tab-number’.Juri Linkov2021-09-151-6/+21
* * lisp/tab-bar.el: Rename args to consistent naming convention.Juri Linkov2021-09-151-65/+65
* * lisp/tab-bar.el: Close tab only on mouse-1, not down-mouse-1 (bug#41343)Juri Linkov2021-09-141-10/+25
* Support mouse events clicked on the tab bar but outside of any tab (bug#41343)Juri Linkov2021-09-131-46/+72
* * lisp/tab-bar.el (tab-bar-get-buffer-tab): Use 'remq' instead of 'seq-remove'Juri Linkov2021-09-121-1/+1
* * lisp/tab-bar.el: Improve logic of 'ignore-current-tab'.Juri Linkov2021-09-121-11/+25
* Improve documentation of some tab-bar featuresEli Zaretskii2021-09-121-8/+11