aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2008-04-25 10:07:58 +0000
committerJeremias Maerki <jeremias@apache.org>2008-04-25 10:07:58 +0000
commitc47f87ac1bc127389597c979e1e4a344b3e9fe88 (patch)
treee6baed78671b837d2d9fcbe05b2da5614156f2a1 /status.xml
parent69f2bb15e9268dae8440e5254e89b6914c8c46c3 (diff)
downloadxmlgraphics-fop-c47f87ac1bc127389597c979e1e4a344b3e9fe88.tar.gz
xmlgraphics-fop-c47f87ac1bc127389597c979e1e4a344b3e9fe88.zip
Second part of the implementation of stage 1 for advanced keeps (see Wiki): Integer values are treated differently from "always" values in keep-with-next/previous.within-column for all block-level FOs.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@651558 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index 6d55b69d4..d6b3c6941 100644
--- a/status.xml
+++ b/status.xml
@@ -58,6 +58,11 @@
Added SVG support for AFP (GOCA).
</action>
-->
+ <action context="Layout" dev="JM" type="add">
+ Added minimal support for integer keep values on the various keep properties on block-level
+ FOs. For now, all integer values are treated the same (i.e. without strength distinction).
+ Using integers allows to avoid overflows that can happen when "always" is used extensively.
+ </action>
<action context="Renderers" dev="JM" type="add">
Added support for rendering pages using JPS (Java Printing System). See new example:
examples/embedding/java/ExamplesFO2JPSPrint.java