Removed some todos that have been done.

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@3081 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 1998-10-18 08:28:59 +00:00
parent 29b0d09ce1
commit b626c1f0c0

View file

@ -81,12 +81,6 @@ end. (970101)
@itemize @bullet
@item Separate core and non-core code in NSDictionary, NSSet, etc, the
same way I did for NSArray.
@item Separate Constant and non-Constant collections for the rest of the
GNU connection classes the same way I did for Array.
@item Make sure the GNU Archiver/Unarchiver handle
-encodeConditionalObject: and -decodeObject: correctly.
@ -104,14 +98,6 @@ end.
@item Make UdpPort work; make MachPort work.
@item Finish NotificationQueue, and make it interoperate with the
RunLoop properly.
@item Make the NSTimer's work and interoperate with the RunLoop
properly.
@item Add Coding methods to all the collection classes.
@item Finish Collection heirarchy clean ups. We need non-mutable
version for many of the classes.