diff options
author | Adrian Cumiskey <acumiskey@apache.org> | 2008-06-17 10:30:54 +0000 |
---|---|---|
committer | Adrian Cumiskey <acumiskey@apache.org> | 2008-06-17 10:30:54 +0000 |
commit | 08f0da8adadb9fda358992ad204948570ad41d11 (patch) | |
tree | 63839a088e22c7224abbd11ffa8befff0715169f /status.xml | |
parent | f25d75a80cbb96a31e6d5b5a4da9d5e95d164cd8 (diff) | |
download | xmlgraphics-fop-08f0da8adadb9fda358992ad204948570ad41d11.tar.gz xmlgraphics-fop-08f0da8adadb9fda358992ad204948570ad41d11.zip |
Merged revisions 666596,666967,667367,667831,667862,667864,667893,668177,668576 via svnmerge from
https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk
........
r666596 | vhennebert | 2008-06-11 10:52:04 +0100 (Wed, 11 Jun 2008) | 2 lines
Fixed typo
........
r666967 | maxberger | 2008-06-12 07:07:28 +0100 (Thu, 12 Jun 2008) | 1 line
Added PMD and Findbugs report, 'reports' target'
........
r667367 | maxberger | 2008-06-13 07:03:30 +0100 (Fri, 13 Jun 2008) | 1 line
Disabled retroweaver task definition, because it breaks gump
........
r667831 | maxberger | 2008-06-14 17:21:15 +0100 (Sat, 14 Jun 2008) | 1 line
minor spelling fixes
........
r667862 | maxberger | 2008-06-14 19:18:14 +0100 (Sat, 14 Jun 2008) | 1 line
minor spelling fixes
........
r667864 | maxberger | 2008-06-14 19:23:28 +0100 (Sat, 14 Jun 2008) | 1 line
minor spelling & checkstyle fixes
........
r667893 | maxberger | 2008-06-14 23:20:42 +0100 (Sat, 14 Jun 2008) | 1 line
removed double storage of 'fobj'
........
r668177 | lfurini | 2008-06-16 15:52:14 +0100 (Mon, 16 Jun 2008) | 2 lines
Fixing the PageBreakingAlgorithm, replacing calls to getLineWidth() with getLineWidth(int) so as to take into account each page's real height.
This fixes the positioning of footnotes when the page bpd is not the same for all pages.
........
r668576 | jeremias | 2008-06-17 10:04:05 +0100 (Tue, 17 Jun 2008) | 1 line
Wrong line number reported in the case of a line overflow.
........
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_AFPGOCAResources@668608 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/status.xml b/status.xml index d8e09fa79..3f30869ca 100644 --- a/status.xml +++ b/status.xml @@ -53,6 +53,11 @@ <changes> <release version="FOP Trunk" date="TBD"> + <action context="Layout" dev="LF" type="fix"> + Fixed an inconsistency in footnote handling that led to unnecessary + empty areas in pages whose last normal line contains footnotes + when the page bpd is not the same for all pages. + </action> <!-- change reverted, to be added back later <action context="Renderers" dev="AC" importance="high" type="add"> Added SVG support for AFP (GOCA). |