aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* (display-buffer): New `pop-up-frames` action alist entryStefan Monnier2023-12-161-16/+17
* Merge from origin/emacs-29Eli Zaretskii2023-12-021-6/+8
|\
| * Fix behavior of 'split-root-window-*' with 'C-u'Eli Zaretskii2023-11-291-6/+8
* | Adjust affected callers of derived-mode-p` to use the new conventionStefan Monnier2023-11-231-4/+2
* | Add toggle-window-dedicated command and mode-line-window-dedicatedSpencer Baugh2023-10-251-0/+59
* | (buffer-match-p): Replace `&optional` with `&rest` (bug#65797)Stefan Monnier2023-10-201-4/+2
* | ; Grammar fixes ("allow to" et al)Stefan Kangas2023-09-171-2/+2
* | Correct many instances of ``allows to''Po Lu2023-09-101-2/+2
* | Use ensure-list in many more placesStefan Kangas2023-08-271-2/+1
* | Avoid errors in posn-col-row if fonts disappear from an X serverPo Lu2023-08-221-9/+14
* | Prevent tex-shell buffer from reusing same windowRobert Pluim2023-07-131-1/+2
* | Fix 'toggle-side-windows' with 3 or more side windowsMartin Rudalics2023-07-081-2/+12
* | Merge from origin/emacs-29Eli Zaretskii2023-06-171-0/+8
|\ \ | |/
| * ; Fix previous changeRobert Pluim2023-06-121-1/+1
| * Fix tex-mode display-buffer issuesEli Zaretskii2023-06-111-0/+8
* | Merge from origin/emacs-29Eli Zaretskii2023-05-261-1/+1
|\ \ | |/
| * Split windows horizontally in places that use split to create a new window.Juri Linkov2023-05-191-1/+1
* | Merge from origin/emacs-29Stefan Kangas2023-03-291-8/+8
|\ \ | |/
| * ; Fix incompatibility in 'display-buffer-assq-regexp'Eli Zaretskii2023-03-281-8/+8
* | Merge from origin/emacs-29Stefan Monnier2023-03-271-6/+10
|\ \ | |/
| * Fix accidental backward-incompatible change (bug#62417)João Távora2023-03-271-6/+10
* | Merge from origin/emacs-29Stefan Kangas2023-03-051-0/+4
|\ \ | |/
| * ; More accurate doc strings for 'window-at' and 'window-at-x-y'.Eli Zaretskii2023-03-041-0/+4
* | Merge from origin/emacs-29Stefan Kangas2023-02-191-26/+143
|\ \ | |/
| * Fix 'display-buffer-use-least-recent-window'martin rudalics2023-02-181-26/+143
* | Move side-effect-free and pure declarations to function definitionsMattias Engdegård2023-02-171-0/+9
|/
* 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