diff options
author | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-07 01:08:14 +0000 |
---|---|---|
committer | Andreas L. Delmelle <adelmelle@apache.org> | 2007-07-07 01:08:14 +0000 |
commit | 8bad2fe485dae7b89d1b7fb53cff34d662e77e7f (patch) | |
tree | 17bd4fcb3e99d9693ffec68fb4c1523e61efcf4e /status.xml | |
parent | 69b7925f5cdbd813a4136705ee7a19e9af6f28fc (diff) | |
download | xmlgraphics-fop-8bad2fe485dae7b89d1b7fb53cff34d662e77e7f.tar.gz xmlgraphics-fop-8bad2fe485dae7b89d1b7fb53cff34d662e77e7f.zip |
OK, now it was ready...
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@554105 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 5b6e26fab..fdbf53fa1 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,14 @@ <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: Refactoring of PageSequenceLayoutManager and provide common FObj id property use |