Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
| | |||||
* | (mouse-autoselect-window-now): Remove variable. | Eli Zaretskii | 2006-11-05 | 1 | -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 aborted | David Kastrup | 2006-10-20 | 1 | -7/+15 |
| | | | | operation would still cause some window to collapse later. | ||||
* | * window.el (mouse-autoselect-window-timer) | Chong Yidong | 2006-09-08 | 1 | -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 Zaretskii | 2006-07-29 | 1 | -3/+4 |
| | |||||
* | (set-window-text-height): Only set window-min-height to | Stefan Monnier | 2006-07-02 | 1 | -1/+5 |
| | | | | 1 if that's the requested size. | ||||
* | (fit-window-to-buffer): Doc fix. | Richard M. Stallman | 2006-05-30 | 1 | -1/+1 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
| | |||||
* | (bw-dir, bw-eqdir, balance-windows, split-window-keep-point): | Juanma Barranquero | 2006-01-30 | 1 | -16/+16 |
| | | | | Fix typos in docstrings. | ||||
* | (bw-get-tree, bw-get-tree-1, bw-find-tree-sub) | Eli Zaretskii | 2005-12-10 | 1 | -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 Francoise | 2005-12-06 | 1 | -1/+1 |
| | |||||
* | (get-buffer-window-list): Moved from subr.el. | Richard M. Stallman | 2005-10-22 | 1 | -0/+12 |
| | |||||
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-06 | 1 | -2/+2 |
| | |||||
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
| | |||||
* | Fix previous change. | Richard M. Stallman | 2005-06-25 | 1 | -1/+1 |
| | |||||
* | (save-selected-window): Use save-current-buffer. | Richard M. Stallman | 2005-06-25 | 1 | -13/+21 |
| | |||||
* | (window-current-scroll-bars): Fix typos in docstring. | Juanma Barranquero | 2005-06-10 | 1 | -2/+2 |
| | |||||
* | (shrink-window-if-larger-than-buffer): Fix typo in docstring. | Juanma Barranquero | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (window-size-fixed): Fix typo in docstring. | Juanma Barranquero | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (quit-window, shrink-window-if-larger-than-buffer): Doc fixes. | Juanma Barranquero | 2005-05-24 | 1 | -3/+2 |
| | |||||
* | (window-size-fixed): New defvar. | Richard M. Stallman | 2005-04-23 | 1 | -0/+9 |
| | |||||
* | (window-buffer-height): Use count-screen-lines. | Stefan Monnier | 2005-03-28 | 1 | -14/+7 |
| | |||||
* | (handle-select-window): Don't switch window when we're in the minibuffer. | Stefan Monnier | 2005-01-20 | 1 | -2/+8 |
| | |||||
* | (window-buffer-height): Call compute-motion with nil width. | Kim F. Storm | 2004-08-02 | 1 | -1/+1 |
| | |||||
* | (save-selected-window, one-window-p) | Luc Teirlinck | 2004-07-11 | 1 | -13/+28 |
| | | | | | (split-window-keep-point, split-window-vertically) (split-window-horizontally): Doc fixes. | ||||
* | Comment change. | Richard M. Stallman | 2004-05-29 | 1 | -0/+3 |
| | |||||
* | (split-window-save-restore-data): | Richard M. Stallman | 2004-04-20 | 1 | -2/+3 |
| | | | | Don't update the data if OLD-INFO is nil. | ||||
* | (window-safely-shrinkable-p): Don't change the buffer-list. | Stefan Monnier | 2004-02-09 | 1 | -8/+6 |
| | | | | Don't allow shrink if there's a window on our right. | ||||
* | (window-current-scroll-bars): New defun. | Kim F. Storm | 2003-09-24 | 1 | -0/+17 |
| | |||||
* | (kill-buffer-and-window): Remove `yes-or-no-p' so that | Richard M. Stallman | 2003-09-12 | 1 | -5/+12 |
| | | | | the function is less noisy. Now only `kill-buffer' can ask questions. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+1 |
| | |||||
* | Trailing whitespace deleted. | Juanma Barranquero | 2003-02-04 | 1 | -1/+1 |
| | |||||
* | (save-selected-window): Save and restore selected windows of all frames. | Richard M. Stallman | 2002-12-23 | 1 | -3/+12 |
| | |||||
* | (split-window-save-restore-data): Use push and with-current-buffer. | Stefan Monnier | 2002-08-15 | 1 | -8/+7 |
| | | | | | (handle-select-window): Don't do anything if the window has disappeared since the event was generated. | ||||
* | Update copyright. | Pavel Janík | 2002-04-01 | 1 | -1/+1 |
| | |||||
* | (handle-select-window): New function. | Pavel Janík | 2002-04-01 | 1 | -0/+8 |
| | |||||
* | (balance-windows): Fix misplaced parenthesis. | Andreas Schwab | 2002-02-03 | 1 | -2/+2 |
| | |||||
* | (save-selected-window): Move macro before first use. | Andreas Schwab | 2002-02-03 | 1 | -10/+10 |
| | |||||
* | (window-body-height): Handle minibuffer window specially. | Richard M. Stallman | 2002-01-21 | 1 | -4/+6 |
| | | | | Otherwise, don't return less than 1. | ||||
* | (window-body-height): New function. | Richard M. Stallman | 2002-01-18 | 1 | -0/+9 |
| | |||||
* | (balance-windows): Use new PRESERVE-BEFORE arg | Richard M. Stallman | 2001-12-25 | 1 | -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. Stallman | 2001-11-26 | 1 | -2/+5 |
| | |||||
* | (get-window-with-predicate): Renamed from some-window. | Gerd Moellmann | 2001-09-07 | 1 | -1/+4 |
| | | | | (some-window): Make it an alias. | ||||
* | Add Keywords header. | Gerd Moellmann | 2001-09-04 | 1 | -0/+1 |
| | |||||
* | Some fixes to follow coding conventions in files maintained by FSF. | Pavel Janík | 2001-07-15 | 1 | -2/+1 |
| | |||||
* | (shrink-window-if-larger-than-buffer): Handle frame | Gerd Moellmann | 2001-03-08 | 1 | -3/+8 |
| | | | | parameter `(minibuffer . t)'. | ||||
* | (fit-window-to-buffer, window-safely-shrinkable-p) | Eli Zaretskii | 2001-02-23 | 1 | -1/+4 |
| | | | | (shrink-window-if-larger-than-buffer): Doc fix. | ||||
* | (mode-line-window-height-fudge): | Miles Bader | 2000-12-15 | 1 | -53/+0 |
| | | | | | | Function removed. (height-affecting-face-attributes, mode-line-window-height-fudge): Variables removed. | ||||
* | (window-text-height): Function removed (now in C). | Miles Bader | 2000-12-11 | 1 | -23/+0 |
| | |||||
* | (fit-window-to-buffer): Don't pass last argument to | Miles Bader | 2000-12-08 | 1 | -1/+1 |
| | | | | pos-visible-in-window-p, now that its meaning is inverted. |