Gunnar Evermann <ge204(a)eng.cam.ac.uk> writes:
> * xemacs-20/src/window.c (struct window_config): Removed frame
> size members.
> (window_config_equal): No longer compare frame sizes.
> (Fset_window_configuration): Resize old top window to fit in the
> current frame directly, no longer use a fake frame resize.
> (Fcurrent_window_configuration): No longer save frame size
I have been running XEmacs with this patch for a couple of weeks and
just noticed, that resizing of minibuffers is broken (I think it
worked before).
Somehow I missed that the old code restored also the size of the
minibuffer. The patch needs to be enhanced with code that sets the
minibuffer to the correct size before fitting in the rest.
Jan