index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
tab-bar.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/tab-bar.el: Use alist-get instead of (cdr (assq ...))
Juri Linkov
2019-12-23
1
-37
/
+39
*
* lisp/tab-bar.el: Rename tab-bar-list to tab-switcher (bug#38624)
Juri Linkov
2019-12-22
1
-66
/
+66
*
* lisp/tab-bar.el: Sort tab names by recency for tab switching (bug#38624)
Juri Linkov
2019-12-20
1
-14
/
+22
*
* lisp/tab-bar.el (tab-bar-handle-mouse): Handle close button.
Juri Linkov
2019-12-16
1
-3
/
+6
*
* lisp/tab-bar.el (tab-bar-select-tab): Message about selected tab (bug#38624)
Juri Linkov
2019-12-16
1
-2
/
+6
*
* lisp/tab-bar.el (tab-bar-close-other-tabs): Use tab close customs
Robert Cochran
2019-12-16
1
-2
/
+9
*
Document variables that affect tabs in function docstrings
Robert Cochran
2019-12-16
1
-2
/
+12
*
Add hooks for after tab open, before close, and to prevent closing
Robert Cochran
2019-12-08
1
-46
/
+88
*
* lisp/tab-bar.el (tab-bar-get-buffer-tab): Move code closer to its use.
Juri Linkov
2019-12-05
1
-38
/
+38
*
* lisp/tab-bar.el (switch-to-buffer-other-tab): Use display-buffer-in-tab.
Juri Linkov
2019-12-05
1
-57
/
+81
*
* lisp/tab-bar.el (tab-bar-move-tab-to-frame): New command (bug#38354)
Juri Linkov
2019-12-04
1
-29
/
+62
*
New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)
Juri Linkov
2019-12-03
1
-1
/
+43
*
* lisp/tab-bar.el (display-buffer-in-tab): New function (bug#38354)
Juri Linkov
2019-11-27
1
-0
/
+30
*
* lisp/tab-bar.el: Add missing arg.
Juri Linkov
2019-11-17
1
-2
/
+2
*
* lisp/tab-bar.el: Better handling of closed-tabs in tab-bar-list.
Juri Linkov
2019-11-10
1
-2
/
+8
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-08
1
-1
/
+1
*
* lisp/tab-bar.el (tab-bar-history-old): Rename from tab-bar-history-current.
Juri Linkov
2019-11-07
1
-10
/
+10
*
* lisp/tab-bar.el: Better handling of tab-bar-history.
Juri Linkov
2019-11-03
1
-10
/
+12
*
* lisp/tab-bar.el: Filter out non-persistent tab parameters from frameset.
Juri Linkov
2019-11-03
1
-13
/
+23
*
* lisp/tab-bar.el (tab-bar-select-tab): Use set-frame-parameter.
Juri Linkov
2019-10-31
1
-11
/
+8
*
* lisp/tab-bar.el: Store point position and frame buffer-lists in tab.
Juri Linkov
2019-10-30
1
-37
/
+93
*
* lisp/tab-bar.el: Check for minibuffer-depth in tab-bar-history-mode.
Juri Linkov
2019-10-28
1
-10
/
+16
*
* lisp/tab-bar.el: Add tab-bar-history-mode with arrow buttons for navigation.
Juri Linkov
2019-10-28
1
-2
/
+110
*
* lisp/tab-bar.el (tab-bar-switch-to-recent-tab): New command.
Juri Linkov
2019-10-27
1
-4
/
+28
*
* lisp/tab-bar.el (tab-bar-move-tab-to): Add force-mode-line-update.
Juri Linkov
2019-10-27
1
-18
/
+20
*
Add customization option for what do when the last tab is closed
Robert Cochran
2019-10-27
1
-30
/
+54
*
* lisp/tab-bar.el: Allow to specify interactively where to add a new tab.
Juri Linkov
2019-10-23
1
-8
/
+24
*
* lisp/tab-bar.el: Rename tab-bar-swap-tabs to tab-bar-move-tab-to.
Juri Linkov
2019-10-23
1
-7
/
+10
*
Implement tab close undo feature for tab-bar.
Juri Linkov
2019-10-23
1
-3
/
+48
*
Fix "make bootstrap" build warning in tab-bar.el
Lars Ingebrigtsen
2019-10-22
1
-1
/
+3
*
* lisp/tab-bar.el: Use autoloaded seq-position.
Juri Linkov
2019-10-20
1
-43
/
+26
*
* lisp/tab-bar.el (tab-bar-swap-tabs): Use cl-rotatef instead of rotatef.
Juri Linkov
2019-10-20
1
-2
/
+2
*
* lisp/tab-bar.el (tab-bar-swap-tabs, tab-bar-move-tab): New commands.
Juri Linkov
2019-10-20
1
-7
/
+29
*
Provide default value for tab-name/frame-name reading minibuffer
Juri Linkov
2019-10-20
1
-8
/
+20
*
lisp/*.el: Fix typos and improve some docstrings
Juanma Barranquero
2019-10-20
1
-1
/
+1
*
Use 'C-x t' for tab-prefix-map instead of 'C-x 6' still used by 2C-mode-map.
Juri Linkov
2019-10-20
1
-8
/
+8
*
Declare tab-bar-tabs the single source of truth in regard to current tab name
Juri Linkov
2019-10-16
1
-27
/
+29
*
Allow tabs to have consistent given names
Robert Cochran
2019-10-16
1
-20
/
+73
*
* lisp/tab-bar.el (tab-bar-select-tab-modifiers): New defcustom.
Juri Linkov
2019-10-15
1
-4
/
+42
*
Don't use expand-file-name to find images for tabs.
Juri Linkov
2019-10-15
1
-16
/
+12
*
Add images on tab-bar buttons the first time the tab bar is activated
Juri Linkov
2019-10-15
1
-14
/
+24
*
Set tab-line face height to 0.9.
Juri Linkov
2019-10-15
1
-1
/
+0
*
Use variable-pitch fonts in tab-bar and tab-line faces
Juri Linkov
2019-10-14
1
-1
/
+4
*
* lisp/tab-bar.el (tab-bar-tab-name-current): Fix with buffer-name.
Juri Linkov
2019-10-14
1
-1
/
+1
*
Don't display the number of windows in tab name in tab-bar by default.
Juri Linkov
2019-10-14
1
-5
/
+13
*
* lisp/tab-bar.el: Don't use minibuffer buffer name as tab name.
Juri Linkov
2019-10-13
1
-3
/
+4
*
* lisp/tab-bar.el: Don't show window count for one window.
Juri Linkov
2019-10-10
1
-8
/
+16
*
* lisp/tab-bar.el (tab-bar-tab-name-function): Turn defvar into defcustom.
Juri Linkov
2019-10-08
1
-4
/
+20
*
Implement tab-close-other bound to C-x 6 1 by analogy with C-x 5 1.
Juri Linkov
2019-10-07
1
-0
/
+12
*
More tab bar related key bindings.
Juri Linkov
2019-10-06
1
-5
/
+1
[next]