summaryrefslogtreecommitdiff
path: root/lisp/tab-bar.el
Commit message (Expand)AuthorAge
* Update copyright year to 2021Paul Eggert2021-01-01
* Move tab-bar and tab-line faces to faces.el (part of bug#41200)Juri Linkov2020-06-08
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Normalize buffer.Juri Linkov2020-05-31
* Fix tab-bar-tab-name-ellipsis initializationMatthias Meulien2020-05-25
* Fix bugs in tab-bar and tab-line and mention remaining features in manual.Juri Linkov2020-04-27
* Fix last changeEli Zaretskii2020-03-13
* * lisp/tab-bar.el: Last-minute changes.Juri Linkov2020-03-13
* Fix faces tab-bar and tab-line.Juri Linkov2020-02-05
* Tab-bar related fixes.Juri Linkov2020-01-30
* Tab-bar related finishing touches.Juri Linkov2020-01-23
* Allow optional truncation of tab names in tab-bar and tab-line (bug#38693)Juri Linkov2020-01-21
* Update copyright year to 2020Paul Eggert2020-01-01
* * lisp/tab-bar.el: Use alist-get instead of (cdr (assq ...))Juri Linkov2019-12-23
* * lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624)Juri Linkov2019-12-22
* * lisp/tab-bar.el: Sort tab names by recency for tab switching (bug#38624)Juri Linkov2019-12-20
* * lisp/tab-bar.el (tab-bar-handle-mouse): Handle close button.Juri Linkov2019-12-16
* * lisp/tab-bar.el (tab-bar-select-tab): Message about selected tab (bug#38624)Juri Linkov2019-12-16
* * lisp/tab-bar.el (tab-bar-close-other-tabs): Use tab close customsRobert Cochran2019-12-16
* Document variables that affect tabs in function docstringsRobert Cochran2019-12-16
* Add hooks for after tab open, before close, and to prevent closingRobert Cochran2019-12-08
* * lisp/tab-bar.el (tab-bar-get-buffer-tab): Move code closer to its use.Juri Linkov2019-12-05
* * lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab.Juri Linkov2019-12-05
* * lisp/tab-bar.el (tab-bar-move-tab-to-frame): New command (bug#38354)Juri Linkov2019-12-04
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-03
* * lisp/tab-bar.el (display-buffer-in-tab): New function (bug#38354)Juri Linkov2019-11-27
* * lisp/tab-bar.el: Add missing arg.Juri Linkov2019-11-17
* * lisp/tab-bar.el: Better handling of closed-tabs in tab-bar-list.Juri Linkov2019-11-10
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-08
* * lisp/tab-bar.el (tab-bar-history-old): Rename from tab-bar-history-current.Juri Linkov2019-11-07
* * lisp/tab-bar.el: Better handling of tab-bar-history.Juri Linkov2019-11-03
* * lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.Juri Linkov2019-11-03
* * lisp/tab-bar.el (tab-bar-select-tab): Use set-frame-parameter.Juri Linkov2019-10-31
* * lisp/tab-bar.el: Store point position and frame buffer-lists in tab.Juri Linkov2019-10-30
* * lisp/tab-bar.el: Check for minibuffer-depth in tab-bar-history-mode.Juri Linkov2019-10-28
* * lisp/tab-bar.el: Add tab-bar-history-mode with arrow buttons for navigation.Juri Linkov2019-10-28
* * lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.Juri Linkov2019-10-27
* * lisp/tab-bar.el (tab-bar-move-tab-to): Add force-mode-line-update.Juri Linkov2019-10-27
* Add customization option for what do when the last tab is closedRobert Cochran2019-10-27
* * lisp/tab-bar.el: Allow to specify interactively where to add a new tab.Juri Linkov2019-10-23
* * lisp/tab-bar.el: Rename tab-bar-swap-tabs to tab-bar-move-tab-to.Juri Linkov2019-10-23
* Implement tab close undo feature for tab-bar.Juri Linkov2019-10-23
* Fix "make bootstrap" build warning in tab-bar.elLars Ingebrigtsen2019-10-22
* * lisp/tab-bar.el: Use autoloaded seq-position.Juri Linkov2019-10-20
* * lisp/tab-bar.el (tab-bar-swap-tabs): Use cl-rotatef instead of rotatef.Juri Linkov2019-10-20
* * lisp/tab-bar.el (tab-bar-swap-tabs, tab-bar-move-tab): New commands.Juri Linkov2019-10-20
* Provide default value for tab-name/frame-name reading minibufferJuri Linkov2019-10-20
* lisp/*.el: Fix typos and improve some docstringsJuanma Barranquero2019-10-20
* Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.Juri Linkov2019-10-20
* Declare tab-bar-tabs the single source of truth in regard to current tab nameJuri Linkov2019-10-16
* Allow tabs to have consistent given namesRobert Cochran2019-10-16