From 515d89714171fcda8eb6c2a09d94666ad0251cdc Mon Sep 17 00:00:00 2001 From: Nicola Pero Date: Tue, 17 Apr 2001 22:19:19 +0000 Subject: [PATCH] Fixed memory problem in the gmodel code git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@9617 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/ChangeLog b/ChangeLog index e6c81ff0e..67d32b5cf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Wed Apr 18 00:14:33 2001 Nicola Pero + + * Model/IMConnectors.m: Use #import rather than #include. + ([IMControlConnector -establishConnection]): Do not retain target + when setting it directly. + +2001-04-18 Georg Fleischmann + + * Model/IMConnectors.m ([IMOutletConnector + -establishConnection:]): Do not retain destination when setting it + directly. + 2001-04-16 Adam Fedor * Source/NSWindow.m (-miniaturize:): Set visible flag to NO.