aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorMartin Rudalics2007-07-15 08:23:02 +0000
committerMartin Rudalics2007-07-15 08:23:02 +0000
commitf1de8c774164ebf596d101200e2e87222dbd8523 (patch)
tree7d5c99907e06d309badf42f5cc6bd1595126d830 /src/ChangeLog
parent6f8a87c027ebd6f9cfdac5c0df97d651227bec62 (diff)
downloademacs-f1de8c774164ebf596d101200e2e87222dbd8523.tar.gz
emacs-f1de8c774164ebf596d101200e2e87222dbd8523.zip
(window_min_size_2): New function.
(window_min_size_1, size_window, Fdisplay_buffer) (Fsplit_window, adjust_window_trailing_edge): Use it to avoid windows without mode- or header-lines when window-min-height is too small. (size_window): Reset nodelete_p after testing it, following an earlier note by Kim F. Storm. (display_buffer): Do not set split_height_threshold to twice the value of window_min_height to avoid changing the value of a customizable variable. Rather explicitly check whether the height of the window that shall be splitted is at least as large as split_height_threshold.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a707d884454..ab4210134f0 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12007-07-15 Martin Rudalics <rudalics@gmx.at>
2
3 * window.c (window_min_size_2): New function.
4 (window_min_size_1, size_window, Fdisplay_buffer)
5 (Fsplit_window, adjust_window_trailing_edge): Use it to avoid
6 windows without mode- or header-lines when window-min-height is
7 too small.
8 (size_window): Reset nodelete_p after testing it, following an
9 earlier note by Kim F. Storm.
10 (display_buffer): Do not set split_height_threshold to twice the
11 value of window_min_height to avoid changing the value of a
12 customizable variable. Rather explicitly check whether the
13 height of the window that shall be splitted is at least as large
14 as split_height_threshold.
15
12007-07-14 Jason Rumney <jasonr@gnu.org> 162007-07-14 Jason Rumney <jasonr@gnu.org>
2 17
3 * process.c [WINDOWSNT]: Don't undefine AF_INET6. 18 * process.c [WINDOWSNT]: Don't undefine AF_INET6.