aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/window.el (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix docstring quoting problems with ‘ '’Paul Eggert2015-11-171-5/+5
* ; lisp/window.el (display-buffer-at-bottom): Fix indentationJuanma Barranquero2015-11-171-1/+1
* Fix some more docstring etc. quoting problemsPaul Eggert2015-09-031-1/+1
* Spelling fixesPaul Eggert2015-08-251-1/+1
* In ‘adjust-window-trailing-edge’ fix bug with size-preserved windows.Martin Rudalics2015-08-221-4/+10
* Clarify documentation of 'get-buffer-window-list'Eli Zaretskii2015-08-211-2/+2
* Don't quote symbols 'like-this' in docstrings etc.Paul Eggert2015-08-201-6/+6
* Move window edge functions to Elisp.Martin Rudalics2015-08-191-0/+128
* lisp/window.el: fix typo, more `display-buffer-use-some-frame'Stephen Leake2015-08-071-1/+3
* Add support for 'inhibit-same-window in 'display-buffer-use-some-frame'Stephen Leake2015-08-071-5/+9
* Add docs for display-buffer action display-buffer-use-some-frameStephen Leake2015-07-291-9/+7