summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* New option tab-bar-history-buttons-showGabriel do Nascimento Ribeiro2020-12-141-1/+11
* Allow creating a new tab for tab-switcher from the minibuffer (bug#45072)Juri Linkov2020-12-141-11/+5
* Allow creating a new tab from the minibuffer (bug#45072)Juri Linkov2020-12-101-0/+2
* Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)Juri Linkov2020-10-041-7/+3
* Add new tab command `C-x t C-r'Earl2020-09-201-0/+15
* * lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052)James N. V. Cash2020-09-181-1/+0
* Revert "Use format-prompt in calls to read-from-minibuffer with default value"Lars Ingebrigtsen2020-09-081-2/+2
* Use format-prompt in calls to read-from-minibuffer with default valueLars Ingebrigtsen2020-09-061-2/+2
* Use format-prompt in calls to completing-read with a default valueLars Ingebrigtsen2020-09-061-1/+2
* * lisp/window.el (display-buffer-override-next-command): Add ECHO arg.Juri Linkov2020-07-191-1/+2
* Subject: Frame-local tab-bar for numeric value of tab-bar-show (bug#42052)James N. V. Cash2020-06-301-12/+17
* Fix display-buffer-override-next-command to call action only once (bug#39722)Juri Linkov2020-06-221-4/+2
* Merge from origin/emacs-27Glenn Morris2020-06-171-14/+1
|\
| * Move tab-bar and tab-line faces to faces.el (part of bug#41200)Juri Linkov2020-06-081-14/+1
* | The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)Juri Linkov2020-06-071-0/+20
* | Merge from origin/emacs-27Paul Eggert2020-06-011-3/+4
|\|
| * * lisp/tab-bar.el (switch-to-buffer-other-tab): Normalize buffer.Juri Linkov2020-05-311-3/+4
* | Merge from origin/emacs-27Glenn Morris2020-05-281-4/+7
|\|
| * Fix tab-bar-tab-name-ellipsis initializationMatthias Meulien2020-05-251-4/+7
* | Merge from origin/emacs-27Glenn Morris2020-04-291-13/+25
|\|
| * Fix bugs in tab-bar and tab-line and mention remaining features in manual.Juri Linkov2020-04-271-13/+25
* | Merge from origin/emacs-27Glenn Morris2020-03-131-6/+20
|\|
| * Fix last changeEli Zaretskii2020-03-131-1/+2
| * * lisp/tab-bar.el: Last-minute changes.Juri Linkov2020-03-131-6/+19
* | Use quit-restore-window to close tab (bug#39446)Juri Linkov2020-02-101-14/+42
|/
* Fix faces tab-bar and tab-line.Juri Linkov2020-02-051-2/+2
* Tab-bar related fixes.Juri Linkov2020-01-301-4/+8
* Tab-bar related finishing touches.Juri Linkov2020-01-231-6/+11
* Allow optional truncation of tab names in tab-bar and tab-line (bug#38693)Juri Linkov2020-01-211-0/+25
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* * lisp/tab-bar.el: Use alist-get instead of (cdr (assq ...))Juri Linkov2019-12-231-37/+39
* * lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624)Juri Linkov2019-12-221-66/+66
* * lisp/tab-bar.el: Sort tab names by recency for tab switching (bug#38624)Juri Linkov2019-12-201-14/+22
* * lisp/tab-bar.el (tab-bar-handle-mouse): Handle close button.Juri Linkov2019-12-161-3/+6
* * lisp/tab-bar.el (tab-bar-select-tab): Message about selected tab (bug#38624)Juri Linkov2019-12-161-2/+6
* * lisp/tab-bar.el (tab-bar-close-other-tabs): Use tab close customsRobert Cochran2019-12-161-2/+9
* Document variables that affect tabs in function docstringsRobert Cochran2019-12-161-2/+12
* Add hooks for after tab open, before close, and to prevent closingRobert Cochran2019-12-081-46/+88
* * lisp/tab-bar.el (tab-bar-get-buffer-tab): Move code closer to its use.Juri Linkov2019-12-051-38/+38
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab.Juri Linkov2019-12-051-57/+81
* * lisp/tab-bar.el (tab-bar-move-tab-to-frame): New command (bug#38354)Juri Linkov2019-12-041-29/+62
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-031-1/+43
* * lisp/tab-bar.el (display-buffer-in-tab): New function (bug#38354)Juri Linkov2019-11-271-0/+30
* * lisp/tab-bar.el: Add missing arg.Juri Linkov2019-11-171-2/+2
* * lisp/tab-bar.el: Better handling of closed-tabs in tab-bar-list.Juri Linkov2019-11-101-2/+8
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-1/+1
* * lisp/tab-bar.el (tab-bar-history-old): Rename from tab-bar-history-current.Juri Linkov2019-11-071-10/+10
* * lisp/tab-bar.el: Better handling of tab-bar-history.Juri Linkov2019-11-031-10/+12
* * lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.Juri Linkov2019-11-031-13/+23
* * lisp/tab-bar.el (tab-bar-select-tab): Use set-frame-parameter.Juri Linkov2019-10-311-11/+8