diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-08-04 15:13:53 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-08-04 15:13:53 +0000 |
commit | c5315f6df87ff9a1c94bf58efe7029078ceb9b08 (patch) | |
tree | 863bfc0091ca299ccf6dbf2f80b170c44c2f9a77 /status.xml | |
parent | de718914ca7a6f6655d227f5ed55b3d32bb6026a (diff) | |
download | xmlgraphics-fop-c5315f6df87ff9a1c94bf58efe7029078ceb9b08.tar.gz xmlgraphics-fop-c5315f6df87ff9a1c94bf58efe7029078ceb9b08.zip |
Bugzilla #39840:
Changed the way overflowing pages are handled. The overflow property on region-body is now used to define the behaviour. It removes the "Some content could not fit..." exception that bugged so many. However, the change does not yet change any keep behaviour.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@428750 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index 408dba617..b71af09d4 100644 --- a/status.xml +++ b/status.xml @@ -28,6 +28,10 @@ <changes> <release version="FOP Trunk"> + <action context="Code" dev="JM" type="update"> + Changed the way overflowing pages are handled. The overflow property on region-body + is now used to define the behaviour. + </action> <action context="Code" dev="JM" type="fix"> Fixed a memory-leak: The FO tree part of a page-sequence was not released when a page-sequence was finished. |