*** empty log message ***

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-03-21 00:12:54 +00:00
parent 86fd9af034
commit 9e20f65fb0

View file

@ -1,3 +1,17 @@
2001-03-21 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSColor.h
Made NSColor an abstract class, without ivars.
* Source/NSColor.m
Define concret subclasses of NSColor and moved code into this
subclasses.
* Source/NSColorList.m
Corrected two errors in [writeToFile:] introduced by the last
changes.
* Source/NSBezierPath.m
[containsPoint:] corrected and simplified a bit, but this still
needs a complete rework.
2001-03-19 Jonathan Gapen <jagapen@home.com>
* Headers/gnustep/gui/NSPrinter.h: Prefix instance vars w/underscore.