]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updating documentation
authorfotis <fotis@unknown>
Wed, 13 Dec 2000 21:26:39 +0000 (21:26 +0000)
committerfotis <fotis@unknown>
Wed, 13 Dec 2000 21:26:39 +0000 (21:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193871 13f79535-47bb-0310-9956-ffa450edef68

STATUS
docs/xml-docs/fop/implemented.xml

diff --git a/STATUS b/STATUS
index 3b756393828d9256e2ffc855f9779a1224c727c5..5ad0a87a6aa35f2b4e21038ee32fa7f3efa3ff5f 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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] 
 
 
index 1773479b3bc8bcb12e385bc77d7807c1028dcb89..c6aa8af7592140c1be4f1c8adf32eec92419a61d 100644 (file)
       <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>
       <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>
       <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>