From 86d2196bfa24c7f983a1c537bc981cfa7dc2beb8 Mon Sep 17 00:00:00 2001 From: nico Date: Mon, 11 Feb 2002 17:21:38 +0000 Subject: [PATCH] Textfields should now work again git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@12498 72102866-910b-0410-8b05-ffd578937521 --- ChangeLog | 21 ++++++++++++++++++--- 1 file changed, 18 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 5648d2e94..7acd9bb56 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Mon Feb 11 14:39:03 2002 Nicola Pero + + 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 * Source/NSLayoutManager.m ([-textContainerChangedTextView:]): @@ -11,10 +26,10 @@ Mon Feb 11 14:30:35 2002 Nicola Pero ([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 +2002-02-10 Michael Hanni - * 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