Added ChangeLog entry from last commit

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@33112 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
David Chisnall 2011-05-25 11:19:44 +00:00
parent 2ccfbde833
commit 4f1f0f90f0

View file

@ -1,3 +1,15 @@
2011-05-25 11:19 David Chisnall <theraven@gna.org>
* libs/gui/trunk/Source/NSBezierPath.m,
libs/gui/trunk/Source/NSFont.m,
libs/gui/trunk/Source/NSParagraphStyle.m:
Change direct references to the isa pointer to calls to
object_getClass(). In discussion with Steve Naroff (before he left Apple)
it was decided that the isa pointer should be regarded as an
implementation detail and not part of the language, so direct references
to it are deprecated (on OS X). This gives the runtime a bit more
freedom to do secret isa-swizzling tricks.
2011-05-23 Fred Kiefer <FredKiefer@gmx.de>
* Tools/say/GNUmakefile