[CMF-checkins] CVS: CMF - CHANGES.txt:1.88 TODO.txt:1.15
   
    Florent Guillaume
     
    fg@nuxeo.com
       
    Sat, 29 Jun 2002 14:18:39 -0400
    
    
  
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv6543
Modified Files:
	CHANGES.txt TODO.txt 
Log Message:
Made content_type_registry deal correctly with TypeInfos that have a
title (Tracker #465).
=== CMF/CHANGES.txt 1.87 => 1.88 ===
   Bugs Fixed
 
+    - Made content_type_registry deal correctly with TypeInfos that have
+      a title (Tracker #465).
+
     - Changed CMFDefault.MembershipTool to not create a member folder at
       member creation time when the memberareaCreationFlag is false
       (Tracker #519). Note that any code that depended on the member
=== CMF/TODO.txt 1.14 => 1.15 ===
       - ( ) Tool fixes
 
-        ( ) Tracker #465:  Adding title to TypeInfo breaks
+        (x) Tracker #465:  Adding title to TypeInfo breaks
                            content_type_registry.
 
       - ( ) Skin fixes