]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
adds work done or happening by G. Pati, J. Smith and S. Coffman
authorfotis <fotis@unknown>
Tue, 7 Mar 2000 10:21:57 +0000 (10:21 +0000)
committerfotis <fotis@unknown>
Tue, 7 Mar 2000 10:21:57 +0000 (10:21 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193288 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index b8e55052fa832543de5139c253201d6b208a9b50..eb071b7ad64492a620beae024fcf62831db7d4aa 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -4,11 +4,13 @@ STATUS
 
 Things worked on:
 
-rewrite of the org.apache.fop.layout (implements xsl 2000) [James Tauber]
+rewrite of the org.apache.fop.layout in a new package (implements xsl 2000) [James Tauber]
 image support [Eric Schaeffer, Pankaj Narula]
 simple-links [Arved Sandstrom]
 SVG support [Keiron Liddle][Torsten Friebe]
-borders and absolute positioning [Jon Smirl]
+more borders, padding and absolute positioning [Jon Smirl]
+smooth shading in PDF [Steve Coffman]
+
 
 Things to do:
 
@@ -18,17 +20,13 @@ Get images working
 [PARTIAL] Implement basic keeps
 [PARTIAL] Incorporate Eric Schaeffer's further table fixes
 Implement MessageHandler (or similar)
+Support XSL Working Draft 12 January 2000
 
 Other Bugs to fix:
 
 colour not continued onto subsequent pages if coloured block goes over page
 simple-link doesn't seem to work (I think I, JKT, broke it)
 
-Todo's 
-
-- Support XSL Working Draft 12 January 2000
-- Makefile: Avoid recompilation of all files, fix some smaller problems
-
 with AWT Previewer:
 
 - currently the layout process uses PDF fonts. This gives sometimes
@@ -43,11 +41,12 @@ with AWT Previewer:
 
 History
 
+Done since 0.12.1 release
+- using Ant to build Fop instead of make [Giacomo Pati]
+- borders, padding and absolute positioning [Jon Smirl]
+
 0.12.1 release
 to make the bug fix on XTCommandLine available to non developers
-
-Done since 0.12.0 release:
-
 basic support for padding-{top,left,bottom,right} on blocks.
 implemented simple-link (don't think it works, though)
 XTCommandLine now works again