From ccaf3144d370e1b98a89ed56fd507529c73510eb Mon Sep 17 00:00:00 2001 From: Fred Kiefer Date: Mon, 5 Feb 2001 01:25:17 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8976 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 641a78c31..f22ff1543 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,17 @@ +2001-02-04 Fred Kiefer + + * Source/NSColor.m + In [supportMaxColorSpaces] added conversions from RGB to CMYK. + In [colorUsingColorSpaceName:device:] added conversion from named + colour. + * Source/NSColorPanel.m + Reimplemented without using a GModel file. + * Headers/gnustep/gui/NSColor.h: + Removed the color panel enumerators. + * Headers/gnustep/gui/NSColorPanel.h: + Added the color panel enumerators and corrected them. Adopted the + ivars to the new implementation. + Fri Feb 2 21:16:32 2001 Nicola Pero * Source/NSTableView.m ([-selectRow:byExtendingSelection:]): Fixed