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.