cvs commit: xml-fop/src/java/org/apache/fop/fo/flow FoPageSequence.java

2004-01-21 Thread pbwest
pbwest 2004/01/20 23:03:23 Modified:src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoPageSequence.java Log: Fixed count of static-cotent elements. Modified for static-content subtree event buffering. Revision ChangesPath No

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow FoStaticContent.java

2004-01-21 Thread pbwest
pbwest 2004/01/20 23:04:18 Modified:src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoStaticContent.java Log: Modified to buffer static-content subtree events Revision ChangesPath No revision No

missing Japanese character

2004-01-21 Thread Siarhei Baidun
Did anybody experince %subj% problem in FOP 0.20.4rc? In several words the problem is as follows. fop 0.20.4rc When rendering Japanese XML into PDF using MSGothic I have one Japanese character missed in result PDF. With Unicode font all works correct. fop 0.20.5 With both

cvs commit: xml-fop/src/java/org/apache/fop/fo FONode.java

2004-01-21 Thread pbwest
pbwest 2004/01/21 02:59:35 Modified:src/java/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: getMarkers - Javadoc comment added relinquish(event) problem fixed Revision ChangesPath No revision No

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow FoBidiOverride.java FoTableCell.java FoTableBody.java FoBlockContainer.java FoMultiCase.java FoListBlock.java FoMultiToggle.java FoTableRow.java FoTableAndCaption.java FoListItemLabel.java FoTableHeader.java FoBlock.java FoListItemBody.java FoInline.java FoTitle.java FoTableCaption.java FoBasicLink.java FoFlow.java FoTableFooter.java FoInlineContainer.java

2004-01-21 Thread pbwest
pbwest 2004/01/21 03:01:31 Modified:src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoBidiOverride.java FoTableCell.java FoTableBody.java FoBlockContainer.java FoMultiCase.java FoListBlock.java

cvs commit: xml-fop/src/java/org/apache/fop/fo/flow FoMarker.java

2004-01-21 Thread pbwest
pbwest 2004/01/21 03:07:55 Modified:src/java/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoMarker.java Log: Changed to use XmlEventsArrayBuffer to buffer all the raw XmlEvent children of fo:marker Revision ChangesPath No

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

2004-01-21 Thread pbwest
pbwest 2004/01/21 03:12:29 Removed: src/java/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design ArrayXmlEventsBuffer.java Log: ArrayXmlEventsBuffer renamed to XmlEventsArrayBuffer - To

cvs commit: xml-fop .classpath

2004-01-21 Thread pbwest
pbwest 2004/01/21 03:15:41 Modified:.Tag: FOP_0-20-0_Alt-Design .classpath Log: Revision ChangesPath No revision No revision 1.1.2.6 +1 -0 xml-fop/Attic/.classpath Index: .classpath

cvs commit: xml-fop/build/tmp version.property

2004-01-21 Thread pbwest
pbwest 2004/01/21 03:18:36 Added: build/tmp Tag: FOP_0-20-0_Alt-Design version.property Log: Revision ChangesPath No revision No revision 1.1.2.1 +2 -0 xml-fop/build/tmp/Attic/version.property

Iframes

2004-01-21 Thread Peter B. West
Andreas L. Delmelle wrote: -Original Message- From: Peter B. West [mailto:[EMAIL PROTECTED] I assume this problem is with the iframes? Well, not my eye-frames... but if that's what these charming windows on the sources are called, then, yes. Anyway, this could well be added as a

Re: @author tags in source files (Was re:cvs commit....)

2004-01-21 Thread Glen Mazza
--- Peter B. West [EMAIL PROTECTED] wrote: It seems to me that a major motivation for writing OSS is precisely the recognition. When alt-design is completed, I will probably have written the bulk of it, as well as designing it, and I have no intention of removing my @author tags. Why

cvs commit: xml-fop/src/java/org/apache/fop/render/pdf CTMHelper.java

2004-01-21 Thread bckfnn
bckfnn 2004/01/21 10:50:45 Modified:src/java/org/apache/fop/render/pdf CTMHelper.java Log: Use PDFNumber.doubleOut to format the floats in a transformation matrix. This avoids scientific notation which is not supporter by pdf. PR: 25880 Revision ChangesPath 1.2

DO NOT REPLY [Bug 25880] - [PATCH] avoid expotential notation for small transformation numbers.

2004-01-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25880. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-fop build.xml

2004-01-21 Thread bckfnn
bckfnn 2004/01/21 11:36:40 Modified:.build.xml Log: Match the version string is apps.Version. PR: 25691 Revision ChangesPath 1.99 +1 -1 xml-fop/build.xml Index: build.xml ===

DO NOT REPLY [Bug 25691] - [PATCH] re-enable the 'test' target.

2004-01-21 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT http://nagoya.apache.org/bugzilla/show_bug.cgi?id=25691. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: missing Japanese character

2004-01-21 Thread J.Pietschmann
Siarhei Baidun wrote: What I'd like to know is a hint (or patch) what class(es) was(where) modified in FOP 0.20.5 to fix this problem. Do you use the same metrics file ion bothe cases? If so, it's probably one of the mapping problems. The code should be either in one of the files in the font

Re: Newbie committer questions.

2004-01-21 Thread Finn Bock
but instead I used the :ext: protocol and set CVS_RSH=ssh with cygwin, just like I do for sourceforge. Would I get any benefit from using ssh tunneling? [Jeremias Maerki] You don't have to establish the SSH connection everytime you do a CVS operation. It's speedier. Thanks, perhaps I'll give it