summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* ; Fix typos in symbol namesStefan Kangas2024-01-141-1/+1
* ; Add 2024 to copyright yearsPo Lu2024-01-021-1/+1
* Fix 'split-root-window-right' and 'split-root-window-below'Eli Zaretskii2023-12-251-2/+4
* Fix behavior of 'split-root-window-*' with 'C-u'Eli Zaretskii2023-11-291-6/+8
* ; Fix previous changeRobert Pluim2023-06-121-1/+1
* Fix tex-mode display-buffer issuesEli Zaretskii2023-06-111-0/+8
* Split windows horizontally in places that use split to create a new window.Juri Linkov2023-05-191-1/+1
* ; Fix incompatibility in 'display-buffer-assq-regexp'Eli Zaretskii2023-03-281-8/+8
* Fix accidental backward-incompatible change (bug#62417)João Távora2023-03-271-6/+10
* ; More accurate doc strings for 'window-at' and 'window-at-x-y'.Eli Zaretskii2023-03-041-0/+4
* Fix 'display-buffer-use-least-recent-window'martin rudalics2023-02-181-26/+143
* Improve documentation of 'repeat-mode' and related variablesEli Zaretskii2023-02-021-2/+3
* Fix doc strings of window-splitting commandsEli Zaretskii2023-01-261-6/+10
* Fix split-window-below for the case when split-window-keep-point is nil.Juri Linkov2023-01-181-4/+8
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Use the new keyword ':repeat' in repeatable keymaps.Juri Linkov2022-12-221-5/+2
* Fix 'window-max-chars-per-line' when there are no fringesEli Zaretskii2022-12-171-9/+6
* ; Fix a typo in window.elEli Zaretskii2022-12-141-1/+1
* ; Typo fixes in etc/NEWS and lisp/ filesJuanma Barranquero2022-11-291-1/+1
* ; Fix typosStefan Kangas2022-11-181-1/+1
* Prefer defvar-keymap in window.elStefan Kangas2022-11-171-21/+18
* 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