summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAge
* Add optional ALL-FRAMES arfument to count-windowsJen-Chieh Shen2020-08-18
* Remove some compat code from window.elLars Ingebrigtsen2020-08-18
* * lisp/window.el (display-buffer-override-next-command): Add ECHO arg.Juri Linkov2020-07-19
* Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)Juri Linkov2020-07-01
* Push action to list of functions in display-buffer-override-next-commandJuri Linkov2020-06-25
* Fix display-buffer-override-next-command to call action only once (bug#39722)Juri Linkov2020-06-22
* New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)Juri Linkov2020-06-22
* The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)Juri Linkov2020-06-07
* Fix 'count-screen-lines' when lines are truncatedEli Zaretskii2020-05-02
* * lisp/window.el (display-buffer): Extend doc with body-function (bug#39822)Juri Linkov2020-04-03
* Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-30
* Add store/restore window configuration feature for gdb-miYuan Fu2020-03-15
* * lisp/window.el: Avoid `called-interactively-p`.Stefan Monnier2020-03-10
* Merge from origin/emacs-27Glenn Morris2020-03-07
|\
| * Fix args in 'window-text-pixel-size' call in 'fit-window-to-buffer'Justin Burkett2020-03-05
* | New command make-frame-on-current-monitor to use in windmove (bug#39875)Juri Linkov2020-03-06
* | Merge from origin/emacs-27Glenn Morris2020-03-04
|\|
| * Fix fit-frame-to-buffer for multi-monitor setupSergey Trofimov2020-03-01
* | Use quit-restore-window to close tab (bug#39446)Juri Linkov2020-02-10
|/
* Improve doc-strings of 'quit-window' and 'quit-restore-window' (Bug#38819)Martin Rudalics2020-01-05
* Update copyright year to 2020Paul Eggert2020-01-01
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-03
* Fix previous change to (next|previous)-bufferJuanma Barranquero2019-11-26
* (next|previous)-buffer no longer fail silently (bug#38384)Juanma Barranquero2019-11-26
* 2019-11-26 Martin Rudalics <rudalics@gmx.at>Martin Rudalics2019-11-26
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-08
* In 'bury-buffer' don't try to remove current buffer from minibuffer windowMartin Rudalics2019-10-17
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-17
* Fix bug recently introduced in 'fit-window-to-buffer' (Bug#37743)Martin Rudalics2019-10-14
* * lisp/window.el (next-buffer, previous-buffer): Add repeat count arg.Juri Linkov2019-10-14
* Minor fixes for switching to previous and next buffers (Bug#37514)Martin Rudalics2019-10-11
* Fixes for fitting windows and frames to their buffers (Bug#37563)Martin Rudalics2019-10-11
* Merge branch 'feature/tabs'Juri Linkov2019-10-01
|\
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-31
* | * lisp/window.el (walk-windows): Simplify to use WINDOW arg of window-list-1Juri Linkov2019-09-19
|/
* Run quit-window-hook from the correct bufferLars Ingebrigtsen2019-08-23
* Call `quit-window-hook' in the `quit-window' command onlyLars Ingebrigtsen2019-08-21
* Add a new hook: `quit-window-hook'Lars Ingebrigtsen2019-08-19
* Issue a message on `C-x o' and there's no other windowLars Ingebrigtsen2019-08-17
* Issue a message on `C-x 1' when there's nothing to doLars Ingebrigtsen2019-08-17
* Fix doc-strings of 'display-buffer-*' functions (Bug#19461)Martin Rudalics2019-08-05
* Improve documentation of 'display-buffer-*' functionsEli Zaretskii2019-08-03
* Merge from origin/emacs-26Glenn Morris2019-07-30
|\
| * Fix doc-string of 'fit-window-to-buffer' (Bug#36848)Martin Rudalics2019-07-30
* | Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-22
* | Have 'display-buffer-reuse-window' prefer window on selected frame (Bug#36680)Martin Rudalics2019-07-19
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-26
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-26
* | Make winner restore point in all windows that display a bufferTino Calancha2019-06-25
* | Merge from origin/emacs-26Glenn Morris2019-06-15
|\|