summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* Use '^' key for detach command bindingsSean Whitton2022-09-141-1/+2
* Add new C-x w prefix mapSean Whitton2022-09-121-2/+10
* Delete many items obsolete since 24.3Stefan Kangas2022-09-091-50/+28
* Add new functions for splitting the root windowHugo Heagren2022-09-051-24/+42
* Revert parts of 3f076a8e44 that caused test failuresJuri Linkov2022-08-281-1/+1
* Use truncated-partial-width-window-p in more places (bug#56815)Juri Linkov2022-08-271-6/+3
* Fix 'fit-frame-to-buffer' (Bug#56102)Martin Rudalics2022-07-061-18/+19
* Make some defcustom types more restrictiveStefan Kangas2022-07-051-2/+2
* Allow C-x 4 4, C-x 5 5, C-x t t to handle commands that use switch-to-bufferJuri Linkov2022-06-091-0/+3
* Make the goal column work for the scrolling commands, tooLars Ingebrigtsen2022-06-051-42/+65
* Remove window-max-characters-per-lineLars Ingebrigtsen2022-06-031-49/+0
* Further audits of single quotes in Lisp doc stringsLars Ingebrigtsen2022-05-241-2/+2
* * lisp/window.el (display-buffer-avoid-small-windows): Fix :type.Michael Albinus2022-05-221-1/+1
* ; Improve documentation of 'display-buffer-avoid-small-windows'Eli Zaretskii2022-05-201-4/+5
* Add new user option display-buffer-avoid-small-windowsLars Ingebrigtsen2022-05-201-4/+19
* Add a new display-buffer-full-frame display actionLars Ingebrigtsen2022-05-181-0/+19
* Clean up and simplify 'quit-restore-window' codeMartin Rudalics2022-05-181-6/+7
* 2022-05-14 Martin Rudalics <rudalics@gmx.at>Martin Rudalics2022-05-141-10/+15
* ; Improve documentation of 'switch-to-prev-buffer-skip-regexp'Eli Zaretskii2022-05-121-4/+4
* Add new user option switch-to-prev-buffer-skip-regexpLars Ingebrigtsen2022-05-121-5/+28
* Factor out *scratch* initializationSean Whitton2022-05-091-10/+8
* Explain better what the interactive prefix does in scroll-down/upLars Ingebrigtsen2022-05-071-0/+10
* Make scroll-other-window respect target window remappingsLars Ingebrigtsen2022-05-011-0/+18
* Simplify window-char-pixel-* code slightlyLars Ingebrigtsen2022-04-291-5/+2
* Add new functions for computing character metrics for windowsTitus von der Malsburg2022-04-291-0/+52
* Tweak interactive use of delete-windows-onLars Ingebrigtsen2022-04-261-2/+20
* Audit quoting the quote character in doc stringsLars Ingebrigtsen2022-04-221-8/+8
* ; * lisp/window.el (display-buffer-assq-regexp): Doc fix.Eli Zaretskii2022-04-161-4/+5
* Improve buffer-match-p documentationPhilip Kaludercic2022-04-151-9/+9
* * window.el (display-buffer-assq-regexp): Use buffer-matchPhilip Kaludercic2022-04-151-11/+4
* Init 'rest' in 'balance-windows-2' (Bug#54380)Martin Rudalics2022-03-141-7/+8
* Merge from origin/emacs-28Stefan Kangas2022-02-221-1/+5
|\
| * Don't check whether a deleted window is deletable (Bug#54028)Martin Rudalics2022-02-211-1/+5
* | * lisp/window.el (display-comint-buffer-action): Move to the end of file.Juri Linkov2022-01-111-8/+8
* | More fixes for display-comint-buffer-actionJuri Linkov2022-01-111-1/+1
* | Fix display-comint-buffer-action default behavior (closes bug#52878)Morgan Smith2022-01-111-3/+3
* | Merge from origin/emacs-28Eli Zaretskii2022-01-011-1/+1
|\|
| * ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* | * lisp/window.el (display-comint-buffer-action): Fix type.Glenn Morris2021-12-301-1/+1
* | Fix bug#52467 by adding a new custom variable 'display-comint-buffer-action'Sam Steingold2021-12-281-0/+8
* | Merge from origin/emacs-28Stefan Kangas2021-12-231-1/+4
|\|
| * * lisp/window.el (quit-restore-window): Select previously selected window.Juri Linkov2021-12-211-1/+4
* | Set `minibuffer-completion-*` variables locally in more placesMiha Rihtaršič2021-11-111-1/+1
* | ; Fix mangled indentation in 'display-buffer' doc-stringMartin Rudalics2021-10-251-9/+9
* | Allow 'display-buffer' to set up body size of chosen window (Bug#17065)Martin Rudalics2021-10-251-52/+80
* | Merge from origin/emacs-28Glenn Morris2021-10-161-2/+6
|\|
| * Fixes to account for windows' tab linesMartin Rudalics2021-10-151-2/+6
* | Simplify functions dealing with preserving the size of windowsMartin Rudalics2021-10-151-35/+16
* | In 'window--display-buffer' handle nil size values as intended (Bug#51062)Martin Rudalics2021-10-141-3/+11
* | Improve 'display-buffer' 'temp-buffer-resize-mode' cohabitation (Bug#51062)Martin Rudalics2021-10-131-24/+47
|/