From 9b20bdef87fce6bc96357b77d98e2b0b40c73578 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 1 Jan 2002 15:45:19 +0000 Subject: [PATCH] Clean up in NSView resize with old superview size method git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11924 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index f69efdb27..5bc569015 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Jan 1 13:36:56 2002 Nicola Pero + + * Source/NSView.m ([-resizeWithOldSuperviewSize:]): Removed all + traces of the obsolete code for managing the bounds. Tidied code. + 2001-12-29 Richard Frith-Macdonald * Source/GSServicesManager.m: ([GSListener -forwardInvocation:])