mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
Clarification of API status as suggested by David.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@26624 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
98b8957283
commit
112dfd96cf
2 changed files with 7 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2008-06-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Tools/AGSHtml.m: if something is scheduled for removal, mark it as
|
||||
'Likely to be changed/moved/removed' rather than 'deprecated'.
|
||||
|
||||
2008-06-10 Richard Frith-Macdonald <rfm@gnu.org>
|
||||
|
||||
* Headers/Foundation/NSString.h:
|
||||
|
|
|
@ -2505,7 +2505,7 @@ static NSString *mainFont = nil;
|
|||
}
|
||||
if ([gvrem length] > 0)
|
||||
{
|
||||
[buf appendString: @" deprecated for removal at "];
|
||||
[buf appendString: @" Likely to be changed/moved/removed at "];
|
||||
[buf appendString: gvrem];
|
||||
}
|
||||
}
|
||||
|
@ -2531,7 +2531,7 @@ static NSString *mainFont = nil;
|
|||
[buf appendString: @"<br />\n"];
|
||||
if ([gvrem length] > 0)
|
||||
{
|
||||
[buf appendString: @" deprecated for removal at "];
|
||||
[buf appendString: @" Likely to be changed/moved/removed at "];
|
||||
[buf appendString: gvrem];
|
||||
}
|
||||
[buf appendString:@"</div>\n"];
|
||||
|
|
Loading…
Reference in a new issue