Fix typo (GSAPI_LAST -> GS_API_LATEST)

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31139 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Eric Wasylishen 2010-08-14 01:00:49 +00:00
parent c3edd6bf67
commit a17d3b1466
3 changed files with 17 additions and 11 deletions

View file

@ -1,3 +1,9 @@
2010-08-13 Eric Wasylishen <ewasylishen@gmail.com>
* Headers/Foundation/NSLocale.h:
* Headers/Foundation/NSUserDefaults.h:
Fix typo (GSAPI_LAST -> GS_API_LATEST)
2010-08-12 Nicola Pero <nicola.pero@meta-innovation.com>
* Resources/Languages/Locale.aliases: Added many languages which

View file

@ -27,7 +27,7 @@
#import <GNUstepBase/GSVersionMacros.h>
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GSAPI_LAST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST)
#import <Foundation/NSObject.h>
@ -103,7 +103,7 @@ GS_EXPORT NSString * const NSISO8601Calendar;
#endif
}
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GSAPI_LAST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
/** Returns a version of the current locale which automatically updates
* when locale settngs are changed.
*/
@ -129,7 +129,7 @@ GS_EXPORT NSString * const NSISO8601Calendar;
+ (NSLocaleLanguageDirection) characterDirectionForLanguage:
(NSString *)isoLangCode;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GSAPI_LAST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
/** Returns a list of available ISO currency code strings.
*/
+ (NSArray *) commonISOCurrencyCodes;
@ -168,13 +168,13 @@ GS_EXPORT NSString * const NSISO8601Calendar;
*/
+ (NSString *) localeIdentifierFromComponents: (NSDictionary*)dict;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GSAPI_LAST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
/** Returns the standard locale identifier for the windows locale code.
*/
+ (NSString *) localeIdentifierFromWindowsLocaleCode: (uint32_t)lcid;
#endif
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GSAPI_LAST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_5, GS_API_LATEST)
/** Returns an array of preferred languages. Sorted from most preferred to
* leave preferred.
*/
@ -185,7 +185,7 @@ GS_EXPORT NSString * const NSISO8601Calendar;
*/
+ (id) systemLocale;
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GSAPI_LAST)
#if OS_API_VERSION(MAC_OS_X_VERSION_10_6, GS_API_LATEST)
/** Returns the windows locale code corresponding to the staqndard locale
* identifier.
*/
@ -220,6 +220,6 @@ GS_EXPORT NSString * const NSISO8601Calendar;
}
#endif
#endif /* OS_API_VERSION(MAC_OS_X_VERSION_10_4, GSAPI_LAST) */
#endif /* OS_API_VERSION(MAC_OS_X_VERSION_10_4, GS_API_LATEST) */
#endif /* __NSLocale_h_GNUSTEPBASE_INCLUDE */

View file

@ -131,7 +131,7 @@ GS_EXPORT NSString* const NSDecimalDigits;
/** Key for locale dictionary: array of strings for AM and PM. */
GS_EXPORT NSString* const NSAMPMDesignation;
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Array of arrays of NSStrings, first member of each specifying a time,
@ -242,7 +242,7 @@ GS_EXPORT NSString* const GSLocale;
*/
+ (NSUserDefaults*) standardUserDefaults;
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Resets the shared user defaults object to reflect the current
* user ID. Needed by setuid processes which change the user they
@ -269,7 +269,7 @@ GS_EXPORT NSString* const GSLocale;
+ (void) setUserLanguages: (NSArray*)languages;
#endif
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Adds the domain names aName to the search list of the receiver.<br />
* The domain is added after the application domain.<br />
@ -352,7 +352,7 @@ GS_EXPORT NSString* const GSLocale;
*/
- (void) removeObjectForKey: (NSString*)defaultName;
#if OS_API_VERSION(GSAPI_MACOSX, GSAPI_LAST)
#if OS_API_VERSION(GSAPI_MACOSX, GS_API_LATEST)
/**
* Removes the named domain from the search list of the receiver.<br />
* Suites may be added using the -addSuiteNamed: method.