diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-07 00:56:29 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-07 00:56:29 +0000 |
commit | f2baa084c1c1fae50cfbd4def22ad7c356bb3970 (patch) | |
tree | d7ae1c851c67f107df63df76e294ae1ce2281a02 /status.xml | |
parent | 9263449d44a00d7f223d47a83630abb4bd5aaf84 (diff) | |
download | xmlgraphics-fop-f2baa084c1c1fae50cfbd4def22ad7c356bb3970.tar.gz xmlgraphics-fop-f2baa084c1c1fae50cfbd4def22ad7c356bb3970.zip |
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()
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554101 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/status.xml b/status.xml index 24df14c88..fdbf53fa1 100644 --- a/status.xml +++ b/status.xml @@ -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 |