You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ad...@apache.org on 2007/07/07 02:56:29 UTC

svn commit: r554101 - /xmlgraphics/fop/trunk/status.xml

Author: adelmelle
Date: Fri Jul  6 17:56:29 2007
New Revision: 554101

URL: http://svn.apache.org/viewvc?view=rev&rev=554101
Log:
Bugzilla 41656
        Refactoring in the fo package:
        -> removal of the childNodes instance member in fop.fo.FObj
        -> addition of a firstChild instance member in fop.fo.FObj
        -> addition of a siblings instance member in fop.fo.FONode
        -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj
        -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes()

Modified:
    xmlgraphics/fop/trunk/status.xml

Modified: xmlgraphics/fop/trunk/status.xml
URL: http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/status.xml?view=diff&rev=554101&r1=554100&r2=554101
==============================================================================
--- xmlgraphics/fop/trunk/status.xml (original)
+++ xmlgraphics/fop/trunk/status.xml Fri Jul  6 17:56:29 2007
@@ -28,8 +28,17 @@
 
   <changes>
     <release version="FOP Trunk">
+      <action context="code" dev="AD" type="update" fixes-bug="41656">
+        Refactoring in the fo package:
+        -> removal of the childNodes instance member in fop.fo.FObj
+        -> addition of a firstChild instance member in fop.fo.FObj
+        -> addition of a siblings instance member in fop.fo.FONode
+        -> addition of a FONodeIterator interface in FONode + corresponding implementation in FObj
+        -> changed implementations of FObj.addChildNode(), .removeChild() and .getChildNodes()
+      </action>
       <action context="code" dev="AD" type="update" fixes-bug="42089" due-to="Adrian Cumiskey">
-        Code cleanup and restructuring.
+        Code cleanup and restructuring: 
+        Refactoring of PageSequenceLayoutManager and provide common FObj id property use
       </action>
       <action context="Code" dev="AD" type="add">
         Slight improvement of relative font-weight handling in the properties



---------------------------------------------------------------------
To unsubscribe, e-mail: fop-commits-unsubscribe@xmlgraphics.apache.org
For additional commands, e-mail: fop-commits-help@xmlgraphics.apache.org