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
*
Make some defcustom types more restrictive
Stefan Kangas
2022-07-05
1
-1
/
+1
*
Quote some literal keys to get help-key-binding face
Stefan Kangas
2022-07-03
1
-2
/
+2
*
Further audits of single quotes in Lisp doc strings
Lars Ingebrigtsen
2022-05-24
1
-1
/
+1
*
* lisp/tab-bar.el (switch-to-buffer-other-tab): Use pop-to-buffer (bug#55582).
Juri Linkov
2022-05-23
1
-3
/
+3
*
* lisp/tab-bar.el: Use pixel-based alignment (bug#55207)
Juri Linkov
2022-05-04
1
-3
/
+3
*
Audit quoting the quote character in doc strings
Lars Ingebrigtsen
2022-04-22
1
-2
/
+2
*
* lisp/tab-bar.el (tab-bar-undo-close-tab): Update tab-bar-lines (bug#54684)
Juri Linkov
2022-04-03
1
-2
/
+3
*
* lisp/tab-bar.el (tab-bar-new-tab-to): Don't funcall const values.
Juri Linkov
2022-03-20
1
-1
/
+2
*
* lisp/tab-bar.el: Create new unique windows with 'C-x t n' (bug#54038).
Juri Linkov
2022-02-23
1
-11
/
+18
*
* lisp/tab-bar.el (tab-bar-new-tab-choice): Add const 'window'. Update doc.
Juri Linkov
2022-02-06
1
-5
/
+14
*
* lisp/tab-bar.el (tab-bar-menu-bar-button): New variable (bug#51648).
Juri Linkov
2022-01-29
1
-1
/
+5
*
Merge from origin/emacs-28
Eli Zaretskii
2022-01-01
1
-1
/
+1
|
\
|
*
; Add 2022 to copyright years.
Eli Zaretskii
2022-01-01
1
-1
/
+1
*
|
* lisp/tab-bar.el (tab-bar-history-mode-map): New defvar-keymap.
Juri Linkov
2021-12-27
1
-0
/
+4
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-13
1
-1
/
+1
|
\
|
|
*
* lisp/tab-bar.el (tab-bar-switch-to-last-tab): Add 'abs' for precautions.
Juri Linkov
2021-12-12
1
-1
/
+1
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-12-03
1
-4
/
+3
|
\
|
|
*
* lisp/tab-bar.el (tab-bar-close-other-tabs): Fix regression.
Juri Linkov
2021-12-02
1
-4
/
+3
*
|
* lisp/tab-bar.el: 'C-x t RET' creates a new tab for non-existent tab name.
Juri Linkov
2021-11-22
1
-2
/
+8
*
|
* lisp/tab-bar.el (tab-bar-history-old-minibuffer-depth): Remove variable.
Juri Linkov
2021-11-22
1
-11
/
+4
*
|
Merge from origin/emacs-28
Stefan Kangas
2021-11-19
1
-2
/
+4
|
\
|
|
*
* lisp/tab-bar.el: Use 'mouse-1' for history buttons like for 'add-tab' button
Juri Linkov
2021-11-18
1
-2
/
+4
*
|
* lisp/tab-bar.el: Optimize data usage for nil tab-bar-history-mode.
Juri Linkov
2021-11-18
1
-13
/
+21
*
|
* lisp/tab-bar.el: Avoid micro-steps in tab-bar-history-back/forward.
Juri Linkov
2021-11-18
1
-4
/
+15
|
/
*
* lisp/tab-bar.el (tab-bar-select-tab): Add check for wc-frame (bug#51883).
Juri Linkov
2021-11-16
1
-1
/
+5
*
* lisp/tab-bar.el: Doc fixes for commands bound to modifier keys.
Juri Linkov
2021-11-16
1
-7
/
+12
*
* lisp/tab-bar.el (tab-bar-move-repeat-map): Fix alias binding of tab-move.
Juri Linkov
2021-10-24
1
-1
/
+2
*
; More accurate doc string for 'tab-bar-format'
Eli Zaretskii
2021-10-21
1
-2
/
+7
*
* lisp/tab-bar.el (tab-bar-menu-bar): New command (bug#51247).
Juri Linkov
2021-10-20
1
-17
/
+18
*
Rename tab-bar-drag-maybe to tab-bar--dragging-in-progress
Juri Linkov
2021-10-18
1
-4
/
+4
*
Minor fixes for recent changes in ELisp manual
Eli Zaretskii
2021-10-18
1
-10
/
+14
*
* lisp/tab-bar.el: Improve docstrings (bug#51247)
Juri Linkov
2021-10-17
1
-14
/
+17
*
* lisp/tab-bar.el (tab-bar-mouse-move-tab): Don't drag tab to itself.
Juri Linkov
2021-10-17
1
-2
/
+3
*
Add tab-bar-drag-maybe for indication of tab dragging (bug#50993)
Martin Rudalics
2021-10-17
1
-0
/
+5
*
* lisp/tab-bar.el: Add a new tab on [mouse-1] instead of [down-mouse-1]
Juri Linkov
2021-10-17
1
-14
/
+16
*
Add new and fix existing docstrings in tab-bar.el and tab-line.el (bug#51247)
Juri Linkov
2021-10-17
1
-12
/
+32
*
More documentation fixes in tab-bar.el
Eli Zaretskii
2021-10-17
1
-41
/
+65
*
Improve doc strings of tab-bar commands
Eli Zaretskii
2021-10-17
1
-10
/
+28
*
* lisp/tab-bar.el (tab-detach, tab-window-detach): New aliases.
Juri Linkov
2021-10-07
1
-20
/
+22
*
Clone the frame window configuration in 'clone-frame'
Juri Linkov
2021-10-06
1
-3
/
+3
*
* lisp/tab-bar.el (tab-bar-detach-tab): Handle frame selected by make-frame.
Juri Linkov
2021-10-03
1
-6
/
+20
*
* lisp/tab-bar.el (tab-bar-move-tab-to-frame): Delete frame with last tab.
Juri Linkov
2021-09-29
1
-0
/
+1
*
* lisp/tab-bar.el: (tab-bar-detach-tab) New command
Adam Porter
2021-09-29
1
-0
/
+16
*
; Adjust overly long docstrings to fit 80 characters
Stefan Kangas
2021-09-26
1
-3
/
+4
*
* lisp/tab-bar.el (tab-bar-new-tab-to): Use ignore-window-parameters.
Juri Linkov
2021-09-25
1
-1
/
+2
*
* lisp/tab-bar.el: Preserve all existing tab parameters when switching tabs.
Juri Linkov
2021-09-21
1
-6
/
+27
*
* lisp/tab-bar.el (tab-bar-new-tab): Add optional arg 'from-number'.
Juri Linkov
2021-09-20
1
-7
/
+10
*
; Minor stylistic fixes found by checkdoc
Stefan Kangas
2021-09-16
1
-2
/
+2
*
* lisp/tab-bar.el (tab-bar-format): Add new option tab-bar-format-menu-global
Juri Linkov
2021-09-15
1
-1
/
+24
*
* lisp/tab-bar.el (tab-bar-close-other-tabs): Add arg ‘tab-number’.
Juri Linkov
2021-09-15
1
-6
/
+21
[next]