mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 15:20:38 +00:00
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:
parent
2ccfbde833
commit
4f1f0f90f0
1 changed files with 12 additions and 0 deletions
12
ChangeLog
12
ChangeLog
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue