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
This commit is contained in:
Nicola Pero 2000-12-12 17:17:21 +00:00
parent af894fe8c4
commit b75a50f54e

View file

@ -1,3 +1,15 @@
Tue Dec 12 19:18:08 2000 Nicola Pero <n.pero@mi.flashnet.it>
* 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 <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSCell.h: