From 51e2da4fc5739e11c1505eed9192561b3fe7f2ae Mon Sep 17 00:00:00 2001 From: theraven Date: Wed, 29 Jun 2011 15:40:27 +0000 Subject: [PATCH] Added ChangeLog entry from last commit git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33415 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6661c5d56..7662ad514 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2011-06-29 15:39 David Chisnall + + * libs/gui/trunk/Headers/AppKit/NSEvent.h, + libs/gui/trunk/Headers/AppKit/NSMatrix.h: Fix AppKit headers to + allow inclusion in ARC mode. Since ARC requires the non-fragile + ABI, a better solution would be to simply not expose any of these + ivars with the non-fragile ABI. + 2011-06-28 Eric Wasylishen * Headers/Additions/GNUstepGUI/GSImageMagickImageRep.h: