summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* Some more fixes of buffer display functions.martin rudalics2011-06-281-19/+25
* Use window- prefix more consistently. Fix two buffer display bugs.martin rudalics2011-06-271-52/+52
* Use better names for window-next/-prev and window-vchild/-hchild.martin rudalics2011-06-271-27/+28
* Fix some more display-buffer related bugs.martin rudalics2011-06-261-47/+94
* Fix display-buffer related bugs reported by Thierry Volpiatto.martin rudalics2011-06-231-63/+67
* Normalize SIDE argument of split-window (Bug#8916).martin rudalics2011-06-221-1/+5
* Remove preset entries for pop-up-frame-alist from window.el defaults.martin rudalics2011-06-221-4/+1
* Don't make popup frames unsplittable by default.martin rudalics2011-06-211-8/+9
* Fix last fix of display-buffer-normalize-options.martin rudalics2011-06-211-4/+5
* Handle old buffer display options more faithfully.martin rudalics2011-06-211-52/+61
* Restore old behavior of get-window-with-predicate and get-buffer-window-list.martin rudalics2011-06-201-9/+16
* Regroup clauses in display-buffer-normalize-options (Bug#8851) and (Bug#8856).martin rudalics2011-06-191-11/+11
* Provide functions for saving window configurations as Lisp objects.martin rudalics2011-06-191-0/+305
* Sanitize processing of display specifiers; new option frame-auto-delete.martin rudalics2011-06-191-38/+98
* One more fix for display-buffer-normalize-specifiers-1.martin rudalics2011-06-181-1/+2
* Additional fixes in handling of buffer display specifiers.martin rudalics2011-06-181-5/+16
* Update doc-string of display-buffer-alist.martin rudalics2011-06-171-0/+8
* Rewrite display-buffer-alist and display-buffer-normalize-specifiers.martin rudalics2011-06-171-41/+90
* Fix handling of old `display-buffer' options (bug#8851) (bug#8856).martin rudalics2011-06-171-146/+52
* Fix two typos in same-window-p.martin rudalics2011-06-171-2/+2
* Have enlarge-/shrink-window not report errors in most cases (bug#8862).martin rudalics2011-06-161-3/+25
* Never ever pop up a new frame in noninteractive mode (bug#8857).martin rudalics2011-06-161-3/+4
* Fix doc-strings of switch-to-buffer family functions (bug#8875).martin rudalics2011-06-161-8/+8
* Improve cohabitation of pop-up-frames and second argument of display-buffer (...martin rudalics2011-06-161-18/+16
* Don't encourage the use of display-buffer-alist from Elisp code.Stefan Monnier2011-06-151-17/+17
* Don't let display-buffer pop up new frames by default (bug#8857).martin rudalics2011-06-151-7/+5
* Install new buffer display functions and variables.martin rudalics2011-06-131-531/+2599
* Restore window-safely-shrinkable-p but avoid using it in calendar.el.martin rudalics2011-06-121-0/+14
* Window configuration, balancing and fit-to-buffer rewrites.martin rudalics2011-06-111-400/+354
* Move/add window-buffer-related functions to window.el.martin rudalics2011-06-111-29/+739
* Move window resize code from window.c to window.el.martin rudalics2011-06-101-99/+727
* Final preparations in window.el for new window resize code.martin rudalics2011-06-091-0/+539
* A few new functions and rewrites in window.el.martin rudalics2011-06-081-75/+222
* window-height, window-width, and window-full-width-p are now in window.el.martin rudalics2011-06-081-0/+6
* Add and rewrite window size functions in window.el.martin rudalics2011-06-071-24/+457
* Move get-lru-window and get-largest-window to window.el.martin rudalics2011-06-071-13/+100
* Add window-tree based, atomic and side window functions to window.el.martin rudalics2011-06-061-9/+428
* lisp/*.el: Lexical-binding cleanup.Juanma Barranquero2011-04-191-2/+2
* Doc fixes for bug#5567 (tiny change)Michael Shields2011-03-051-10/+13
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Nuke arch-tags.Glenn Morris2011-01-151-1/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Merge changes from emacs-23 branch.Juanma Barranquero2010-09-281-4/+4
|\ \ | |/
| * lisp/window.el (walk-windows): Doc fix (bug#7105).Juanma Barranquero2010-09-261-4/+4
* | Use `declare' in defmacros.Stefan Monnier2010-08-301-0/+1
* | Add "Package:" file headers to denote built-in packages.Chong Yidong2010-08-291-0/+1
* | * window.el (pop-to-buffer): Remove the conditional thatMartin Rudalics2010-06-071-9/+6
* | Move scrolling commands from simple.el to window.elJuri Linkov2010-04-161-0/+149
|/
* Fix typos in docstrings.Juanma Barranquero2010-01-141-5/+5