From be605726da7a67510f2ef9a5effce6d98113ce1a Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Thu, 11 Oct 2001 10:24:30 +0000 Subject: [PATCH] Fixed memory leak in NSMatrix; minor useless optm in NSMatrix git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@11125 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index 64e338a57..897200bf2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Thu Oct 11 13:53:22 2001 Nicola Pero + + * Source/NSMatrix.m ([-setTarget:]): Do not retain the target + (patch by Ludovic Marcotte ) + * Source/NSMatrix.m ([-textShouldEndEditing:]): Access _target + ivar directly. + 2001-10-08 Adam Fedor * Source/NSPrintOperation (_runOperation): New internal method.