From e57f2afb15f660b720ebdea46a061bbbc2b69aef Mon Sep 17 00:00:00 2001 From: mccallum Date: Fri, 31 May 1996 17:57:08 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1625 72102866-910b-0410-8b05-ffd578937521 --- Documentation/todo.texi | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Documentation/todo.texi b/Documentation/todo.texi index 322a98a0d..6d7484489 100644 --- a/Documentation/todo.texi +++ b/Documentation/todo.texi @@ -52,6 +52,12 @@ a list of the claimed and unclaimed GNUStep Foundation classes. @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.