This is ReleaseNotes.rtf in view mode; [Download] [Up]
RELEASE NOTES August 1996 First OpenStep Compliant Release Besides becoming OpenStep compliant (and more OpenStep-like with everything now more strongly typed) there were other API changes/additions. CardPileView Added setMaxVisibleCards and maxVisibleCards so you can now set the maximum visible number of cards at any one time. (thanks to David Fedchenko). CardPile Changed cardAt: to be cardAtIndex: so it's more like NSArray's methods. Changed cardIndex: to indexOfCard: so it's more like NSArray's methods. Added topCard and bottomCard to get the top and bottom card respectively. Added dealTopCard which gives you the top card and removes it from the CardPile (thanks to Erik Kraft). Removed freeCards because the existing method empty now does the exact same thing. Changed returnSize to cardSize (don't know why it was named returnSize in the first place). Card Added some comparison methods: isEqual:, isOneLargerThan: and isOneSmallerThan:. (thanks again to David Fedchenko) Other minor changes included moving all the current documentation for the classes in CardSet into the code itself so that Adam Swift's autodoc could be used to generate documentation. This will come in handy any time the classes change or are extended. This was much easier than it would have been to just change the documentation to reflect all the changes that happened.
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.