comparison src/ChangeLog @ 5078:a04cf0fea770

fix for clipped minibuffer window -------------------- ChangeLog entries follow: -------------------- src/ChangeLog addition: 2010-02-25 Ben Wing <ben@xemacs.org> * frame-impl.h: Create some new macros for more clearly getting the size/edges of various rectangles surrounding the paned area. * frame.c (change_frame_size_1): Use the new macros. Clean up change_frame_size_1 and make sure the internal border width gets taken into account -- that was what was causing the clipped bottom and right.
author Ben Wing <ben@xemacs.org>
date Thu, 25 Feb 2010 06:11:07 -0600
parents d372b17f63ce
children aa4cae427255
comparison
equal deleted inserted replaced
5077:d372b17f63ce 5078:a04cf0fea770
1 2010-02-25 Ben Wing <ben@xemacs.org>
2
3 * frame-impl.h:
4 Create some new macros for more clearly getting the size/edges
5 of various rectangles surrounding the paned area.
6 * frame.c (change_frame_size_1):
7 Use the new macros. Clean up change_frame_size_1 and make sure
8 the internal border width gets taken into account -- that was what
9 was causing the clipped bottom and right.
10
1 2010-02-25 Ben Wing <ben@xemacs.org> 11 2010-02-25 Ben Wing <ben@xemacs.org>
2 12
3 * EmacsFrame.c (EmacsFrameSetValues): 13 * EmacsFrame.c (EmacsFrameSetValues):
4 * frame-impl.h: 14 * frame-impl.h:
5 * frame-impl.h (struct frame): 15 * frame-impl.h (struct frame):