diff options
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): |