[Zope-Checkins] CVS: Zope/doc - CHANGES.txt:1.622

Yvo Schubbe schubbe@web.de
Thu, 12 Jun 2003 06:21:29 -0400


Update of /cvs-repository/Zope/doc
In directory cvs.zope.org:/tmp/cvs-serv760/doc

Modified Files:
	CHANGES.txt 
Log Message:
Merged yuppie-ordersupport-branch:
- Added OrderSupport and OrderedFolder.
- Added optional 'id' argument to Folder constructor.
- Modified main.dtml to play well with Folder and OrderedFolder.


=== Zope/doc/CHANGES.txt 1.621 => 1.622 ===
--- Zope/doc/CHANGES.txt:1.621	Wed Jun 11 15:31:30 2003
+++ Zope/doc/CHANGES.txt	Thu Jun 12 06:20:58 2003
@@ -8,6 +8,14 @@
 
     Features added
  
+     - OFS: OrderSupport and OrderedFolder added. OrderSupport is a mixin class
+       that adds the IOrderedContainer interface to ObjectManagers.
+       OrderedFolder - meta_type 'Folder (Ordered)' - is a new Folder class
+       using OrderSupport.
+       (thanks to Stephan Richter for inspiration and some code)
+
+     - Folder: Constructor now takes an optional 'id' argument.
+
      - Show known medusa servers in Control_Panel.
 
      - New startup and installation regime (./configure; make; make install