From 692292bfd475e298638c392a5639a31c42260a04 Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 22 Feb 2000 17:50:37 +0000 Subject: [PATCH] Lot of work on the font classes, contributed by fred kiefer git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6073 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1d3034561..087c22e3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Tue Feb 22 17:51:52 2000 Nicola Pero + + Still much to do in the font classes, but thanks to Fred Kiefer + things are starting to work. + + Contributed by Fred Kiefer : + * Headers/AppKit/NSFontManager.h: Fixed typo in ivar name. + * Source/NSFontManager.m: More work on this class. + * Source/NSFontPanel.m: Almost complete rewrite. + * Headers/AppKit/NSFontPanel.h: Idem. + Mon Feb 21 14:40:00 2000 Richard Frith-Macdonald * Source/NSWindow.m: ([-close]) remove spurious retain.