summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* * lisp/tab-bar.el: Store point position and frame buffer-lists in tab.Juri Linkov2019-10-301-37/+93
* * lisp/tab-bar.el: Check for minibuffer-depth in tab-bar-history-mode.Juri Linkov2019-10-281-10/+16
* * lisp/tab-bar.el: Add tab-bar-history-mode with arrow buttons for navigation.Juri Linkov2019-10-281-2/+110
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-271-4/+28
* * lisp/tab-bar.el (tab-bar-move-tab-to): Add force-mode-line-update.Juri Linkov2019-10-271-18/+20
* Add customization option for what do when the last tab is closedRobert Cochran2019-10-271-30/+54
* * lisp/tab-bar.el: Allow to specify interactively where to add a new tab.Juri Linkov2019-10-231-8/+24
* * lisp/tab-bar.el: Rename tab-bar-swap-tabs to tab-bar-move-tab-to.Juri Linkov2019-10-231-7/+10
* Implement tab close undo feature for tab-bar.Juri Linkov2019-10-231-3/+48
* Fix "make bootstrap" build warning in tab-bar.elLars Ingebrigtsen2019-10-221-1/+3