summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* Allow split-window-sensibly to split threshold in further edge caseJoão Távora2017-11-031-11/+24
* Don't allow (minibuffer-window-active-p nil) to return tMartin Rudalics2017-10-281-1/+1
* Fix some duplicate words typosGlenn Morris2017-10-271-1/+1
* Fix some doc typosGlenn Morris2017-10-271-1/+1
* Fix some ‘window-normalize-’ prefixed functions (Bug#28947)Martin Rudalics2017-10-231-15/+31
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Fix two side window problems noted by Alex (Bug#27999)Martin Rudalics2017-08-191-6/+6
* Fix doc-string of `delete-other-windows'Martin Rudalics2017-08-071-9/+9
* * lisp/window.el (display-buffer--special-action): Use a closure.Stefan Monnier2017-07-071-3/+3
* Spelling fixesPaul Eggert2017-07-061-1/+1
* Provide additional support for child framesMartin Rudalics2017-06-251-197/+418
* Fix bugs in `with-displayed-buffer-window' and `fit-window-to-buffer'Martin Rudalics2017-04-151-11/+25
* New internal-border face and args for select-window and x-focus-frameMartin Rudalics2017-04-121-1/+1
* Add new frame parameters and associated functionsMartin Rudalics2017-04-121-76/+93
* In `window--display-buffer' fix behavior reported in Bug#25946martin rudalics2017-03-051-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Strengthen conditions for resizing sibling windows (Bug#25169)Martin Rudalics2016-12-121-2/+2
* | Update parameter :version to 26.1 in several defcustomTino Calancha2016-11-171-1/+1
* | Document atomic windows in Elisp manual (Bug#18170)Martin Rudalics2016-10-171-1/+1
* | Document return value of `display-buffer-in-side-window'Martin Rudalics2016-10-051-2/+2
* | Document and fix some bugs with side windowsMartin Rudalics2016-10-051-284/+622
* | In `pop-to-buffer' handle case where `display-buffer' fails (Bug#24332)Martin Rudalics2016-08-301-21/+26
* | Merge from origin/emacs-25Paul Eggert2016-08-221-7/+18
|\ \ | |/
| * Facultatively ignore margins when splitting and resizing windows (Bug#24193)Martin Rudalics2016-08-161-7/+18
* | Don't let window start override window point in `window-state-put' (Bug#24240)Andreas Politz2016-08-181-1/+3
* | Fix docs on `display-buffer-below-selected' (Bug#24213)Martin Rudalics2016-08-131-3/+5
* | Spelling and minor grammar fixesPaul Eggert2016-08-051-1/+1
* | * lisp/window.el: Use lexical-bindingStefan Monnier2016-08-021-56/+32
* | * lisp/window.el (switch-to-buffer-preserve-window-point): Bump :version.Mark Oteiza2016-06-161-1/+1
* | Preserve buffer point in windows by default (Bug#4041).Mark Oteiza2016-05-271-1/+1
* | Merge from origin/emacs-25Paul Eggert2016-05-011-28/+30
|\ \ | |/
| * Fix the MSDOS buildEli Zaretskii2016-04-301-10/+11
| * * lisp/window.el (window--process-window-list): No-op if no processes.Glenn Morris2016-04-271-18/+19
| * Fix bug#22891: wrong terminal width when a fringe width is zero.Anders Lindgren2016-04-271-2/+2
* | Fix bug#22891: wrong terminal width when a fringe width is zero.Anders Lindgren2016-04-261-2/+2
* | Merge from origin/emacs-25Paul Eggert2016-04-181-2/+12
|\ \ | |/
| * Fix minor issues with removing left or right fringesEli Zaretskii2016-04-161-2/+12
* | Merge from origin/emacs-25John Wiegley2016-03-111-16/+31
|\ \ | |/
| * Fix previous fix of enlarge-/shrink-windowMartin Rudalics2016-03-041-16/+31
* | Add new function display-buffer-reuse-mode-windowNicolas Richard2016-03-101-0/+65
|/
* Fix bugs in window resizing codeMartin Rudalics2016-02-181-13/+13
* c:/emacs-git/next/ChangeLogMartin Rudalics2016-01-291-1/+1
* Expunge "allow" + infinitive without direct object from source and doc.Alan Mackenzie2016-01-241-1/+1
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Spelling fix: prefer "cooperate" to "co-operate"Paul Eggert2015-12-201-1/+1
* Rename `recenter-group' to `recenter-window-group'scratch/followAlan Mackenzie2015-12-181-6/+6
* Replace GROUP argument in six window primitives by new functions.Alan Mackenzie2015-12-141-11/+146
* First commit to scratch/follow. Make Isearch work with Follow Mode, etc.Alan Mackenzie2015-12-041-0/+11
* * lisp/window.el (split-window): Don't sanitize sizes when SIZE is non-nil.Martin Rudalics2015-11-291-2/+3