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

Martijn Pieters mj@zope.com
Mon, 7 Oct 2002 16:04:00 -0400


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

Modified Files:
      Tag: Zope-2_6-branch
	CHANGES.txt 
Log Message:
Merge additional TreeMaker accessor methods and stateFunction functionality
from the trunk.


=== Zope/doc/CHANGES.txt 1.535.2.23 => 1.535.2.24 ===
--- Zope/doc/CHANGES.txt:1.535.2.23	Mon Oct  7 15:45:10 2002
+++ Zope/doc/CHANGES.txt	Mon Oct  7 16:03:30 2002
@@ -64,6 +64,14 @@
         allowing for a far larger number of open tree states to be encoded.
         decodeExpansion handles compressed expansion states automatically.
 
+      - ZTUtils.Tree.TreeMaker now has additional methods for setting
+        various flags and attributes that influence how the tree is built,
+        making these aspects accessible to PythonScripts.
+
+      - ZTUtils.Tree.TreeMaker has a new method setStateFunction, which
+        allows you to set a callback function that can influence the state
+        (open, closed, leaf) of each node in the tree.
+
   Zope 2.6.0 beta 1
 
     Bugs Fixed