Began work of reducing NSText to the role of an abstract class always

returning a concrete instance of NSTextView


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@8361 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
nico 2000-12-18 22:10:06 +00:00
parent 5d39515eff
commit 94c425e0cc

View file

@ -1,3 +1,12 @@
Tue Dec 19 00:43:17 2000 Nicola Pero <n.pero@mi.flashnet.it>
* Source/NSText.m: Made an abstract class always allocating
instances of the NSTextView subclass.
* Source/NSTextView.m ([-initWithFrame:]), ([-dealloc]),
([-initWithCoder:]), ([-buildUpTextNetwork:]),
([-replaceCharactersInRange:withString:]): Began to move code from
superclass.
2000-11-18 Richard Frith-Macdonald <rfm@gnu.org>
* Source/GSTextStorage.m: ([-setAttributes:range:]) fix for the case