Added -setFont:range: in NSText; modified setFont:ofRange: to call the other one

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@15334 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Nicola Pero 2002-12-25 16:59:06 +00:00
parent 9cdaef32c7
commit 3c1be9a6ca

View file

@ -1,3 +1,11 @@
Wed Dec 25 17:01:51 2002 Nicola Pero <n.pero@mi.flashnet.it>
* Headers/gnustep/gui/NSText.h ([-setFont:range:]): Declare.
* Source/NSTextView.m ([-setFont:ofRange:]): Renamed to
setFont:range:.
* Source/NSText.m ([-setFont:range:]): New method.
([-setFont:ofRange:]): Call the new method.
2002-12-23 Fred Kiefer <FredKiefer@gmx.de>
* Headers/gnustep/gui/NSComboBoxCell.h