summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* Merge from origin/emacs-27Glenn Morris2020-10-021-1/+1
|\
| * ; Fix many typos in symbols in docs and commentsStefan Kangas2020-10-021-1/+1
* | Fix check for derived modes in display-buffer-reuse-mode-windowTrevor Murphy2020-10-021-1/+1
* | Fix recent change to window-max-chars-per-lineLars Ingebrigtsen2020-09-211-1/+1
* | Fix line width in M-x term on -nw with line numbersLars Ingebrigtsen2020-09-211-1/+2
* | * lisp/window.el: Add provide statementStefan Kangas2020-09-151-0/+2
* | Add optional ALL-FRAMES arfument to count-windowsJen-Chieh Shen2020-08-181-4/+9
* | Remove some compat code from window.elLars Ingebrigtsen2020-08-181-4/+4
* | * lisp/window.el (display-buffer-override-next-command): Add ECHO arg.Juri Linkov2020-07-191-4/+12
* | Bind 'C-x 4 1' to 'same-window-prefix' and document new commands (bug#41691)Juri Linkov2020-07-011-0/+1
* | Push action to list of functions in display-buffer-override-next-commandJuri Linkov2020-06-251-3/+3
* | Fix display-buffer-override-next-command to call action only once (bug#39722)Juri Linkov2020-06-221-2/+9
* | New commands other-window-prefix (C-x 4 4) and other-frame-prefix (C-x 5 5)Juri Linkov2020-06-221-0/+38
* | The key prefix 'C-x t t' displays next command buffer in a new tab (bug#41691)Juri Linkov2020-06-071-0/+41
* | Fix 'count-screen-lines' when lines are truncatedEli Zaretskii2020-05-021-10/+26
* | * lisp/window.el (display-buffer): Extend doc with body-function (bug#39822)Juri Linkov2020-04-031-0/+6
* | Deprecate with-displayed-buffer-window, use body-function instead (bug#39822)Juri Linkov2020-03-301-1/+9
* | Add store/restore window configuration feature for gdb-miYuan Fu2020-03-151-0/+18
* | * lisp/window.el: Avoid `called-interactively-p`.Stefan Monnier2020-03-101-12/+16
* | Merge from origin/emacs-27Glenn Morris2020-03-071-2/+2
|\ \ | |/
| * Fix args in 'window-text-pixel-size' call in 'fit-window-to-buffer'Justin Burkett2020-03-051-2/+2
* | New command make-frame-on-current-monitor to use in windmove (bug#39875)Juri Linkov2020-03-061-5/+5
* | Merge from origin/emacs-27Glenn Morris2020-03-041-6/+7
|\ \ | |/
| * Fix fit-frame-to-buffer for multi-monitor setupSergey Trofimov2020-03-011-6/+7
* | Use quit-restore-window to close tab (bug#39446)Juri Linkov2020-02-101-2/+14
|/
* Improve doc-strings of 'quit-window' and 'quit-restore-window' (Bug#38819)Martin Rudalics2020-01-051-8/+8
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* New functions window-state-buffers and tab-bar-get-buffer-tab (bug#38354)Juri Linkov2019-12-031-0/+9
* Fix previous change to (next|previous)-bufferJuanma Barranquero2019-11-261-2/+4
* (next|previous)-buffer no longer fail silently (bug#38384)Juanma Barranquero2019-11-261-2/+4
* 2019-11-26 Martin Rudalics <rudalics@gmx.at>Martin Rudalics2019-11-261-39/+127
* Fix some quoting glitches in doc stringsPaul Eggert2019-11-081-35/+35
* In 'bury-buffer' don't try to remove current buffer from minibuffer windowMartin Rudalics2019-10-171-2/+5
* lisp/*.el, src/*.c: Doc fixes related to returning t vs non-nilJuanma Barranquero2019-10-171-1/+1
* Fix bug recently introduced in 'fit-window-to-buffer' (Bug#37743)Martin Rudalics2019-10-141-1/+1
* * lisp/window.el (next-buffer, previous-buffer): Add repeat count arg.Juri Linkov2019-10-141-8/+10
* Minor fixes for switching to previous and next buffers (Bug#37514)Martin Rudalics2019-10-111-8/+14
* Fixes for fitting windows and frames to their buffers (Bug#37563)Martin Rudalics2019-10-111-111/+141
* Merge branch 'feature/tabs'Juri Linkov2019-10-011-1/+4
|\
| * Frame-local tab-bar and window-local tab-line.Juri Linkov2019-08-311-1/+4
* | * lisp/window.el (walk-windows): Simplify to use WINDOW arg of window-list-1Juri Linkov2019-09-191-6/+10
|/
* Run quit-window-hook from the correct bufferLars Ingebrigtsen2019-08-231-1/+4
* Call `quit-window-hook' in the `quit-window' command onlyLars Ingebrigtsen2019-08-211-6/+3
* Add a new hook: `quit-window-hook'Lars Ingebrigtsen2019-08-191-2/+15
* Issue a message on `C-x o' and there's no other windowLars Ingebrigtsen2019-08-171-0/+5
* Issue a message on `C-x 1' when there's nothing to doLars Ingebrigtsen2019-08-171-1/+5
* Fix doc-strings of 'display-buffer-*' functions (Bug#19461)Martin Rudalics2019-08-051-124/+186
* Improve documentation of 'display-buffer-*' functionsEli Zaretskii2019-08-031-10/+82
* Merge from origin/emacs-26Glenn Morris2019-07-301-1/+1
|\
| * Fix doc-string of 'fit-window-to-buffer' (Bug#36848)Martin Rudalics2019-07-301-1/+1