summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Handle persistence of windows' scroll bar and fringes settings (Bug#36193)Martin Rudalics2019-07-221-19/+20
* | Have 'display-buffer-reuse-window' prefer window on selected frame (Bug#36680)Martin Rudalics2019-07-191-9/+22
* | Revert "* lisp/calc/calc-ext.el (math-scalarp): Fix typo"Stefan Monnier2019-06-261-1/+1
* | * lisp/calc/calc-ext.el (math-scalarp): Fix typoStefan Monnier2019-06-261-1/+1
* | Make winner restore point in all windows that display a bufferTino Calancha2019-06-251-0/+39
* | Merge from origin/emacs-26Glenn Morris2019-06-151-7/+15
|\ \ | |/
| * Fix description of 'display-buffer-in-previous-window' again (Bug#36161)Martin Rudalics2019-06-121-7/+15
* | Merge from origin/emacs-26Glenn Morris2019-06-111-2/+5
|\ \ | |/
| * Fix doc of 'display-buffer-in-previous-window' (Bug#36161)Martin Rudalics2019-06-111-2/+5
* | Add missing indentation declaration to a few macros.Philipp Stephani2019-06-111-3/+3
* | Consider line spacing and font height when deriving proc window sizeJohn Shahid2019-06-071-2/+4
* | Go back to "Maintainer: emacs-devel@gnu.org"Paul Eggert2019-05-251-0/+1
* | Fixes for "Maintainer:" and related linesPaul Eggert2019-05-191-1/+0
* | New buffer display action function 'display-buffer-in-direction'Martin Rudalics2019-05-191-0/+148
* | Use display-graphic-p and display-multi-frame-p in more casesAlexander Gramiak2019-04-061-1/+3
* | Rewrite minibuffer window resizing codeMartin Rudalics2019-03-111-1/+7
* | Merge from origin/emacs-26Glenn Morris2019-03-091-3/+21
|\ \ | |/
| * Provide more details in doc-string of 'delete-windows-on' (Bug#34749)Martin Rudalics2019-03-081-3/+15
| * Improve documentation of 'delete-windows-on'Eli Zaretskii2019-03-081-0/+6
| * * lisp/window.el (fit-frame-to-buffer): Make doc-string more accurate.Martin Rudalics2019-03-061-4/+7
* | ; * lisp/window.el (fit-frame-to-buffer): Fix once more.Martin Rudalics2019-03-061-1/+1
* | * lisp/window.el (fit-frame-to-buffer): Make doc-string more accurate.Martin Rudalics2019-03-061-4/+7
* | Fix handling of 'window-combination-resize' with fixed-size windowsMartin Rudalics2019-03-061-11/+33
* | Fix interactive spec of some functions in window.el (Bug#34749)Martin Rudalics2019-03-051-3/+3