aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2014-02-21 09:02:05 +0100
committerMartin Rudalics2014-02-21 09:02:05 +0100
commit8dd3e94fb6b780ac2bf5d07795df376a296ef5b5 (patch)
treeaf14870e616ff0a4c8f3fc6dec5d32069bfcb70e /src/ChangeLog
parentafe1e4c8eb4b4ef62569bd272507ecd5ffd51a2f (diff)
downloademacs-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 'src/ChangeLog')
-rw-r--r--src/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index ae35ff6cce2..2b631dfc5f9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12014-02-21 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (Fwindow_scroll_bar_width): New function.
4
12014-02-21 Paul Eggert <eggert@cs.ucla.edu> 52014-02-21 Paul Eggert <eggert@cs.ucla.edu>
2 6
3 Pacify GCC when configuring with --enable-gcc-warnings. 7 Pacify GCC when configuring with --enable-gcc-warnings.