From 5bfc14410e1702aaeb69bb9956321f5453206976 Mon Sep 17 00:00:00 2001 From: Richard Frith-MacDonald Date: Mon, 10 Apr 2000 05:12:32 +0000 Subject: [PATCH] Update to avoid the NeXT/Apple trademark 'Foundation Kit' git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@6441 72102866-910b-0410-8b05-ffd578937521 --- Documentation/gsdoc/Base.gsdoc | 95 ++++++++++++++++++++++++++++ Documentation/gsdoc/Foundation.gsdoc | 88 -------------------------- Documentation/gsdoc/Foundation.html | 86 ------------------------- Documentation/gsdoc/GNUmakefile | 4 +- 4 files changed, 97 insertions(+), 176 deletions(-) create mode 100644 Documentation/gsdoc/Base.gsdoc delete mode 100644 Documentation/gsdoc/Foundation.gsdoc delete mode 100644 Documentation/gsdoc/Foundation.html diff --git a/Documentation/gsdoc/Base.gsdoc b/Documentation/gsdoc/Base.gsdoc new file mode 100644 index 000000000..dab880310 --- /dev/null +++ b/Documentation/gsdoc/Base.gsdoc @@ -0,0 +1,95 @@ + + + + + GNUstep Base + + + + + 0.1 + 28 February, 2000 + + + + Base +

+ The GNUstep base library is a free software package compatible with + the OpenStep Foundation Kit (tm). +

+
+ The classes + + NSArchiver + NSArray + NSAssertionHandler + NSAttributedString + NSAutoreleasePool + NSBundle + NSCalendarDate + NSCharacterSet + NSCoder + NSConditionLock + NSConnection + NSCountedSet + NSDate + NSDateFormatter + NSDecimalNumber + NSDecimalNumberHandler + NSDeserializer + NSDictionary + NSDirectoryEnumerator + NSDistantObject + NSDistantObjectRequest + NSDistributedLock + NSDistributedNotificationCenter + NSEnumerator + NSException + NSFileHandle + NSFileManager + NSFormatter + NSHost + NSInvocation + NSLock + NSMethodSignature + NSMutableArray + NSMutableAttributedString + NSMutableCharacterSet + NSMutableData + NSMutableDictionary + NSMutableSet + NSMutableString + NSNotification + NSNotificationCenter + NSNotificationQueue + NSNumber + NSNumberFormatter + NSObject + NSPort + NSPortCoder + NSPortMessage + NSPortNameServer + NSProcessInfo + NSProtocolChecker + NSProxy + NSRecursiveLock + NSRunLoop + NSScanner + NSSerializer + NSSet + NSString + NSTask + NSThread + NSTimeZone + NSTimer + NSURL + NSURLHandle + NSUnarchiver + NSUndoManager + NSUserDefaults + NSValue + +
+
+ +
diff --git a/Documentation/gsdoc/Foundation.gsdoc b/Documentation/gsdoc/Foundation.gsdoc deleted file mode 100644 index b83f120fc..000000000 --- a/Documentation/gsdoc/Foundation.gsdoc +++ /dev/null @@ -1,88 +0,0 @@ - - - - - Foundation - - - - - 0.1 - 28 February, 2000 - - - - Foundation - - NSArchiver - NSArray - NSAssertionHandler - NSAttributedString - NSAutoreleasePool - NSBundle - NSCalendarDate - NSCharacterSet - NSCoder - NSConditionLock - NSConnection - NSCountedSet - NSDate - NSDateFormatter - NSDecimalNumber - NSDecimalNumberHandler - NSDeserializer - NSDictionary - NSDirectoryEnumerator - NSDistantObject - NSDistantObjectRequest - NSDistributedLock - NSDistributedNotificationCenter - NSEnumerator - NSException - NSFileHandle - NSFileManager - NSFormatter - NSHost - NSInvocation - NSLock - NSMethodSignature - NSMutableArray - NSMutableAttributedString - NSMutableCharacterSet - NSMutableData - NSMutableDictionary - NSMutableSet - NSMutableString - NSNotification - NSNotificationCenter - NSNotificationQueue - NSNumber - NSNumberFormatter - NSObject - NSPort - NSPortCoder - NSPortMessage - NSPortNameServer - NSProcessInfo - NSProtocolChecker - NSProxy - NSRecursiveLock - NSRunLoop - NSScanner - NSSerializer - NSSet - NSString - NSTask - NSThread - NSTimeZone - NSTimer - NSURL - NSURLHandle - NSUnarchiver - NSUndoManager - NSUserDefaults - NSValue - - - - diff --git a/Documentation/gsdoc/Foundation.html b/Documentation/gsdoc/Foundation.html deleted file mode 100644 index 15290812f..000000000 --- a/Documentation/gsdoc/Foundation.html +++ /dev/null @@ -1,86 +0,0 @@ - -Foundation - - -

Foundation

-

Authors

-
-
Richard Frith-Macdonald -
-
-

Version: 0.1

-

Date: 28 February, 2000

-

Foundation

- - - - diff --git a/Documentation/gsdoc/GNUmakefile b/Documentation/gsdoc/GNUmakefile index 8eda2ee5a..e7c9fda44 100644 --- a/Documentation/gsdoc/GNUmakefile +++ b/Documentation/gsdoc/GNUmakefile @@ -28,9 +28,9 @@ GNUSTEP_MAKEFILES = $(GNUSTEP_SYSTEM_ROOT)/Makefiles include $(GNUSTEP_MAKEFILES)/common.make # The documents to be generated -DOCUMENT_NAME = Foundation +DOCUMENT_NAME = Base -Foundation_GSDOC_FILES = Foundation.gsdoc \ +Base_GSDOC_FILES = Base.gsdoc \ NSArchiver.gsdoc \ NSArray.gsdoc \ NSAssertionHandler.gsdoc \