aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Update copyright year to 2025Paul Eggert2025-01-011-1/+1
* | Make 'fit-frame-to-buffer' work around size hints (Bug#74866)Martin Rudalics2024-12-231-0/+20
* | Remove obsolete 'display-comint-buffer-action' (bug#74361)Juri Linkov2024-12-041-29/+0
* | Mark if-let and when-let obsoleteSean Whitton2024-10-241-18/+18
* | Fix bug when splitting a frame's root window (Bug#73627)Martin Rudalics2024-10-131-0/+7
* | Fix how 'no-other-window' window parameter is ignored (Bug#73706)Martin Rudalics2024-10-111-55/+56
* | Merge from origin/emacs-30Eli Zaretskii2024-10-051-2/+3
|\ \ | |/
| * ; * lisp/window.el (switch-to-prev-buffer-skip-regexp): Doc fix (bug#73545).Eli Zaretskii2024-10-051-1/+2
| * count-windows: Fix reference to walk-windowsSean Whitton2024-10-041-1/+1
* | For minibuffer windows record minibuffers only (Bug#72487)Martin Rudalics2024-09-111-62/+90
* | Fix two issues with 'window-deletable-p'Martin Rudalics2024-08-211-19/+12
* | Fix regression in 'todo-test-todo-quit02'Martin Rudalics2024-08-011-3/+4
* | Improve window/buffer handling codeMartin Rudalics2024-08-011-155/+291
|/
* Fix some function type declarationAndrea Corallo2024-07-241-2/+2
* Fix documentation of 'balance-windows'Eli Zaretskii2024-07-061-5/+6
* Fix a bug in 'switch-to-buffer'Martin Rudalics2024-06-231-2/+7
* Fix display-buffer-override-next-command (bug#71654)Rodrigo Kassick2024-06-191-0/+3
* ; Fix typosStefan Kangas2024-06-161-1/+1