From 0c09f264fcbdd1f35973db44fa132e5a29eef579 Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Sun, 27 Apr 2003 15:45:39 +0000 Subject: [PATCH] Small speedup for GSFontInfo git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@16560 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8d13f1bb2..2da21e34f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +2003-03-27 Fred Kiefer + + * Source/GSFontInfo.m + Removed creation of fontDictionary from [init] method. This now + gets done on demand in [afmDictionary]. + * Source/NSFontPanel.m: + [_familySelectionChanged:] made the call to [_trySelectSize:] + safer against none existing fonts. This used to result in a NaN + being displayed as font size. + 2003-04-25 Benhur Stein * Source/NSRulerView.m: