Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv23992

Modified Files:
      Tag: CMF-1_5-branch
        CHANGES.txt 
Log Message:
doActionFor() propagates **kw to isActionSupported() through
_checkTransitionGuard() until the guard.check() method so that
StateChangeInfo() can be constructed with those kwargs.


=== CMF/CHANGES.txt 1.248.2.101 => 1.248.2.102 ===
--- CMF/CHANGES.txt:1.248.2.101 Sun Apr 24 20:40:11 2005
+++ CMF/CHANGES.txt     Tue Apr 26 12:08:00 2005
@@ -8,6 +8,10 @@
       optimization when you want to reindex all the idxs *and* the
       security in a single shot with reindexObject().
 
+    - doActionFor() propagates **kw to isActionSupported() through
+      _checkTransitionGuard() until the guard.check() method so that
+      StateChangeInfo() can be constructed with those kwargs.
+
   Bugs Fixed
 
     - Sync catalog metadata column with correct name of DublinCore string

_______________________________________________
CMF-checkins mailing list
[email protected]
http://mail.zope.org/mailman/listinfo/cmf-checkins

Reply via email to