comparison src/ChangeLog @ 81887:35ec5dd31861

*** empty log message ***
author Martin Rudalics <rudalics@gmx.at>
date Sun, 15 Jul 2007 08:23:02 +0000
parents e0cd45299f77
children e9d6a41a04c6
comparison
equal deleted inserted replaced
81886:f18e4c78670d 81887:35ec5dd31861
1 2007-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
1 2007-07-14 Jason Rumney <jasonr@gnu.org> 16 2007-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.
4 19
5 2007-07-14 Richard Stallman <rms@gnu.org> 20 2007-07-14 Richard Stallman <rms@gnu.org>