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
*
New option tab-bar-history-buttons-show
Gabriel do Nascimento Ribeiro
2020-12-14
1
-1
/
+11
*
Allow creating a new tab for tab-switcher from the minibuffer (bug#45072)
Juri Linkov
2020-12-14
1
-11
/
+5
*
Allow creating a new tab from the minibuffer (bug#45072)
Juri Linkov
2020-12-10
1
-0
/
+2
*
Use '…' for ellipsis in truncate-string-to-width by default (bug#41250)
Juri Linkov
2020-10-04
1
-7
/
+3
*
Add new tab command `C-x t C-r'
Earl
2020-09-20
1
-0
/
+15
*
* lisp/tab-bar.el (tab-bar-new-tab-to): Fix tabs not reappearing (bug#42052)
James N. V. Cash
2020-09-18
1
-1
/
+0
*
Revert "Use format-prompt in calls to read-from-minibuffer with default value"
Lars Ingebrigtsen
2020-09-08
1
-2
/
+2
*
Use format-prompt in calls to read-from-minibuffer with default value
Lars Ingebrigtsen
2020-09-06
1
-2
/
+2
*
Use format-prompt in calls to completing-read with a default value
Lars Ingebrigtsen
2020-09-06
1
-1
/
+2
*
* lisp/window.el (display-buffer-override-next-command): Add ECHO arg.
Juri Linkov
2020-07-19
1
-1
/
+2
*
Subject: Frame-local tab-bar for numeric value of tab-bar-show (bug#42052)
James N. V. Cash
2020-06-30
1
-12
/
+17
*
Fix display-buffer-override-next-command to call action only once (bug#39722)
Juri Linkov
2020-06-22
1
-4
/
+2
*
Merge from origin/emacs-27
Glenn Morris
2020-06-17
1
-14
/
+1
|
\
|
*
Move tab-bar and tab-line faces to faces.el (part of bug#41200)
Juri Linkov
2020-06-08
1
-14
/
+1
*
|
The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)
Juri Linkov
2020-06-07
1
-0
/
+20
*
|
Merge from origin/emacs-27
Paul Eggert
2020-06-01
1
-3
/
+4
|
\
|
|
*
* lisp/tab-bar.el (switch-to-buffer-other-tab): Normalize buffer.
Juri Linkov
2020-05-31
1
-3
/
+4
*
|
Merge from origin/emacs-27
Glenn Morris
2020-05-28
1
-4
/
+7
|
\
|
|
*
Fix tab-bar-tab-name-ellipsis initialization
Matthias Meulien
2020-05-25
1
-4
/
+7
*
|
Merge from origin/emacs-27
Glenn Morris
2020-04-29
1
-13
/
+25
|
\
|
|
*
Fix bugs in tab-bar and tab-line and mention remaining features in manual.
Juri Linkov
2020-04-27
1
-13
/
+25
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-13
1
-6
/
+20
|
\
|
|
*
Fix last change
Eli Zaretskii
2020-03-13
1
-1
/
+2
|
*
* lisp/tab-bar.el: Last-minute changes.
Juri Linkov
2020-03-13
1
-6
/
+19
*
|
Use quit-restore-window to close tab (bug#39446)
Juri Linkov
2020-02-10
1
-14
/
+42
|
/
*
Fix faces tab-bar and tab-line.
Juri Linkov
2020-02-05
1
-2
/
+2
*
Tab-bar related fixes.
Juri Linkov
2020-01-30
1
-4
/
+8
*
Tab-bar related finishing touches.
Juri Linkov
2020-01-23
1
-6
/
+11
*
Allow optional truncation of tab names in tab-bar and tab-line (bug#38693)
Juri Linkov
2020-01-21
1
-0
/
+25
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
* 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
[next]