index
:
forks/emacs.git
local/emacs-29
local/emacs30
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lisp
/
window.el
Commit message (
Expand
)
Author
Age
Files
Lines
*
* lisp/repeat.el (repeat-keep-prefix): New defcustom.
Juri Linkov
2021-04-06
1
-0
/
+4
*
Prevent open minibuffers getting lost when their frame gets deleted
Alan Mackenzie
2021-03-21
1
-2
/
+3
*
New transient mode 'repeat-mode' to allow shorter key sequences (bug#46515)
Juri Linkov
2021-02-17
1
-0
/
+22
*
Add command to recenter errors from Occur/Grep buffers
Tino Calancha
2021-02-07
1
-0
/
+13
*
Merge from origin/emacs-27
Glenn Morris
2021-02-03
1
-7
/
+10
|
\
|
*
* lisp/window.el (recenter-top-bottom): Clarify doc string.
Eli Zaretskii
2021-02-02
1
-7
/
+10
*
|
Prefer defvar-local in preloaded files
Stefan Kangas
2021-01-31
1
-18
/
+9
*
|
Support variable name for previous-window in display-buffer-in-previous-window
Juri Linkov
2021-01-27
1
-3
/
+6
*
|
; Remove recent spurious addition in window.el
Basil L. Contovounesios
2021-01-15
1
-1
/
+0
*
|
Merge from origin/emacs-27
Glenn Morris
2021-01-14
1
-3
/
+5
|
\
|
|
*
Fix assertion failure in window_box_height (Bug#45737)
Martin Rudalics
2021-01-10
1
-3
/
+5
|
*
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Support using auth-source for NickServ passwords in ERC
Leon Vack
2021-01-11
1
-0
/
+1
*
|
Fix incompleteness in the implementation of minibuffer-follows-selected-frame
Alan Mackenzie
2021-01-10
1
-1
/
+4
*
|
Further display-buffer doc changes
Lars Ingebrigtsen
2021-01-07
1
-3
/
+3
*
|
Add a display-buffer window selection function that's more like XEmacs
Lars Ingebrigtsen
2021-01-07
1
-0
/
+13
*
|
Fix typo in last display-buffer doc string change
Lars Ingebrigtsen
2021-01-07
1
-1
/
+1
*
|
Edit the display-buffer doc string slightly
Lars Ingebrigtsen
2021-01-07
1
-17
/
+31
*
|
Update copyright year to 2021
Paul Eggert
2021-01-01
1
-1
/
+1
*
|
Prefer setq-local in most files
Stefan Kangas
2020-12-09
1
-3
/
+3
*
|
Fix use of 'switch-to-buffer-preserve-window-point'
Zajcev Evgeny
2020-12-01
1
-5
/
+5
*
|
Fix MINIBUF 'nomini' arg for windmove/window-in-direction (bug#44932)
Juri Linkov
2020-11-29
1
-6
/
+7
*
|
Merge from origin/emacs-27
Glenn Morris
2020-11-07
1
-1
/
+7
|
\
|
|
*
Split windows evenly when 'min-margins' parameter was set (Bug#44483)
Martin Rudalics
2020-11-07
1
-1
/
+7
*
|
Merge from origin/emacs-27
Glenn Morris
2020-10-27
1
-3
/
+21
|
\
|
|
*
Don't skip empty lines when fitting mini frame to buffer (Bug#44080)
Clemens Radermacher
2020-10-27
1
-3
/
+21
*
|
Merge from origin/emacs-27
Glenn Morris
2020-10-02
1
-1
/
+1
|
\
|
|
*
; Fix many typos in symbols in docs and comments
Stefan Kangas
2020-10-02
1
-1
/
+1
*
|
Fix check for derived modes in display-buffer-reuse-mode-window
Trevor Murphy
2020-10-02
1
-1
/
+1
*
|
Fix recent change to window-max-chars-per-line
Lars Ingebrigtsen
2020-09-21
1
-1
/
+1
*
|
Fix line width in M-x term on -nw with line numbers
Lars Ingebrigtsen
2020-09-21
1
-1
/
+2
*
|
* lisp/window.el: Add provide statement
Stefan Kangas
2020-09-15
1
-0
/
+2
*
|
Add optional ALL-FRAMES arfument to count-windows
Jen-Chieh Shen
2020-08-18
1
-4
/
+9
*
|
Remove some compat code from window.el
Lars Ingebrigtsen
2020-08-18
1
-4
/
+4
*
|
* lisp/window.el (display-buffer-override-next-command): Add ECHO arg.
Juri Linkov
2020-07-19
1
-4
/
+12
*
|
Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)
Juri Linkov
2020-07-01
1
-0
/
+1
*
|
Push action to list of functions in display-buffer-override-next-command
Juri Linkov
2020-06-25
1
-3
/
+3
*
|
Fix display-buffer-override-next-command to call action only once (bug#39722)
Juri Linkov
2020-06-22
1
-2
/
+9
*
|
New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)
Juri Linkov
2020-06-22
1
-0
/
+38
*
|
The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)
Juri Linkov
2020-06-07
1
-0
/
+41
*
|
Fix 'count-screen-lines' when lines are truncated
Eli Zaretskii
2020-05-02
1
-10
/
+26
*
|
* lisp/window.el (display-buffer): Extend doc with body-function (bug#39822)
Juri Linkov
2020-04-03
1
-0
/
+6
*
|
Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)
Juri Linkov
2020-03-30
1
-1
/
+9
*
|
Add store/restore window configuration feature for gdb-mi
Yuan Fu
2020-03-15
1
-0
/
+18
*
|
* lisp/window.el: Avoid `called-interactively-p`.
Stefan Monnier
2020-03-10
1
-12
/
+16
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-07
1
-2
/
+2
|
\
|
|
*
Fix args in 'window-text-pixel-size' call in 'fit-window-to-buffer'
Justin Burkett
2020-03-05
1
-2
/
+2
*
|
New command make-frame-on-current-monitor to use in windmove (bug#39875)
Juri Linkov
2020-03-06
1
-5
/
+5
*
|
Merge from origin/emacs-27
Glenn Morris
2020-03-04
1
-6
/
+7
|
\
|
|
*
Fix fit-frame-to-buffer for multi-monitor setup
Sergey Trofimov
2020-03-01
1
-6
/
+7
[next]