cvs commit: xml-fop/src/org/apache/fop/fonts/type1 - New directory

2002-11-29 Thread jeremias
jeremias2002/11/29 00:34:09 xml-fop/src/org/apache/fop/fonts/type1 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2002-11-29 Thread jeremias
jeremias2002/11/29 00:35:43 Added: src/org/apache/fop/tools Tag: fop-0_20_2-maintain IOUtil.java Log: Added some I/O utilities. This class is to be replaced with Jakarta Commons IO as soon as a release is available. Revision ChangesPath No

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

2002-11-29 Thread jeremias
jeremias2002/11/29 00:37:37 Modified:src/org/apache/fop/fonts Tag: fop-0_20_2-maintain Glyphs.java Log: Made the rest of the constants public. Revision ChangesPath No revision No revision 1.7.2.1

Re: Forresbot WANTED

2002-11-29 Thread Keiron Liddle
On Fri, 2002-11-29 at 09:27, Nicola Ken Barozzi wrote: So newer versions will work. The patch cannot be applied to cocoon cvs as fop releases are coming from a branch. So how can we proceed. I would like it to be using fop cvs but this is not really feasible at the moment. Why?

cvs commit: xml-fop/src/org/apache/fop/fonts/type1 PFBData.java PFBParser.java PFMFile.java PFMInputStream.java package.html

2002-11-29 Thread jeremias
jeremias2002/11/29 00:40:54 Modified:src/org/apache/fop/fonts Tag: fop-0_20_2-maintain FontFileReader.java src/org/apache/fop/fonts/apps Tag: fop-0_20_2-maintain PFMReader.java Added: src/org/apache/fop/fonts/type1

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

2002-11-29 Thread jeremias
jeremias2002/11/29 00:43:08 Modified:src/org/apache/fop/pdf Tag: fop-0_20_2-maintain PDFT1Stream.java Log: Fixes bug with Adobe Type 1 font embedding. PC format encoded PFB files were not decoded. I think that leads to error messages on certain RIP engines.

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

2002-11-29 Thread jeremias
jeremias2002/11/29 00:44:23 Modified:src/org/apache/fop/render/pdf/fonts Tag: fop-0_20_2-maintain SingleByteFont.java Log: Use new PFBParser to read PFB files so they are properly decoded. Use org.apache.fop.tools.IOUtil for simpler code. Revision

cvs commit: xml-fop CHANGES

2002-11-29 Thread jeremias
jeremias2002/11/29 00:45:14 Modified:.Tag: fop-0_20_2-maintain CHANGES Log: Update changes for Type 1 embedding bugfix Revision ChangesPath No revision No revision 1.10.2.34 +4 -1 xml-fop/CHANGES

cvs commit: xml-fop build.xml

2002-11-29 Thread jeremias
jeremias2002/11/29 00:46:16 Modified:.Tag: fop-0_20_2-maintain build.xml Log: Fix generation of javadocs Added optional target to generate a source jar for Eclipse Revision ChangesPath No revision No revision

Re: Forresbot WANTED

2002-11-29 Thread Keiron Liddle
oops, wrong mailing list. On Fri, 2002-11-29 at 09:37, Keiron Liddle wrote: On Fri, 2002-11-29 at 09:27, Nicola Ken Barozzi wrote: So newer versions will work. The patch cannot be applied to cocoon cvs as fop releases are coming from a branch. So how can we proceed. I would like it

Re: cvs commit: fonts...

2002-11-29 Thread Keiron Liddle
Should we put the fix for the ArrayIndexOutOfBoundsException into the branch. Namely line 224 in TTFFile (HEAD): // the last character 65535 = .notdef // may have a range offset if (cmapRangeOffsets[i] != 0 j != 65535) {

Adobe Type 1 font embedding bug fixed

2002-11-29 Thread Jeremias Maerki
I've just committed a fix to CVS that corrects Type 1 font embedding. PFB files encoded in PC format (as described in the spec #5040) were not decoded which I think leads to errors on certain RIP engines. Due to lack of such a machine I can't test if this really fixes the error but it is

Re: cvs commit: fonts...

2002-11-29 Thread Jeremias Maerki
will do. On 29.11.2002 09:57:05 Keiron Liddle wrote: Should we put the fix for the ArrayIndexOutOfBoundsException into the branch. Namely line 224 in TTFFile (HEAD): // the last character 65535 = .notdef // may have a range offset if (cmapRangeOffsets[i] != 0 j != 65535) {

Re: docs for maintenance release

2002-11-29 Thread Keiron Liddle
On Thu, 2002-11-28 at 17:33, Christian Geisert wrote: Hi, for the documentation for the maintenance release I think the best thing is to copy src/documentation over from trunk and then add a simple exec command=forrest to build.xml Comments? The track.png in status.html needs a update.

cvs commit: xml-fop/src/documentation/content/xdocs/design/understanding area_tree.xml book.xml fo_tree.xml images.xml index.xml layout_managers.xml pdf_library.xml properties.xml renderers.xml svg.xml xml_parsing.xml

2002-11-29 Thread keiron
keiron 2002/11/29 01:18:23 Added: src/documentation/content/xdocs/design/understanding area_tree.xml book.xml fo_tree.xml images.xml index.xml layout_managers.xml pdf_library.xml properties.xml renderers.xml

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

2002-11-29 Thread jeremias
jeremias2002/11/29 01:27:00 Modified:src/org/apache/fop/fonts Tag: fop-0_20_2-maintain TTFFile.java Log: fixed (possibly) a problem where certain fonts had a range value for the last character causing it to try to get invalid info also handles the lack of

DO NOT REPLY [Bug 4767] - SVG text is distored in PDF output

2002-11-29 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=4767. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-fop CHANGES

2002-11-29 Thread olegt
olegt 2002/11/29 01:46:19 Modified:.Tag: fop-0_20_2-maintain CHANGES Log: Updated changes for page-height=auto bug fix. Revision ChangesPath No revision No revision 1.10.2.35 +1 -0 xml-fop/CHANGES

DO NOT REPLY [Bug 11926] - Text in SVG produces a corrupt PDF

2002-11-29 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=11926. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Alt-Design status: XML handling

2002-11-29 Thread Peter B. West
Bertrand Delacretaz wrote: Great work Peter! It makes a lot of sense to use higher-level than SAX events, and thanks for explaining this so clearly. If you allow me a suggestion regarding the structure of the code: maybe using some table-driven stuff instead of the many if statements in

Re: Problems with examples

2002-11-29 Thread W. Eliot Kimber
W. Eliot Kimber wrote: strictly. But it probably should issue a warning, at least. I'll submit that on the XEP support list. RenderX reports that this change will be in the next maintenance release of XEP. Cheers, E. -- W. Eliot Kimber, [EMAIL PROTECTED] Consultant, ISOGEN International

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 08:02:58 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FoRoot.java Log: Added pool.surrenderEvent() calls. Revision ChangesPath No revision No revision 1.1.2.18 +8 -3

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 08:09:16 Modified:src/org/apache/fop/fo Tag: FOP_0-20-0_Alt-Design FONode.java Log: Wrapped attribute handling in exception catching and logging. Get event pool. Revision ChangesPath No revision No revision

cvs commit: xml-fop/src/org/apache/fop/fo/flow FoBasicLink.java FoBidiOverride.java FoBlockContainer.java FoBlock.java FoFloat.java FoFlow.java FoFootnoteBody.java FoFootnote.java FoInlineContainer.java FoInline.java FoLeader.java FoListBlock.java FoListItemBody.java FoListItemLabel.java FoMarker.java FoMultiCase.java FoMultiProperties.java FoMultiSwitch.java FoMultiToggle.java FoStaticContent.java FoTableBody.java FoTableCaption.java FoTableCell.java FoTableFooter.java FoTableHeader.java FoTable.java FoTableRow.java FoTitle.java FoWrapper.java

2002-11-29 Thread pbwest
pbwest 2002/11/29 08:19:52 Modified:src/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoBasicLink.java FoBidiOverride.java FoBlockContainer.java FoBlock.java FoFloat.java FoFlow.java FoFootnoteBody.java

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 08:23:28 Modified:src/org/apache/fop/fo/flow Tag: FOP_0-20-0_Alt-Design FoListItem.java Log: Fixed bad test conditions. Removed redundant getXmlevents() call. Revision ChangesPath No revision No

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 08:30:17 Modified:src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design TextDecoration.java Log: Add getAlternativeIndex(). Revision ChangesPath No revision No revision

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 08:46:21 Modified:src/org/apache/fop/fo/properties Tag: FOP_0-20-0_Alt-Design ColorCommon.java Log: Added refineParsing() and getColor() methods. Corrected spelling of fuchsia. Revision ChangesPath No

cvs commit: xml-fop/src/org/apache/fop/fo/pagination FoLayoutMasterSet.java FoPageSequenceMaster.java FoSimplePageMaster.java

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:11:54 Modified:src/org/apache/fop/fo/pagination Tag: FOP_0-20-0_Alt-Design FoLayoutMasterSet.java FoPageSequenceMaster.java FoSimplePageMaster.java Log: Added surrenderEvent() calls. Revision ChangesPath

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:24:05 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLNamespaces.java Log: Added sequence, seqMask and getSequence(). Revision ChangesPath No revision No revision

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:27:02 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLEventPool.java Log: Made some fields final. Added BitSet eventSet for clash detection. Used eventSet in acquire and surrender. Revision ChangesPath No

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:29:10 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design FoXMLEventPool.java Log: Modified acquireFoXMLEvent(). Revision ChangesPath No revision No revision 1.1.2.3

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:31:46 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design FoXMLSerialHandler.java Log: Use pool.acquireFoXMLEvent(). Revision ChangesPath No revision No revision

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:33:51 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design SyncedFoXmlEventsBuffer.java Log: Set pool. Use surrenderEvent(). Revision ChangesPath No revision No revision

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

2002-11-29 Thread pbwest
pbwest 2002/11/29 09:35:24 Modified:src/org/apache/fop/xml Tag: FOP_0-20-0_Alt-Design XMLEvent.java Log: Add id field. Revision ChangesPath No revision No revision 1.1.2.9 +16 -7

RE: docs for maintenance release

2002-11-29 Thread Victor Mote
Peter B. West wrote: Victor Mote wrote: Christian Geisert wrote: for the documentation for the maintenance release I think the best thing is to copy src/documentation over from trunk and then add a simple exec command=forrest to build.xml Comments? I had a thought left over from

DO NOT REPLY [Bug 4511] - Underlining not applied to end of hyphenated line

2002-11-29 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=4511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14962] - Bug in ID Generation

2002-11-29 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=14962. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

Re: Problems with examples

2002-11-29 Thread Oleg Tkachenko
W. Eliot Kimber wrote: strictly. But it probably should issue a warning, at least. I'll submit that on the XEP support list. RenderX reports that this change will be in the next maintenance release of XEP. btw, apart from mandatory first region-body there is also region-before?,

DO NOT REPLY [Bug 4511] - Underlining not applied to end of hyphenated line

2002-11-29 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=4511. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

cvs commit: xml-fop/docs/examples/tables background.fo borders.fo break.fo headfoot.fo keep.fo omit.fo space.fo widowsorphans.fo

2002-11-29 Thread olegt
olegt 2002/11/29 16:27:56 Modified:docs/examples/fo Tag: fop-0_20_2-maintain bordershorthand.fo character.fo contlabel.fo corresprop.fo fonts.fo hyphen.fo inhprop.fo link.fo list.fo normal.fo normalex.fo

DO NOT REPLY [Bug 8815] - Irritating overlapping regions in examples

2002-11-29 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=8815. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.

DO NOT REPLY [Bug 14962] - Bug in ID Generation

2002-11-29 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=14962. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.