*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8282 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2000-12-08 01:21:04 +00:00
parent eac0e25fd7
commit 0c81722f8d

View file

@ -1,3 +1,21 @@
2000-12-07 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSCell.h:
Remove float formating ivars, as they were never used.
* Headers/gnustep/gui/NSActionCell.h:
Removed all methods, as they are defined for super class.
* Headers/gnustep/gui/NSAffineTransform.h:
Added NSCoding Protocol and moved extension methods into seperate
interface.
* Source/NSCell.m
Moved the initialisation of the _typingAttributes from the init
method to its first use.
* Source/NSActionCell.m
Remove initialisation and copy method, as this were mere super
calls. Added getter methods with validation.
* Source/NSAffineTransform.m
Added coding methods.
2000-12-07 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSCell.h: