Update for text changes

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6362 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2000-03-23 11:55:07 +00:00
parent 90b5f2cd44
commit 31023a368e

View file

@ -1,3 +1,11 @@
2000-03-21 22:00 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSText.m: Changed to use a text storage instead of an
attributed string.
* Source/NSTextStorage.m: Removed unnecessary method, changes
of the delegate now don't trigger processEditing
* Source/GSTextStorage.m: The two basic operations call
([-edited:range:changeInLength:])
2000-03-22 Richard Frith-Macdonald <rfm@gnu.org>
Patch from jagapen@whitewater.chem.wisc.edu