summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* (window--display-buffer-2): Fix previous changes.Glenn Morris2009-12-011-3/+1
* (window-to-use): Define for compiler.Glenn Morris2009-12-011-1/+4
* Add defcustom to define the cycling order of `recenter-top-bottom'. (Bug#4981)Juri Linkov2009-11-291-30/+56
* Really make the *Completions* window soft-dedicated (bug#5030).Stefan Monnier2009-11-251-7/+7
* (move-to-window-line-last-op): Remove.Stefan Monnier2009-11-231-12/+8
* (move-to-window-line-last-op): New var.Stefan Monnier2009-11-231-0/+33
* * window.el (display-buffer-mark-dedicated): New var.Stefan Monnier2009-11-191-4/+13
* * x-dnd.el (x-dnd-maybe-call-test-function):Stefan Monnier2009-11-131-2/+1
* Convert comments about autoloads into autoload comments.Glenn Morris2009-10-151-2/+3
* (window-full-height-p): Add doc string.Glenn Morris2009-10-041-0/+4
* Martin Rudalics <rudalics at gmx.at>Glenn Morris2009-10-041-0/+6
* Define risky-local-variable property here rather than in files.el.Glenn Morris2009-08-261-0/+2
* (split-window-sensibly): New function.Martin Rudalics2009-05-071-61/+111
* Remove experimental code inadvertently introduced when reverting theMartin Rudalics2009-01-161-56/+0
* (special-display-p): Revert 2009-01-14 change.Martin Rudalics2009-01-151-14/+72
* (special-display-buffer-names)Martin Rudalics2009-01-141-130/+173
* (special-display-buffer-names)Martin Rudalics2009-01-091-8/+8
* (display-buffer): Fix last fix.Martin Rudalics2009-01-051-4/+3
* Add 2009 to copyright years.Glenn Morris2009-01-051-1/+1
* (display-buffer): When a buffer is displayed in theMartin Rudalics2009-01-041-4/+10
* (set-window-text-height): Fix doc-string.Martin Rudalics2008-12-211-1/+1
* (fit-window-to-buffer): Return non-nil when heightMartin Rudalics2008-12-121-4/+10
* (fit-window-to-buffer): Use with-selected-window andMartin Rudalics2008-12-111-74/+88
* (display-buffer): Fix handling of not-this-windowMartin Rudalics2008-11-271-8/+25
* (window--frame-usable-p): Consider dedicated windows as usable.Stefan Monnier2008-11-181-1/+6
* (quit-window): Bind window to selected window whenMartin Rudalics2008-11-171-1/+2
* (window--frame-usable-p): Allow use for soft-dedication.Stefan Monnier2008-11-171-3/+4
* Fix EOLs broken with last commit.Martin Rudalics2008-11-151-1674/+1674
* (quit-window): Restore delete window with secondMartin Rudalics2008-11-151-1672/+1674
* (quit-window): Restore prefix argument behaviorMartin Rudalics2008-11-051-1/+3
* (save-selected-window): Make it behave likeMartin Rudalics2008-11-041-35/+15
* (save-selected-window-norecord): New macroMartin Rudalics2008-11-021-13/+41
* (window-body-height, window-current-scroll-bars)Martin Rudalics2008-10-311-166/+182
* (quit-window): Simplify code. Say in doc-stringMartin Rudalics2008-10-301-42/+24
* (get-buffer-window-list): Rename buffer argument toMartin Rudalics2008-10-251-4/+9
* (enlarge-window-horizontally, shrink-window-horizontally):Martin Rudalics2008-10-191-6/+10
* (pop-to-buffer): Fix misplacement of arg norecord inMartin Rudalics2008-10-101-2/+2
* (pop-up-frames): Add choice graphic-only.Martin Rudalics2008-10-091-5/+19
* (window--display-buffer-1): Don't care aboutMartin Rudalics2008-10-031-4/+2
* (pop-to-buffer): Select window before callingMartin Rudalics2008-09-131-4/+3