summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAge
* Fix behavior when switch-to-prev-buffer-skip is a function (Bug#49275)pillule2021-08-18
* switch-to-buffer-other-frame doc string improvementLars Ingebrigtsen2021-07-14
* Fix display-buffer-override-next-command for no-select case (bug#49057)Juri Linkov2021-06-17
* Improve handling of dedicated flag for side windows (Bug#48493)pillule2021-06-14
* Rename/rewrite recently added option and function in window.elMartin Rudalics2021-06-11
* Provide new option `delete-window-set-selected' (Bug#47300)Martin Rudalics2021-06-10
* Do not switch to other window when minibuffer is selectedGregory Heytings2021-05-25
* Fix rare failures in 'window-default-font-height'Eli Zaretskii2021-05-19
* Fix recently introduced misbehavior of `quit-restore-window' (Bug#48493)Martin Rudalics2021-05-19
* * lisp/repeat.el (repeat-exit-timeout): New defcustom (bug#48472).Juri Linkov2021-05-19
* Fix `quit-restore-window' when all previous buffers got killed (Bug#48367)pillule2021-05-15
* Various detailed fixes to minibuf.c, etc., to fix bug #48337Alan Mackenzie2021-05-14
* Prevent the selected window being a dead mini-window when switching framesAlan Mackenzie2021-05-08
* Fix wrong handling of minibuffers when frames get iconified/made invisibleAlan Mackenzie2021-05-06
* * lisp/window.el (window--state-put-2): Set next/prev-buffers even to nil.Juri Linkov2021-04-28
* Revert window/winner changes (Revert 0454bfd3313)Lars Ingebrigtsen2021-04-25
* * lisp/window.el (display-buffer): Doc fix. (Bug#47950)Utkarsh Singh2021-04-22
* * lisp/repeat.el (repeat-keep-prefix): New defcustom.Juri Linkov2021-04-06
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-21
* New transient mode 'repeat-mode' to allow shorter key sequences (bug#46515)Juri Linkov2021-02-17
* Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-07
* Merge from origin/emacs-27Glenn Morris2021-02-03
|\
| * * lisp/window.el (recenter-top-bottom): Clarify doc string.Eli Zaretskii2021-02-02
* | Prefer defvar-local in preloaded filesStefan Kangas2021-01-31
* | Support variable name for previous-window in display-buffer-in-previous-windowJuri Linkov2021-01-27
* | ; Remove recent spurious addition in window.elBasil L. Contovounesios2021-01-15
* | Merge from origin/emacs-27Glenn Morris2021-01-14
|\|
| * Fix assertion failure in window_box_height (Bug#45737)Martin Rudalics2021-01-10
| * Update copyright year to 2021Paul Eggert2021-01-01
* | Support using auth-source for NickServ passwords in ERCLeon Vack2021-01-11
* | Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-10
* | Further display-buffer doc changesLars Ingebrigtsen2021-01-07
* | Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-07
* | Fix typo in last display-buffer doc string changeLars Ingebrigtsen2021-01-07
* | Edit the display-buffer doc string slightlyLars Ingebrigtsen2021-01-07
* | Update copyright year to 2021Paul Eggert2021-01-01
* | Prefer setq-local in most filesStefan Kangas2020-12-09
* | Fix use of 'switch-to-buffer-preserve-window-point'Zajcev Evgeny2020-12-01
* | Fix MINIBUF 'nomini' arg for windmove/window-in-direction (bug#44932)Juri Linkov2020-11-29
* | Merge from origin/emacs-27Glenn Morris2020-11-07
|\|
| * Split windows evenly when 'min-margins' parameter was set (Bug#44483)Martin Rudalics2020-11-07
* | Merge from origin/emacs-27Glenn Morris2020-10-27
|\|
| * Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-27
* | Merge from origin/emacs-27Glenn Morris2020-10-02
|\|
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-02
* | Fix check for derived modes in display-buffer-reuse-mode-windowTrevor Murphy2020-10-02
* | Fix recent change to window-max-chars-per-lineLars Ingebrigtsen2020-09-21
* | Fix line width in M-x term on -nw with line numbersLars Ingebrigtsen2020-09-21
* | * lisp/window.el: Add provide statementStefan Kangas2020-09-15
* | Add optional ALL-FRAMES arfument to count-windowsJen-Chieh Shen2020-08-18