space-before in 1.0Dev

2003-11-07 Thread Chris Bowditch
Hi Glen and other devs, I'm responding to an earlier message where you said: quote Another issue I was working on last weekend--still unsolved--was that in 1.0 layout, fo:block space-before is being added to the top of *each* page that the block consumes (instead of just once at the top of the

RE: Replacing me on the PMC

2003-11-07 Thread Victor Mote
Peter B. West wrote: I have been very quiet lately, although I have been monitoring the list. Initially that was because of the work I was doing, but that has now ceased, and I hope to be able to get back to work on alt.design soon. We're looking forward to having you back. When you are

cvs commit: xml-fop/examples/mathml/src/org/apache/fop/mathml MathMLObj.java MathMLElement.java MathMLElementMapping.java

2003-11-07 Thread jeremias
jeremias2003/11/07 13:22:26 Modified:examples/mathml/src/org/apache/fop/mathml MathMLObj.java MathMLElement.java MathMLElementMapping.java Log: Cleanup and make it compile again Revision ChangesPath 1.3 +3 -3

cvs commit: xml-fop/examples/plan/src/org/apache/fop/plan PlanElementMapping.java PlanElement.java

2003-11-07 Thread jeremias
jeremias2003/11/07 13:23:58 Modified:examples/plan/src/org/apache/fop/plan PlanElementMapping.java PlanElement.java Log: Put namespace URI in public constant Revision ChangesPath 1.4 +6 -3

cvs commit: xml-fop/src/java/org/apache/fop/apps Driver.java

2003-11-07 Thread jeremias
jeremias2003/11/07 13:49:02 Modified:src/java/org/apache/fop/apps Driver.java Log: Tried to fix basic driver tests but didn't manage, yet. Some initialisation code moved from render() to getContentHandler(). Revision ChangesPath 1.45 +15 -17

cvs commit: xml-fop/src/java/org/apache/fop/svg ACIUtils.java

2003-11-07 Thread jeremias
jeremias2003/11/07 13:53:43 Added: src/java/org/apache/fop/svg ACIUtils.java Log: Helper class for debugging in TextPainters Revision ChangesPath 1.1 xml-fop/src/java/org/apache/fop/svg/ACIUtils.java Index: ACIUtils.java

cvs commit: xml-fop/src/java/org/apache/fop/svg AbstractFOPTranscoder.java

2003-11-07 Thread jeremias
jeremias2003/11/07 13:54:32 Modified:src/java/org/apache/fop/svg AbstractFOPTranscoder.java Log: Use different base class for user agent. Revision ChangesPath 1.3 +17 -63xml-fop/src/java/org/apache/fop/svg/AbstractFOPTranscoder.java Index:

Re: space-before in 1.0Dev

2003-11-07 Thread J.Pietschmann
Chris Bowditch wrote: The BlockLayoutManager.addAreas seems to be responsible for adding space before/after. Currently there is no check to see whether or not this is the first/last call to addAreas. Is the LayoutContext object supposed to be the mechanism for checking such state? I think so.

Re: Replacing me on the PMC

2003-11-07 Thread J.Pietschmann
Peter B. West wrote: I nominate Joerg as my replacement, should he desire the position. Well, not exactly a desire but if it's my turn to take the duty, I'll do it. J.Pietschmann

cvs commit: xml-fop/src/java/org/apache/fop/render/ps EPSTranscoder.java AbstractPSTranscoder.java AbstractPSDocumentGraphics2D.java EPSDocumentGraphics2D.java PSProcSets.java PSTranscoder.java PSGraphics2D.java PSGenerator.java PSRenderer.java PSTextElementBridge.java PSXMLHandler.java DSCConstants.java PSDocumentGraphics2D.java PSTextPainter.java

2003-11-07 Thread jeremias
jeremias2003/11/07 14:19:20 Modified:src/java/org/apache/fop/render/ps PSProcSets.java PSTranscoder.java PSGraphics2D.java PSGenerator.java PSRenderer.java PSTextElementBridge.java PSXMLHandler.java

cvs commit: xml-fop build.xml

2003-11-07 Thread jeremias
jeremias2003/11/07 14:21:28 Modified:.build.xml Log: Adjust transcoder packaging to changes in FOP. Revision ChangesPath 1.92 +6 -2 xml-fop/build.xml Index: build.xml === RCS file:

cvs commit: xml-fop/src/java/org/apache/fop/util StreamUtilities.java

2003-11-07 Thread jeremias
jeremias2003/11/07 14:21:57 Removed: src/java/org/apache/fop/util StreamUtilities.java Log: Not needed anymore. Everything we need is in Commons IO. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Replacing me on the PMC

2003-11-07 Thread Jeremias Maerki
Hehe. +1 from me, too. Don't worry it's not that much to do. On 07.11.2003 23:15:28 J.Pietschmann wrote: Peter B. West wrote: I nominate Joerg as my replacement, should he desire the position. Well, not exactly a desire but if it's my turn to take the duty, I'll do it. J.Pietschmann

Changes in PostScript support

2003-11-07 Thread Jeremias Maerki
Finally, I managed to scratch together some time and resync my local codebase again. I failed to upload my PS refactoring I did in August and then a lot of little changes happened. Took me quite a long time to get that sorted out. Teaches me for next time. :-) Anyway, I hope I have correctly