diff options
| author | Martin Rudalics | 2014-02-21 09:02:05 +0100 |
|---|---|---|
| committer | Martin Rudalics | 2014-02-21 09:02:05 +0100 |
| commit | 8dd3e94fb6b780ac2bf5d07795df376a296ef5b5 (patch) | |
| tree | af14870e616ff0a4c8f3fc6dec5d32069bfcb70e /lisp/ChangeLog | |
| parent | afe1e4c8eb4b4ef62569bd272507ecd5ffd51a2f (diff) | |
| download | emacs-8dd3e94fb6b780ac2bf5d07795df376a296ef5b5.tar.gz emacs-8dd3e94fb6b780ac2bf5d07795df376a296ef5b5.zip | |
Fix handling of window-min-height/-width (Bug#16738).
* window.el (window--dump-window, window--dump-frame): New
functions.
(window--min-size-1): Account for window dividers. When
window-resize-pixelwise is nil, delay rounding till after the
sum of the window components has been calculated.
(window--min-delta-1, window--max-delta-1): When PIXELWISE is
nil make sure at least one text line and two text columns remain
fully visible.
(window-resize): Signal an error when window-resize-apply fails.
(window--resize-child-windows): Fix calculation of by how many
pixels a window can still be shrunk via window-new-normal.
(adjust-window-trailing-edge): Call window--resizable with
correct TRAIL argument.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7eb88ebd968..51c52be172f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,20 @@ | |||
| 1 | 2014-02-21 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | Fix handling of window-min-height/-width (Bug#16738). | ||
| 4 | * window.el (window--dump-window, window--dump-frame): New | ||
| 5 | functions. | ||
| 6 | (window--min-size-1): Account for window dividers. When | ||
| 7 | window-resize-pixelwise is nil, delay rounding till after the | ||
| 8 | sum of the window components has been calculated. | ||
| 9 | (window--min-delta-1, window--max-delta-1): When PIXELWISE is | ||
| 10 | nil make sure at least one text line and two text columns remain | ||
| 11 | fully visible. | ||
| 12 | (window-resize): Signal an error when window-resize-apply fails. | ||
| 13 | (window--resize-child-windows): Fix calculation of by how many | ||
| 14 | pixels a window can still be shrunk via window-new-normal. | ||
| 15 | (adjust-window-trailing-edge): Call window--resizable with | ||
| 16 | correct TRAIL argument. | ||
| 17 | |||
| 1 | 2014-02-21 Michael Albinus <michael.albinus@gmx.de> | 18 | 2014-02-21 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 19 | ||
| 3 | * net/tramp.el (tramp-check-cached-permissions): | 20 | * net/tramp.el (tramp-check-cached-permissions): |