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
*
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
*
|
Use quit-restore-window to close tab (bug#39446)
Juri Linkov
2020-02-10
1
-2
/
+14
|
/
*
Improve doc-strings of 'quit-window' and 'quit-restore-window' (Bug#38819)
Martin Rudalics
2020-01-05
1
-8
/
+8
*
Update copyright year to 2020
Paul Eggert
2020-01-01
1
-1
/
+1
*
New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)
Juri Linkov
2019-12-03
1
-0
/
+9
*
Fix previous change to (next|previous)-buffer
Juanma Barranquero
2019-11-26
1
-2
/
+4
*
(next|previous)-buffer no longer fail silently (bug#38384)
Juanma Barranquero
2019-11-26
1
-2
/
+4
*
2019-11-26 Martin Rudalics <rudalics@gmx.at>
Martin Rudalics
2019-11-26
1
-39
/
+127
*
Fix some quoting glitches in doc strings
Paul Eggert
2019-11-08
1
-35
/
+35
*
In 'bury-buffer' don't try to remove current buffer from minibuffer window
Martin Rudalics
2019-10-17
1
-2
/
+5
*
lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nil
Juanma Barranquero
2019-10-17
1
-1
/
+1
*
Fix bug recently introduced in 'fit-window-to-buffer' (Bug#37743)
Martin Rudalics
2019-10-14
1
-1
/
+1
*
* lisp/window.el (next-buffer, previous-buffer): Add repeat count arg.
Juri Linkov
2019-10-14
1
-8
/
+10
*
Minor fixes for switching to previous and next buffers (Bug#37514)
Martin Rudalics
2019-10-11
1
-8
/
+14
*
Fixes for fitting windows and frames to their buffers (Bug#37563)
Martin Rudalics
2019-10-11
1
-111
/
+141
*
Merge branch 'feature/tabs'
Juri Linkov
2019-10-01
1
-1
/
+4
|
\
|
*
Frame-local tab-bar and window-local tab-line.
Juri Linkov
2019-08-31
1
-1
/
+4
*
|
* lisp/window.el (walk-windows): Simplify to use WINDOW arg of window-list-1
Juri Linkov
2019-09-19
1
-6
/
+10
|
/
*
Run quit-window-hook from the correct buffer
Lars Ingebrigtsen
2019-08-23
1
-1
/
+4
*
Call `quit-window-hook' in the `quit-window' command only
Lars Ingebrigtsen
2019-08-21
1
-6
/
+3
*
Add a new hook: `quit-window-hook'
Lars Ingebrigtsen
2019-08-19
1
-2
/
+15
*
Issue a message on `C-x o' and there's no other window
Lars Ingebrigtsen
2019-08-17
1
-0
/
+5
*
Issue a message on `C-x 1' when there's nothing to do
Lars Ingebrigtsen
2019-08-17
1
-1
/
+5
*
Fix doc-strings of 'display-buffer-*' functions (Bug#19461)
Martin Rudalics
2019-08-05
1
-124
/
+186
*
Improve documentation of 'display-buffer-*' functions
Eli Zaretskii
2019-08-03
1
-10
/
+82
*
Merge from origin/emacs-26
Glenn Morris
2019-07-30
1
-1
/
+1
|
\
|
*
Fix doc-string of 'fit-window-to-buffer' (Bug#36848)
Martin Rudalics
2019-07-30
1
-1
/
+1
*
|
Handle persistence of windows' scroll bar and fringes settings (Bug#36193)
Martin Rudalics
2019-07-22
1
-19
/
+20
*
|
Have 'display-buffer-reuse-window' prefer window on selected frame (Bug#36680)
Martin Rudalics
2019-07-19
1
-9
/
+22
*
|
Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"
Stefan Monnier
2019-06-26
1
-1
/
+1
*
|
* lisp/calc/calc-ext.el (math-scalarp): Fix typo
Stefan Monnier
2019-06-26
1
-1
/
+1
*
|
Make winner restore point in all windows that display a buffer
Tino Calancha
2019-06-25
1
-0
/
+39
*
|
Merge from origin/emacs-26
Glenn Morris
2019-06-15
1
-7
/
+15
|
\
|
|
*
Fix description of 'display-buffer-in-previous-window' again (Bug#36161)
Martin Rudalics
2019-06-12
1
-7
/
+15
*
|
Merge from origin/emacs-26
Glenn Morris
2019-06-11
1
-2
/
+5
|
\
|
|
*
Fix doc of 'display-buffer-in-previous-window' (Bug#36161)
Martin Rudalics
2019-06-11
1
-2
/
+5
*
|
Add missing indentation declaration to a few macros.
Philipp Stephani
2019-06-11
1
-3
/
+3
*
|
Consider line spacing and font height when deriving proc window size
John Shahid
2019-06-07
1
-2
/
+4
*
|
Go back to "Maintainer: emacs-devel@gnu.org"
Paul Eggert
2019-05-25
1
-0
/
+1
*
|
Fixes for "Maintainer:" and related lines
Paul Eggert
2019-05-19
1
-1
/
+0
*
|
New buffer display action function 'display-buffer-in-direction'
Martin Rudalics
2019-05-19
1
-0
/
+148
[next]