aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change the default value of 'split-width-threshold' from 160 to 150Juri Linkov2026-02-161-5/+6
* ; * lisp/window.el (window--frame-landscape-p): Tweak wording.Sean Whitton2026-02-051-1/+1
* ; * lisp/window.el (window--frame-landscape-p): Improve docstring.Sean Whitton2026-01-291-2/+3
* Use frame-pixel-width/height to determine if frame is landscapeSpencer Baugh2026-01-291-1/+11
* Support cons cell for 'line-spacing'Daniel Mendler2026-01-241-5/+11
* Fix thinko in 'quit-restore-window'Martin Rudalics2026-01-211-2/+7
* ; * lisp/window.el (display-buffer): Fix quotation.Eli Zaretskii2026-01-031-3/+3
* Document more display actions in `display-buffer' (bug#80092)Phil Sainty2026-01-031-23/+34
* Improve documentation for tab-bar buffer display actions (bug#80092)Phil Sainty2026-01-031-0/+8
* ; Add 2026 to copyright years.Sean Whitton2026-01-011-1/+1
* Merge from origin/emacs-30Eli Zaretskii2025-12-061-5/+44
|\
| * Fix doc string of 'display-buffer'Eli Zaretskii2025-11-301-5/+44
* | (display-buffer-overriding-action): Try and discourage abuseStefan Monnier2025-11-271-2/+7
* | Default split-window-preferred-direction to 'longest'Sean Whitton2025-11-221-11/+12
* | ; Improve documentation of 'clone-of' window parameterMartin Rudalics2025-11-161-8/+12
* | Merge from origin/emacs-30Eli Zaretskii2025-10-181-1/+4
|\ \ | |/
| * ; Improve documentation of commands that split current windowEli Zaretskii2025-10-181-1/+4
* | * lisp/window.el (display-buffer-alist): Fix :key-type (bug#79496).Eli Zaretskii2025-09-241-5/+2
* | Add 'other-window-backward' for a default binding (bug#78803)James Thomas2025-08-021-4/+10
* | * lisp/window.el (window--quit-restore-select-window): Use 'select-frame'.Juri Linkov2025-07-271-1/+1
* | Merge from origin/emacs-30Eli Zaretskii2025-07-261-1/+2
|\ \ | |/
| * ; Fix documentation of 'other-window'Eli Zaretskii2025-07-261-1/+2
* | Improve documentation of 'quit-window'Eli Zaretskii2025-07-211-10/+13
* | Merge from origin/emacs-30Sean Whitton2025-07-161-1/+1
|\ \ | |/
| * ; * lisp/window.el (window-state-put): Fix a typo (bug#79013).Eli Zaretskii2025-07-141-1/+1
| * Update copyright year to 2025Stefan Kangas2025-01-021-1/+1
* | Handle multiple mouse events in display-buffer-override-next-commandJuri Linkov2025-07-091-3/+9
* | Don't ignore mouse release event in display-buffer-override-next-commandJuri Linkov2025-07-031-6/+9
* | Have 'split-window' forget previous window height (Bug#78835)Martin Rudalics2025-06-201-0/+10
* | Fix thinko in 'fit-frame-to-buffer-1' (Bug#78418)Martin Rudalics2025-05-191-8/+8
* | Move documentation of this-command buffer display condition entrySean Whitton2025-05-021-5/+0
* | ; Fix wording of recently added documentationEli Zaretskii2025-05-011-2/+2
* | New this-command buffer display action alist entrySean Whitton2025-05-011-0/+5
* | Bind new window layout commands under C-x wSean Whitton2025-04-181-1/+34
* | Don't switch to another frame if window is not on the selected frame.Juri Linkov2025-04-171-5/+12
* | * lisp/window.el (window-deletable-p): Improve tab handling.Juri Linkov2025-04-031-9/+11
* | Improve logic of tab handling when quitting windows (bug#71386)Juri Linkov2025-03-311-7/+20
* | ; Twice mention 'tab' value in buffer display doc-strings (Bug#71386)Martin Rudalics2025-03-311-3/+5
* | ; Fix last change (bug#76980)Eli Zaretskii2025-03-221-1/+1
* | 'window-state-normalize-buffer-name' option for `uniquify' buffersshipmints2025-03-221-3/+22
* | Fix setting dedicatedness of WINDOW in 'window--display-buffer' (Bug#76911)Martin Rudalics2025-03-101-1/+2
* | Ignore dedicated windows in 'display-buffer-reuse-mode-window'Trevor Murphy2025-03-011-0/+2
* | Optionally have 'display-buffer' reuse windows of indirect buffersMartin Rudalics2025-02-241-23/+84
* | Implement new user option 'quit-window-kill-buffer' (Bug#76248)Martin Rudalics2025-02-231-5/+28
* | When ignoring parameters let 'split-window' split root window (Bug#76317)Martin Rudalics2025-02-171-0/+2
* | Delete redundant lambdas around unary functionsStefan Kangas2025-02-111-2/+1
* | Prioritize split along the longest edge by default.Nicolas Despres2025-02-081-24/+66
* | In 'replace-buffer-in-windows' try to preserve current buffer (Bug#75949)Martin Rudalics2025-01-311-1/+6
* | Take the tab-line into account when computing the window edgesSteven Allen2025-01-161-1/+2
* | Have 'split-window' optionally resurrect deleted windowsMartin Rudalics2025-01-101-20/+61