diff --git a/ChangeLog b/ChangeLog index d4b9fdf2e..c2c4fc33b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Wed Oct 27 1999 Nicola Pero + + Patches by ackyugo@geocities.co.jp fixing bug (horizontal + scroller non resized) in NSBrowser upon resize: + * Source/NSBrowser.h: Added forgotten ivar _scrollerRect; + * Source/NSBrowser.m: ([-initWithFrame:]), ([-tile]): Use ivar + _scrollerRect appropriately; ([-resizeSubviewsWithOldSize:]): + Update horizontal scroller frame using _scrollerRect. + Tue Oct 26 1999 Nicola Pero SavePanel tidyups, simplifications and fixes for better