summaryrefslogtreecommitdiff
path: root/lisp/window.el
Commit message (Collapse)AuthorAgeFilesLines
* (handle-select-window): Revert part of 2007-10-06Martin Rudalics2007-10-121-4/+0
| | | | change setting the input focus.
* (mouse-autoselect-window-cancel): Don't cancel forMartin Rudalics2007-10-061-29/+38
| | | | | | select-window or select-frame events. (handle-select-window): When autoselecting window set input focus. Restructure.
* Replace `iff' in doc-strings and comments.Glenn Morris2007-08-081-5/+5
|
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
|
* Add 2007 to copyright years.Glenn Morris2007-01-211-1/+1
|
* (mouse-autoselect-window-now): Remove variable.Eli Zaretskii2006-11-051-45/+55
| | | | | | | | (mouse-autoselect-window-state): New variable. (mouse-autoselect-window-start, mouse-autoselect-window-cancel) (mouse-autoselect-window-select, handle-select-window): Rewritten to make mouse-autoselect-window-timer a one-shot timer. Suspend delayed autoselection during menu or popup dialog.
* (kill-buffer-and-window): Fix a bug where an abortedDavid Kastrup2006-10-201-7/+15
| | | | operation would still cause some window to collapse later.
* * window.el (mouse-autoselect-window-timer)Chong Yidong2006-09-081-10/+123
| | | | | | | | | | | | | | | | | (mouse-autoselect-window-position) (mouse-autoselect-window-window) (mouse-autoselect-window-now): New vars. (mouse-autoselect-window-cancel) (mouse-autoselect-window-select) (mouse-autoselect-window-start): New functions. (handle-select-window): Call `mouse-autoselect-window-start' when delayed window autoselection is enabled. * cus-start.el (mouse-autoselect-window): Handle delayed window autoselection. * emacs-lisp/eldoc.el: Add `handle-select-window' to the set of commands after which it is allowed to print in the echo area.
* (bw-get-tree): Don't integerp subtree if it's nil.Eli Zaretskii2006-07-291-3/+4
|
* (set-window-text-height): Only set window-min-height toStefan Monnier2006-07-021-1/+5
| | | | 1 if that's the requested size.
* (fit-window-to-buffer): Doc fix.Richard M. Stallman2006-05-301-1/+1
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
|
* (bw-dir, bw-eqdir, balance-windows, split-window-keep-point):Juanma Barranquero2006-01-301-16/+16
| | | | Fix typos in docstrings.
* (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)Eli Zaretskii2005-12-101-68/+194
| | | | | | (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir) (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions. (balance-windows): Rewrite using the above new functions.
* (balance-windows): Delete extraneous third arg to `enlarge-window'.Romain Francoise2005-12-061-1/+1
|
* (get-buffer-window-list): Moved from subr.el.Richard M. Stallman2005-10-221-0/+12
|
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-2/+2
|
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* Fix previous change.Richard M. Stallman2005-06-251-1/+1
|
* (save-selected-window): Use save-current-buffer.Richard M. Stallman2005-06-251-13/+21
|
* (window-current-scroll-bars): Fix typos in docstring.Juanma Barranquero2005-06-101-2/+2
|
* (shrink-window-if-larger-than-buffer): Fix typo in docstring.Juanma Barranquero2005-06-091-1/+1
|
* (window-size-fixed): Fix typo in docstring.Juanma Barranquero2005-06-091-1/+1
|
* (quit-window, shrink-window-if-larger-than-buffer): Doc fixes.Juanma Barranquero2005-05-241-3/+2
|
* (window-size-fixed): New defvar.Richard M. Stallman2005-04-231-0/+9
|
* (window-buffer-height): Use count-screen-lines.Stefan Monnier2005-03-281-14/+7
|
* (handle-select-window): Don't switch window when we're in the minibuffer.Stefan Monnier2005-01-201-2/+8
|
* (window-buffer-height): Call compute-motion with nil width.Kim F. Storm2004-08-021-1/+1
|
* (save-selected-window, one-window-p)Luc Teirlinck2004-07-111-13/+28
| | | | | (split-window-keep-point, split-window-vertically) (split-window-horizontally): Doc fixes.
* Comment change.Richard M. Stallman2004-05-291-0/+3
|
* (split-window-save-restore-data):Richard M. Stallman2004-04-201-2/+3
| | | | Don't update the data if OLD-INFO is nil.
* (window-safely-shrinkable-p): Don't change the buffer-list.Stefan Monnier2004-02-091-8/+6
| | | | Don't allow shrink if there's a window on our right.
* (window-current-scroll-bars): New defun.Kim F. Storm2003-09-241-0/+17
|
* (kill-buffer-and-window): Remove `yes-or-no-p' so thatRichard M. Stallman2003-09-121-5/+12
| | | | the function is less noisy. Now only `kill-buffer' can ask questions.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (save-selected-window): Save and restore selected windows of all frames.Richard M. Stallman2002-12-231-3/+12
|
* (split-window-save-restore-data): Use push and with-current-buffer.Stefan Monnier2002-08-151-8/+7
| | | | | (handle-select-window): Don't do anything if the window has disappeared since the event was generated.
* Update copyright.Pavel Janík2002-04-011-1/+1
|
* (handle-select-window): New function.Pavel Janík2002-04-011-0/+8
|
* (balance-windows): Fix misplaced parenthesis.Andreas Schwab2002-02-031-2/+2
|
* (save-selected-window): Move macro before first use.Andreas Schwab2002-02-031-10/+10
|
* (window-body-height): Handle minibuffer window specially.Richard M. Stallman2002-01-211-4/+6
| | | | Otherwise, don't return less than 1.
* (window-body-height): New function.Richard M. Stallman2002-01-181-0/+9
|
* (balance-windows): Use new PRESERVE-BEFORE argRichard M. Stallman2001-12-251-37/+61
| | | | | | | to enlarge-window. Use save-selected-window. Don't try to resize windows that end at the bottom "level". Retry changing the sizes until the windows get the desired sizes. Discount the minibuffer when computing total height available.
* (save-selected-window): No error if saved window is dead.Richard M. Stallman2001-11-261-2/+5
|
* (get-window-with-predicate): Renamed from some-window.Gerd Moellmann2001-09-071-1/+4
| | | | (some-window): Make it an alias.
* Add Keywords header.Gerd Moellmann2001-09-041-0/+1
|
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-2/+1
|
* (shrink-window-if-larger-than-buffer): Handle frameGerd Moellmann2001-03-081-3/+8
| | | | parameter `(minibuffer . t)'.