mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-03 14:21:05 +00:00
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:
parent
5d39515eff
commit
94c425e0cc
1 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue