Added a little trick to NSCell to reduce number of concurrently allocated

typing dictionaries


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8343 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-17 12:01:00 +00:00
parent 86b2df02c9
commit 418f373144

View file

@ -1,3 +1,11 @@
Sun Dec 17 14:32:11 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSCell.m ([-_nonAutoreleasedTypingAttributes]): New
method replacing ([-_typingAttributes]), to reduce the number of
concurrent typing dictionaries allocated.
([-attributedStringValue]), ([-_sizeText:]),
([-_drawText:inFrame:]): Updated for the new method.
Sat Dec 16 22:45:32 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSLayoutManager.m ([GSTextContainerLayoutInfo -dealloc]):