Textfields should now work again

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12498 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-02-11 17:21:38 +00:00
parent 9dfbbceaf2
commit 9d1b198a9e

View file

@ -1,3 +1,18 @@
Mon Feb 11 14:39:03 2002 Nicola Pero <n.pero@mi.flashnet.it>
Updated for change in semantics of -string method of
NSMutableAttributedString.
* Source/NSButtonCell.m ([-setAttributedAlternateTitle:]):
Copy the string before using it.
* Source/NSCell.m ([-stringValue]): Copy the string before
returning it. ([-mnemonic]): Copy the string before using it.
* Source/NSMatrix.m ([-validateEditing]): Copy the text before
using it.
* Source/NSTableView.m ([-validateEditing]): Copy the text before
using it.
* Source/NSTextField.m ([-validateEditing]): Copy the text before
using it.
Mon Feb 11 14:30:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSLayoutManager.m ([-textContainerChangedTextView:]):
@ -11,10 +26,10 @@ Mon Feb 11 14:30:35 2002 Nicola Pero <n.pero@mi.flashnet.it>
([loadNibFile:externalNameTable:withZone:]) fix so that, if given a
name with a .nib extension, try correctly to use a .gorm or .gmodel.
002-02-10 Michael Hanni <mhanni@sprintmail.com>
2002-02-10 Michael Hanni <mhanni@sprintmail.com>
* Source/NSMenuView.m ([-drawRect:]): make this more efficent,
only redraw cells that we clip.
* Source/NSMenuView.m ([-drawRect:]): make this more efficent,
only redraw cells that we clip.
Mon Feb 11 00:35:19 2002 Nicola Pero <n.pero@mi.flashnet.it>