From b75a50f54e1a827be7e319258af759ac562ea6ad Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 12 Dec 2000 17:17:21 +0000 Subject: [PATCH] Copy cells quicker, and bug fix for changes in NSActionCell git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8310 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index eda9d82e1..9ef89ad84 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Tue Dec 12 19:18:08 2000 Nicola Pero + + * Source/NSButtonCell.m ([-copyWithZone:]): Do not deep-copy ivars, + only retain them if not nil. + * Source/NSCell.m ([-copyWithZone:]): Do not deep-copy ivars. + * Source/NSTextFieldCell.m ([-copyWithZone:]): Do not deep-copy + ivars. + * Source/NSFormCell.m ([-initTextCell:]): Left align text. + * Source/NSTextField.m ([-selectText:]): Bug fix for the recent + change in [NSActionCell -stringValue]. + * Source/NSMatrix.m ([-selectTextAtRow:column:]): Idem. + 2000-12-07 Fred Kiefer * Headers/gnustep/gui/NSCell.h: