"Kirill 'Big K' Katsnelson" <kkm(a)dtmx.com> writes:
This error was not found in my old sandbox aged a week or so. After
I did
cvs update, I reproduced it. This bug looks like a recent enhancement to
XEmacs. Anybody could remember recent changes which led to that?
I'll bet it is
2000-02-25 Andy Piper <andy(a)xemacs.org>
* window.c (window_top_frame_gutter_height):
....
(window_pixel_height): new function. calulate window pixel height
with frame gutter involvement.
(Fsplit_window): calculate new sizes taking frame gutters into
account.
(window_char_height_to_pixel_height): don't include frame gutters.
(window_char_height): use window_pixel_height.
(window_pixheight): rename from window_pixel_height.
(change_window_height): use it.
(window_pixel_height_to_char_height): don't include frame gutters.
(window_char_width_to_pixel_width): ditto.
however that was a bug fix so it should not be backed out. I'm fairly
sure it is simply a case where Andy missed one point where the
calculation must be changed.
Jan