Some cleanup in preparation for next release.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@22618 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2006-03-08 11:28:59 +00:00
parent 172bfc67ef
commit c2e8c881e7
88 changed files with 570 additions and 425 deletions

View file

@ -84,13 +84,6 @@
//Extracting a substring
- (NSAttributedString*) attributedSubstringFromRange: (NSRange)aRange;
#ifndef NO_GNUSTEP
/*
* Synonym for attributedSubstringFromRange: - for consistency with NSString
*/
- (NSAttributedString*) attributedSubstringWithRange: (NSRange)aRange;
#endif
@end //NSAttributedString
@ -127,6 +120,16 @@
@end //NSMutableAttributedString
#ifndef NO_GNUSTEP
@interface NSAttributedString (GSCategories)
/**
* Dep[recated synonym for attributedSubstringFromRange:
* for consistency with NSString
*/
- (NSAttributedString*) attributedSubstringWithRange: (NSRange)aRange;
@end
#endif
#endif //STRICT_OPENSTEP
#endif //_NSXKit_H_NSAttributedString