diff options
author | Martin Rudalics <rudalics@gmx.at> | 2015-07-22 12:20:13 +0200 |
---|---|---|
committer | Martin Rudalics <rudalics@gmx.at> | 2015-07-22 12:20:13 +0200 |
commit | 59526c325e7c857776bcfe7560d533391bf045b4 (patch) | |
tree | 99861d6ff9e2d199fa747840b1a14e3a82d06bf7 /etc | |
parent | fed091f7c2513631d8c0570f444be9486d7563d1 (diff) | |
download | emacs-59526c325e7c857776bcfe7560d533391bf045b4.tar.gz |
2015-07-22 Martin Rudalics <rudalics@gmx.at>
Optionally even widths of `display-buffer' windows. (Bug#21100)
* lisp/window.el (quit-restore-window): Restore width if
requested.
(display-buffer-record-window): Record width when window is
reused and horizontally combined.
(even-window-sizes): New option to allow evening window widths.
(even-window-heights): Defalias to `even-window-sizes'.
(window--even-window-heights): Rename to
`window--even-window-sizes'. Handle side-by-side windows.
(display-buffer-use-some-window): Call `window--even-window-sizes'
instead of `window--even-window-heights'.
* lisp/help.el (resize-temp-buffer-window): Fix indentation.
* doc/lispref/windows.texi (Choosing Window Options): Describe
`even-window-sizes'.
(Coordinates and Windows): Fix typo.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -1106,6 +1106,10 @@ and `window-divider-default-right-width'. how `switch-to-buffer' proceeds interactively when the selected window is strongly dedicated to its buffer. ++++ +** The option `even-window-heights' has been renamed to +`even-window-sizes' and now handles window widths as well. + ** Tearoff menus and detachable toolbars for Gtk+ has been removed. Those features have been deprecated in Gtk+ for a long time. |