mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-01 22:10:50 +00:00
Bug fix in NSText; optimizations in NSAttributedString
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8322 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fb8b620d44
commit
ca8bda3640
1 changed files with 11 additions and 0 deletions
11
ChangeLog
11
ChangeLog
|
@ -1,3 +1,14 @@
|
|||
Wed Dec 13 16:02:24 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSAttributedString.m: Optimizations: cache class
|
||||
pointers; replaced static functions wordBreakCSet (), wordCSet ()
|
||||
and attachmentString () with static cached constants.
|
||||
([-initWithPath:documentAttributes:]): Fixed little memory leak.
|
||||
|
||||
Wed Dec 13 03:51:40 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Source/NSText.m ([-setAlignment:range:]): Fixed memory leak.
|
||||
|
||||
Tue Dec 12 23:50:04 2000 Nicola Pero <n.pero@mi.flashnet.it>
|
||||
|
||||
* Headers/gnustep/gui/NSParagraphStyle.h: Prefixed all ivars with
|
||||
|
|
Loading…
Reference in a new issue