diff options
author | Keiron Liddle <keiron@apache.org> | 2003-04-02 00:40:04 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2003-04-02 00:40:04 +0000 |
commit | 4c9a8f5ed153e0fc6fdb1665bf6eaddf2116c73f (patch) | |
tree | 1dc36a2c484d611388ae996fbdc900c5e5845c6b /status.xml | |
parent | 28be4ed44a9dd614518cc33d37d1abd9af4d574a (diff) | |
download | xmlgraphics-fop-4c9a8f5ed153e0fc6fdb1665bf6eaddf2116c73f.tar.gz xmlgraphics-fop-4c9a8f5ed153e0fc6fdb1665bf6eaddf2116c73f.zip |
updated status re markers
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@196200 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/status.xml b/status.xml index d0ea86690..b93b6bb89 100644 --- a/status.xml +++ b/status.xml @@ -41,17 +41,6 @@ inactive?? </action> <action context="code" dev="open"> - Add markers to page when areas added. - When an area is added that is created by an FO that contains markers - then the markers can also be added. There are four types of positions - for markers. - </action> - <action context="code" dev="open"> - Retrieve markers from page. - When doing the static areas the markers will need to be available for - retrieving. The marker can then be layed out as normal. - </action> - <action context="code" dev="open"> Implement spacing between blocks and the adjustment to actual height when adding areas. </action> @@ -115,6 +104,17 @@ inactive?? <changes> <release version="2003" date="2003"> + <action context="code" dev="KLL" type="update"> + Added markers to page when areas added. + When an area is added that is created by an FO that contains markers + then the markers can also be added. There are four types of positions + for markers. + </action> + <action context="code" dev="KLL" type="update"> + Retrieved markers from page. + When doing the static areas the markers will need to be available for + retrieving. Layout currently has some issues. + </action> <action context="code" dev="JM" type="update"> PDF and PS transcoders now have a common base class. It also optionally supports Avalon Logging and Configuration. Support for |