summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* * lisp/repeat.el (repeat-keep-prefix): New defcustom.Juri Linkov2021-04-061-0/+4
* Prevent open minibuffers getting lost when their frame gets deletedAlan Mackenzie2021-03-211-2/+3
* New transient mode 'repeat-mode' to allow shorter key sequences (bug#46515)Juri Linkov2021-02-171-0/+22
* Add command to recenter errors from Occur/Grep buffersTino Calancha2021-02-071-0/+13
* Merge from origin/emacs-27Glenn Morris2021-02-031-7/+10
|\
| * * lisp/window.el (recenter-top-bottom): Clarify doc string.Eli Zaretskii2021-02-021-7/+10
* | Prefer defvar-local in preloaded filesStefan Kangas2021-01-311-18/+9
* | Support variable name for previous-window in display-buffer-in-previous-windowJuri Linkov2021-01-271-3/+6
* | ; Remove recent spurious addition in window.elBasil L. Contovounesios2021-01-151-1/+0
* | Merge from origin/emacs-27Glenn Morris2021-01-141-3/+5
|\|
| * Fix assertion failure in window_box_height (Bug#45737)Martin Rudalics2021-01-101-3/+5
| * Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Support using auth-source for NickServ passwords in ERCLeon Vack2021-01-111-0/+1
* | Fix incompleteness in the implementation of minibuffer-follows-selected-frameAlan Mackenzie2021-01-101-1/+4
* | Further display-buffer doc changesLars Ingebrigtsen2021-01-071-3/+3
* | Add a display-buffer window selection function that's more like XEmacsLars Ingebrigtsen2021-01-071-0/+13
* | Fix typo in last display-buffer doc string changeLars Ingebrigtsen2021-01-071-1/+1
* | Edit the display-buffer doc string slightlyLars Ingebrigtsen2021-01-071-17/+31
* | Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* | Prefer setq-local in most filesStefan Kangas2020-12-091-3/+3
* | Fix use of 'switch-to-buffer-preserve-window-point'Zajcev Evgeny2020-12-011-5/+5
* | Fix MINIBUF 'nomini' arg for windmove/window-in-direction (bug#44932)Juri Linkov2020-11-291-6/+7
* | Merge from origin/emacs-27Glenn Morris2020-11-071-1/+7
|\|
| * Split windows evenly when 'min-margins' parameter was set (Bug#44483)Martin Rudalics2020-11-071-1/+7
* | Merge from origin/emacs-27Glenn Morris2020-10-271-3/+21
|\|
| * Don't skip empty lines when fitting mini frame to buffer (Bug#44080)Clemens Radermacher2020-10-271-3/+21
* | Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\|
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Fix check for derived modes in display-buffer-reuse-mode-windowTrevor Murphy2020-10-021-1/+1
* | Fix recent change to window-max-chars-per-lineLars Ingebrigtsen2020-09-211-1/+1
* | Fix line width in M-x term on -nw with line numbersLars Ingebrigtsen2020-09-211-1/+2
* | * lisp/window.el: Add provide statementStefan Kangas2020-09-151-0/+2
* | Add optional ALL-FRAMES arfument to count-windowsJen-Chieh Shen2020-08-181-4/+9
* | Remove some compat code from window.elLars Ingebrigtsen2020-08-181-4/+4
* | * lisp/window.el (display-buffer-override-next-command): Add ECHO arg.Juri Linkov2020-07-191-4/+12
* | Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)Juri Linkov2020-07-011-0/+1
* | Push action to list of functions in display-buffer-override-next-commandJuri Linkov2020-06-251-3/+3
* | Fix display-buffer-override-next-command to call action only once (bug#39722)Juri Linkov2020-06-221-2/+9
* | New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)Juri Linkov2020-06-221-0/+38
* | The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)Juri Linkov2020-06-071-0/+41
* | Fix 'count-screen-lines' when lines are truncatedEli Zaretskii2020-05-021-10/+26
* | * lisp/window.el (display-buffer): Extend doc with body-function (bug#39822)Juri Linkov2020-04-031-0/+6
* | Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-301-1/+9
* | Add store/restore window configuration feature for gdb-miYuan Fu2020-03-151-0/+18
* | * lisp/window.el: Avoid `called-interactively-p`.Stefan Monnier2020-03-101-12/+16
* | Merge from origin/emacs-27Glenn Morris2020-03-071-2/+2
|\|
| * Fix args in 'window-text-pixel-size' call in 'fit-window-to-buffer'Justin Burkett2020-03-051-2/+2
* | New command make-frame-on-current-monitor to use in windmove (bug#39875)Juri Linkov2020-03-061-5/+5
* | Merge from origin/emacs-27Glenn Morris2020-03-041-6/+7
|\|
| * Fix fit-frame-to-buffer for multi-monitor setupSergey Trofimov2020-03-011-6/+7