Cleaned up font enumerator code.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11379 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Fred Kiefer 2001-11-12 16:45:01 +00:00
parent 1a87e8ad94
commit be706c6a08

View file

@ -1,3 +1,15 @@
2001-11-12 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSFontManager.m
Reorganised the handling of the font enumerator. New
[_includeFont:] is only called from here. Corrected
[availableMembersOfFontFamily:] and [fontNamed:hasTraits:].
* Headers/gnustep/gui/GSFontInfo.h:
Adopted GSFontEnumerator to changes on NSFontManager.
* Source/GSFontInfo.m:
Changed GSFontEnumerator so that only [enumerateFontsAndFamilies]
must be subclassed.
2001-11-11 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSTabView.m