Fixed NSText crash when moving past the end of the text

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@6731 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-06-19 17:11:14 +00:00
parent c62dc367cd
commit aea343aa56

View file

@ -1,3 +1,9 @@
Mon Jun 19 19:16:15 2000 Nicola Pero <nicola@brainstorm.co.uk>
* Source/NSText.m
([-selectionRangeForProposedRange:granularity:]): Fixed crash when
moving past the end of text.
2000-06-16 Adam Fedor <fedor@gnu.org>
* Source/GSFontInfo.m (-mutableCopyWithZone:): New method.