aboutsummaryrefslogtreecommitdiffstats
path: root/status.xml
diff options
context:
space:
mode:
authorJeremias Maerki <jeremias@apache.org>2005-12-08 08:51:14 +0000
committerJeremias Maerki <jeremias@apache.org>2005-12-08 08:51:14 +0000
commitc333acfb9bc42ee91f7b7cd11ff88fa7dca64272 (patch)
tree8c73192419104cc5f0893556996b52f21d09fb71 /status.xml
parent973d676bae6d1253f8675b216704752f5897e2fa (diff)
downloadxmlgraphics-fop-c333acfb9bc42ee91f7b7cd11ff88fa7dca64272.tar.gz
xmlgraphics-fop-c333acfb9bc42ee91f7b7cd11ff88fa7dca64272.zip
Bugzilla #37828:
Bugfix for column balancing with large amounts of text. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@355042 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r--status.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/status.xml b/status.xml
index c05434c7c..8f1584344 100644
--- a/status.xml
+++ b/status.xml
@@ -27,6 +27,16 @@
<changes>
<release version="FOP Trunk">
+ <action context="Code" dev="JM" type="fix" fixes-bug="37828">
+ Bugfix: Column balancing produced strange break decisions in certain multi-column
+ documents with large amounts of text.
+ </action>
+ <action context="Code" dev="JM" type="add">
+ Added an alternative set of rules for calculating text indents which tries to mimic
+ the behaviour of many commercial FO implementations that chose to break the rules
+ in the FO specification in order to better meet the natural expectations of
+ inexperienced FO users.
+ </action>
<action context="Code" dev="JM" type="fix" fixes-bug="37815" due-to="Tom Craddock">
Bugfix: The combination of content-width="scale-to-fit" and content-height="100%"
did not work as expected due to a datatype conversion bug.