From ca8bda3640cf2020602b5f8f6b47e4b5f80a91b8 Mon Sep 17 00:00:00 2001 From: nico Date: Wed, 13 Dec 2000 23:24:47 +0000 Subject: [PATCH] Bug fix in NSText; optimizations in NSAttributedString git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8322 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/ChangeLog b/ChangeLog index 2028c5cef..ce6b51eb4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Wed Dec 13 16:02:24 2000 Nicola Pero + + * Source/NSAttributedString.m: Optimizations: cache class + pointers; replaced static functions wordBreakCSet (), wordCSet () + and attachmentString () with static cached constants. + ([-initWithPath:documentAttributes:]): Fixed little memory leak. + +Wed Dec 13 03:51:40 2000 Nicola Pero + + * Source/NSText.m ([-setAlignment:range:]): Fixed memory leak. + Tue Dec 12 23:50:04 2000 Nicola Pero * Headers/gnustep/gui/NSParagraphStyle.h: Prefixed all ivars with