mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-24 06:28:54 +00:00
*** 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:
parent
eac0e25fd7
commit
0c81722f8d
1 changed files with 18 additions and 0 deletions
18
ChangeLog
18
ChangeLog
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue