diff options
author | Keiron Liddle <keiron@apache.org> | 2002-07-31 12:46:40 +0000 |
---|---|---|
committer | Keiron Liddle <keiron@apache.org> | 2002-07-31 12:46:40 +0000 |
commit | 1d62c04a80d55779b84d523387a8a53f9b7cbf27 (patch) | |
tree | ae578a3e28aaa844017f3b0a8faa5a52c24bf73c | |
parent | 5870e54509e3f91555fdd791e6879a1f174f762b (diff) | |
download | xmlgraphics-fop-1d62c04a80d55779b84d523387a8a53f9b7cbf27.tar.gz xmlgraphics-fop-1d62c04a80d55779b84d523387a8a53f9b7cbf27.zip |
added recent changes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195042 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | status.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/status.xml b/status.xml index de253032a..899b7b0c1 100644 --- a/status.xml +++ b/status.xml @@ -76,6 +76,23 @@ inactive?? <changes> <release version="?" date="2002"> + <action dev="KLL" type="add" context="docs" + due-to="Cyril Rognon" due-to-email="crognon@objectiva.fr"> + added layout manager info + </action> + <action dev="KLL" type="update" context="docs" + due-to="Peter Kullmann" due-to-email="p.kullmann@arenae.ch"> + fixed master-name and a test setup problem + </action> + <action dev="KLL" type="update" context="code"> + moved embed font info into the render.pdf package + reduced dependancy on Configuration + </action> + <action dev="KLL" type="update" context="code" + due-to="Kevin O'Neill" due-to-email="kevin@rocketred.com.au"> + separated the specific PDFRender functionality from the CTM class + and created a small utility class for the renderer to use + </action> <action dev="KLL" type="update" context="code"> FontState only used for calculations, stores font name and size on area tree |