| Commit message (Expand) | Author | Age | Files | Lines |
* | Make `split-window' a non-interactive function. | Stephen Berman | 2013-04-13 | 1 | -2/+1 |
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca | Paul Eggert | 2013-01-02 | 1 | -2/+2 |
|\ |
|
| * | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | | Once more fix resizing of rmail summary window. | Martin Rudalics | 2012-12-31 | 1 | -11/+19 |
|/ |
|
* | * lisp/window.el (switch-to-buffer): Re-add the warning that was lost in the | Stefan Monnier | 2012-11-18 | 1 | -1/+6 |
* | Reword previous with-temp-buffer-window doc fixes | Glenn Morris | 2012-11-16 | 1 | -19/+25 |
* | * lisp/window.el (with-temp-buffer-window): Doc fix. | Glenn Morris | 2012-11-16 | 1 | -13/+12 |
* | Fix some display-buffer related issues. | Martin Rudalics | 2012-11-16 | 1 | -41/+34 |
* | Doc fixes related to fit-frame-to-buffer | Glenn Morris | 2012-11-16 | 1 | -9/+17 |
* | Preserve window-point-insertion-type when copying window-point markers. (Bug#... | Martin Rudalics | 2012-11-13 | 1 | -9/+15 |
* | * lisp/window.el (with-temp-buffer-window): Doc tweak. | Glenn Morris | 2012-11-10 | 1 | -18/+17 |
* | Fix more custom :versions | Glenn Morris | 2012-11-10 | 1 | -2/+2 |
* | Doc changes related to displaying buffers and quitting windows. | Martin Rudalics | 2012-11-03 | 1 | -6/+7 |
* | Install fixes for Bug#12764 and Bug#12766. | Martin Rudalics | 2012-10-31 | 1 | -1/+6 |
* | In display-time-world restore fit-window-to-buffer behavior. | Martin Rudalics | 2012-10-27 | 1 | -0/+16 |
* | Spelling fixes. | Paul Eggert | 2012-10-21 | 1 | -1/+1 |
* | lisp/window.el (display-buffer): Doc fix. | Eli Zaretskii | 2012-10-14 | 1 | -8/+14 |
* | In switch-to-buffer optionally restore window point (Bug#4041). | Martin Rudalics | 2012-10-10 | 1 | -1/+37 |
* | * lisp/window.el (internal--before-save-selected-window) | Stefan Monnier | 2012-10-07 | 1 | -25/+31 |
* | Spelling fixes. | Paul Eggert | 2012-10-04 | 1 | -2/+2 |
* | Fix last fix of window--display-buffer. | Martin Rudalics | 2012-09-30 | 1 | -2/+2 |
* | Handle window-height and window-width alist entries in `display-buffer'. | Martin Rudalics | 2012-09-30 | 1 | -123/+201 |
* | lisp/window.el (temp-buffer-window-setup): Fix typo in docstring. | Juanma Barranquero | 2012-09-26 | 1 | -2/+2 |
* | Improve resizing of minibuffer windows (Bug#12419). | Martin Rudalics | 2012-09-25 | 1 | -31/+37 |
* | Make Temp Buffer Resize Mode less intrusive (Bug#1806). | Martin Rudalics | 2012-09-22 | 1 | -12/+53 |
* | Mark display-buffer-function as obsolete. | Chong Yidong | 2012-09-16 | 1 | -0/+3 |
* | * window.el (special-display-popup-frame): Doc fix. | Chong Yidong | 2012-09-16 | 1 | -2/+2 |
* | Allow scrolling in y-or-n-p. | Chong Yidong | 2012-09-09 | 1 | -1/+1 |
* | Fix handling of debugger window. (Bug#8789) | Martin Rudalics | 2012-09-08 | 1 | -0/+56 |
* | Minor doc fix for switch-to-buffer. | Chong Yidong | 2012-09-07 | 1 | -16/+18 |
* | Provide support for fitting frames to buffers. | Martin Rudalics | 2012-09-05 | 1 | -0/+82 |
* | New macro with-temp-buffer-window and related fixes. | Martin Rudalics | 2012-09-03 | 1 | -21/+120 |
* | Rewrite switch-to-prev-/next-buffer and quit-window; add display-buffer-below... | Martin Rudalics | 2012-09-01 | 1 | -48/+134 |
* | Consider frame's buffer predicate in switch-to-prev-/next-buffer. | Martin Rudalics | 2012-08-31 | 1 | -0/+8 |
* | Improve obsolescence message of display-buffer-reuse-frames. | Chong Yidong | 2012-08-30 | 1 | -1/+5 |
* | Make special-display-* and display-buffer-reuse-frames obsolete. | Chong Yidong | 2012-08-26 | 1 | -2/+6 |
* | Clean up gdb-mi's usage of display-buffer. | Chong Yidong | 2012-08-26 | 1 | -7/+16 |
* | Handle evening window heights more correctly (Bug#11880) and (Bug#12091). | Martin Rudalics | 2012-08-25 | 1 | -19/+16 |
* | Rewrite handling of side and atomic windows. | Martin Rudalics | 2012-08-22 | 1 | -85/+400 |
* | Rename window--size-ignore to window--size-ignore-p. | Martin Rudalics | 2012-08-22 | 1 | -9/+9 |
* | Let walk-window-tree and window-with-parameter operate on minibuffer windows ... | Martin Rudalics | 2012-08-22 | 1 | -12/+44 |
* | For selected window have (set-)window-point always operate on buffer's point. | Martin Rudalics | 2012-08-21 | 1 | -33/+7 |
* | Fix latest fix of delete-window. | Martin Rudalics | 2012-08-17 | 1 | -3/+1 |
* | In window.el tell whether functions operate on valid, live or any windows. | Martin Rudalics | 2012-08-16 | 1 | -67/+91 |
* | Consistently check windows for validity/liveness (Bug#11984, Bug#12025, Bug#1... | Martin Rudalics | 2012-08-16 | 1 | -8/+0 |
* | window.el: Minor dosctring enhancement (Bug#12172). | Bastien Guerry | 2012-08-13 | 1 | -1/+1 |
* | Add inhibit-switch-frame parameter for display-buffer, and use it in occur-edit. | Chong Yidong | 2012-08-06 | 1 | -35/+61 |
* | Fix return values of switch-to-prev/next-buffer. | Martin Rudalics | 2012-07-31 | 1 | -20/+25 |
* | * window.el (split-window-sensibly): Make WINDOW argument | Tassilo Horn | 2012-07-18 | 1 | -18/+20 |
* | In quit-window always restore window height when it's saved in | Dmitry Gutov | 2012-07-06 | 1 | -3/+2 |