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
This commit is contained in:
Nicola Pero 2000-02-22 17:50:37 +00:00
parent 46f58d8cbd
commit 692292bfd4

View file

@ -1,3 +1,14 @@
Tue Feb 22 17:51:52 2000 Nicola Pero <n.pero@mi.flashnet.it>
Still much to do in the font classes, but thanks to Fred Kiefer
things are starting to work.
Contributed by Fred Kiefer <FredKiefer@gmx.de>:
* 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 <richard@brainstorm.co.uk>
* Source/NSWindow.m: ([-close]) remove spurious retain.