From bb24a06942be5ee9ad70d75591ce2a2a85b9c577 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Wed, 21 Mar 2001 00:12:54 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9468 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4f021e05c..8ab87a47e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2001-03-21 Fred Kiefer + + * 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 * Headers/gnustep/gui/NSPrinter.h: Prefix instance vars w/underscore.