diff options
author | fotis <fotis@unknown> | 2000-12-13 21:26:39 +0000 |
---|---|---|
committer | fotis <fotis@unknown> | 2000-12-13 21:26:39 +0000 |
commit | fe1bb903bff8e5d2d2d47fb3f6286711339b7b1a (patch) | |
tree | f74e4b72cf8276771444e99f55637f503cf47289 | |
parent | 47d4e608a32a66671081fe4d2f7012a2ea89614a (diff) | |
download | xmlgraphics-fop-fe1bb903bff8e5d2d2d47fb3f6286711339b7b1a.tar.gz xmlgraphics-fop-fe1bb903bff8e5d2d2d47fb3f6286711339b7b1a.zip |
updating documentation
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193871 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | STATUS | 19 | ||||
-rw-r--r-- | docs/xml-docs/fop/implemented.xml | 8 |
2 files changed, 23 insertions, 4 deletions
@@ -27,16 +27,28 @@ Jon Smirl **** HISTORY **** + Done since 0.15 release +- added: Finnish hyphenation patterns [Jarno Elovirta] +- added: hyphenation package (Carlos Villegas), integration into Fop [Fotis Jannidis] +- added: interim configuration package [Fotis Jannidis] - added: FopImage class that uses JAI [Eric Schaeffer] and JAI compile target [Kelly Campbell] - added: support for rule-style [Fotis Jannidis] +- updated tables to handle headers, footers, keep-with, colspan + is partly done [Marcus Crafter] - updated: svg stuff for the latest java bindings [Keiron Liddle] - fixed: enhanced error messages for page layout (region names, master) [Norm Walsh] - fixed: infinite looping bug when TableCell or TableRow is larger than a page [Hani Elabed] - fixed: corrected the size of the "-" char [Marcus Crafter] - fixed: check for unnecessary whitespace at end of line [Marcus Crafter] - fixed: moves table completely to next page if first row doesn't fit into last page [Marcus Crafter] - +- fixed: problem where id's where being setup twice for + table row going over the page [Kelly Campbell] +- fixed colspanning so that the cell state keeps track of the + width so far properly [Marcus Crafter] +- fix to allow JDK 1.1 users to compile and use FOP [Mikko Honkala] +- fix: removing duplicate character mappings [Dharamveer Salecha] +- fix: NullPointerException in FopImageFactory [Kelly Campbell] Done since 0.14 release - added region-name support, refactoring of region, PageSequence, @@ -114,8 +126,9 @@ columns, footnotes, floats [Arved Sandstrom, Kelly Campbell] image support [Eric Schaeffer, Pankaj Narula, Andreas Rueckert] SVG support [Keiron Liddle][Torsten Friebe] smooth shading in PDF [Steven Coffman] -tables [Karen Lease] -hyphenation [Carlos Villegas] +properties [Karen Lease] +tables [Karen Lease, Marcus Crafter] +hyphenation,line break [Carlos Villegas] docs [Fotis Jannidis] diff --git a/docs/xml-docs/fop/implemented.xml b/docs/xml-docs/fop/implemented.xml index 1773479b3..c6aa8af75 100644 --- a/docs/xml-docs/fop/implemented.xml +++ b/docs/xml-docs/fop/implemented.xml @@ -132,6 +132,7 @@ <li>break-before </li> <li>color </li> <li>column-width </li> + <li>country</li> <li>end-indent </li> <li>extent </li> <li>external-destination</li> @@ -141,10 +142,15 @@ <li>font-style </li> <li>font-weight </li> <li>height</li> + <li>hyphenate</li> + <li>hyphenation-character</li> + <li>hyphenation-push-character-count</li> + <li>hyphenation-remain-character-count</li> <li>id</li> <li>initial-page-number</li> <li>internal-destination</li> <li>keep-with-next (broken)</li> + <li>language</li> <li>leader-alignment (not value "page")</li> <li>leader-length (no percentage values)</li> <li>leader-pattern (not value "use-content")</li> @@ -181,9 +187,9 @@ <li>space-before.optimum </li> <li>src </li> <li>start-indent </li> - <li>textdecoration (only value "underline")</li> <li>text-align </li> <li>text-align-last </li> + <li>textdecoration (only value "underline")</li> <li>text-indent </li> <li>top</li> <li>white-space-collapse</li> |