From fd24e74e5a77396624a2a53fd87b17a824c7092a Mon Sep 17 00:00:00 2001 From: FredKiefer Date: Thu, 31 Aug 2000 00:16:04 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@7307 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index cde94cd75..531769ce0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,16 @@ -Thu Aug 31 00:30:15 2000 Nicola Pero +2000-08-31 Fred Kiefer + + * Headers/gnustep/gui/NSFont.h: + Removed method -widths, as this is no longer needed. + * Headers/gnustep/gui/GSFontInfo.h: Removed ivar and method + widths. Changed ivar weigth to type int and added ivars traits and + mostCompatibleStringEncoding. + * Source/NSFont.m: Removed method -widths + * Source/GSFontInfo.m: Removed method -widths. Changed [weigth], + [mostCompatibleStringEncoding] and [traits] to return the ivars. + Set those in [init] to the default values. + +nThu Aug 31 00:30:15 2000 Nicola Pero * Source/NSSavePanel.m ([-_initWithoutGModel]): Fixed setting of min size. ([-_getOriginalSize]): Fixed getting content size.