Tidyups, access some ivars directly and a bug fix in NSTextView

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8387 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2000-12-20 22:59:03 +00:00
parent ed69dee7f2
commit 46dfcd9b12

View file

@ -1,3 +1,9 @@
Thu Dec 21 00:19:54 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSTextView.m ([-scrollRangeToVisible:]): Bug fix: use
range argument, not selected range.
* Source/NSTextView.m: Access some ivars directly.
Wed Dec 20 19:39:21 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSText.m, Source/NSTextView.m: Most code from NSText was