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
This commit is contained in:
Nicola Pero 2001-10-11 10:24:30 +00:00
parent 79904c9ae1
commit be605726da

View file

@ -1,3 +1,10 @@
Thu Oct 11 13:53:22 2001 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSMatrix.m ([-setTarget:]): Do not retain the target
(patch by Ludovic Marcotte <ludovic@Sophos.ca>)
* Source/NSMatrix.m ([-textShouldEndEditing:]): Access _target
ivar directly.
2001-10-08 Adam Fedor <fedor@gnu.org>
* Source/NSPrintOperation (_runOperation): New internal method.