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

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 Index

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

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

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

2002-12-02 Thread jeremias
jeremias2002/12/02 06:04:16 Modified:src/org/apache/fop/fonts/type1 Tag: fop-0_20_2-maintain PFBParser.java PFBData.java Log: Added missing APL header Improved style Revision ChangesPath No revision No

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

2002-12-02 Thread jeremias
jeremias2002/12/02 06:04:43 Modified:src/org/apache/fop/fonts/type1 Tag: fop-0_20_2-maintain PFMFile.java Log: Removed semicolon Revision ChangesPath No revision No revision 1.1.2.2 +3 -3

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

2002-12-02 Thread jeremias
jeremias2002/12/02 06:15:08 Modified:src/org/apache/fop/util StreamUtilities.java Log: style and javadocs added new method toByteArray() Revision ChangesPath 1.2 +62 -10xml-fop/src/org/apache/fop/util/StreamUtilities.java Index: StreamUtilities.java

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

2002-12-02 Thread jeremias
jeremias2002/12/02 06:24:07 Added: src/org/apache/fop/fonts/type1 PFBData.java PFBParser.java PFMFile.java PFMInputStream.java package.html Log: Moved PFM classes to type1 subpackage Added PFB classes (taken from branch) Revision ChangesPath

cvs commit: xml-fop/src/org/apache/fop/fonts/apps PFMReader.java TTFReader.java

2002-12-02 Thread jeremias
jeremias2002/12/02 06:27:58 Modified:src/org/apache/fop/fonts Glyphs.java TTFFile.java src/org/apache/fop/fonts/apps PFMReader.java TTFReader.java Removed: src/org/apache/fop/fonts PFMFile.java PFMInputStream.java Log: Moved PFM classes to type1 subpackage

cvs commit: xml-fop .cvsignore

2002-12-02 Thread jeremias
jeremias2002/12/02 06:30:08 Modified:..cvsignore Log: Add an entry for checkstyle-noframes.xsl stylesheet Revision ChangesPath 1.4 +1 -0 xml-fop/.cvsignore Index: .cvsignore

cvs commit: xml-fop/lib .cvsignore

2002-12-02 Thread jeremias
jeremias2002/12/02 06:36:20 Added: lib .cvsignore Log: Ignore checkstyle*.jar as we support it but can't/won't redistribute it. Revision ChangesPath 1.1 xml-fop/lib/.cvsignore Index:

cvs commit: xml-fop status.xml

2002-12-02 Thread jeremias
jeremias2002/12/02 06:40:18 Modified:.status.xml Log: Comment on latest changes Revision ChangesPath 1.20 +5 -0 xml-fop/status.xml Index: status.xml === RCS file: /home/cvs/xml-fop

cvs commit: xml-fop/src/documentation/content/xdocs fonts.xml

2002-12-02 Thread jeremias
jeremias2002/12/02 11:31:00 Modified:src/documentation/content/xdocs fonts.xml Log: Correct classpaths Improve text structure Some notes Revision ChangesPath 1.3 +76 -52xml-fop/src/documentation/content/xdocs/fonts.xml Index: fonts.xml

cvs commit: xml-fop/docs/examples/advanced giro.fo

2003-01-04 Thread jeremias
jeremias2003/01/04 07:11:59 Modified:docs/examples/advanced Tag: fop-0_20_2-maintain giro.fo Log: Fixed a missing master-reference reported by Darrel Riekhof. Revision ChangesPath No revision No revision 1.1.2.2 +1 -1

cvs commit: xml-fop/src/org/apache/fop/area/inline UnresolvedPageNumber.java

2003-01-08 Thread jeremias
jeremias2003/01/08 05:51:11 Modified:src/org/apache/fop/area/inline UnresolvedPageNumber.java Log: Removed dead code Revision ChangesPath 1.6 +3 -8 xml-fop/src/org/apache/fop/area/inline/UnresolvedPageNumber.java Index: UnresolvedPageNumber.java

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

2003-01-08 Thread jeremias
jeremias2003/01/08 05:52:12 xml-fop/src/org/apache/fop/fonts/truetype - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-01-08 Thread jeremias
jeremias2003/01/08 05:55:01 Modified:src/org/apache/fop/image ImageFactory.java Log: Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.13 +110 -104 xml-fop/src/org/apache/fop/image/ImageFactory.java Index: ImageFactory.java

cvs commit: xml-fop/src/org/apache/fop/layout FontInfo.java FontState.java FontDescriptor.java FontMetric.java

2003-01-08 Thread jeremias
jeremias2003/01/08 05:56:37 Modified:src/org/apache/fop/layout FontInfo.java FontState.java Removed: src/org/apache/fop/layout FontDescriptor.java FontMetric.java Log: Adjustments for the font refactoring Removal/commenting out of some dead code

cvs commit: xml-fop/src/org/apache/fop/pdf PDFCIDFont.java PDFDocument.java PDFFont.java PDFFontDescriptor.java PDFFontNonBase14.java PDFFontTrueType.java PDFFontType0.java PDFFontType1.java PDFFontType3.java PDFGState.java PDFICCStream.java PDFStream.java PDFT1Stream.java PDFTTFStream.java PDFWArray.java

2003-01-08 Thread jeremias
jeremias2003/01/08 05:57:24 Modified:src/org/apache/fop/pdf PDFCIDFont.java PDFDocument.java PDFFont.java PDFFontDescriptor.java PDFFontNonBase14.java PDFFontTrueType.java PDFFontType0.java PDFFontType1.java

cvs commit: xml-fop/src/org/apache/fop/render/awt AWTFontMetrics.java FontMetricsMapper.java FontSetup.java

2003-01-08 Thread jeremias
jeremias2003/01/08 05:58:25 Modified:src/org/apache/fop/render/awt AWTFontMetrics.java FontMetricsMapper.java FontSetup.java Log: Adjustments for the font refactoring Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.5 +27

cvs commit: xml-fop/src/org/apache/fop/render/pdf/fonts BFEntry.java LazyFont.java MultiByteFont.java SingleByteFont.java package.html

2003-01-08 Thread jeremias
jeremias2003/01/08 06:02:48 Modified:src/org/apache/fop/render/pdf EmbedFontInfo.java FontReader.java FontSetup.java PDFRenderer.java Removed: src/org/apache/fop/render/pdf CIDFont.java CMap.java Font.java src/org

cvs commit: xml-fop/src/org/apache/fop/render/ps PSGraphics2D.java PSRenderer.java

2003-01-08 Thread jeremias
jeremias2003/01/08 06:03:35 Modified:src/org/apache/fop/render/ps PSGraphics2D.java PSRenderer.java Log: Adjustments for font refactoring Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.7 +125 -52 xml-fop/src/org/apache

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

2003-01-08 Thread jeremias
jeremias2003/01/08 06:03:55 Modified:src/org/apache/fop/svg PDFTextPainter.java PDFGraphics2D.java Log: Adjustments for font refactoring Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.15 +17 -15xml-fop/src/org/apache

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

2003-01-08 Thread jeremias
jeremias2003/01/08 06:04:29 Modified:src/org/apache/fop/tools AreaTreeBuilder.java Log: Adjustments for font refactoring Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.15 +101 -55 xml-fop/src/org/apache/fop/tools/AreaTreeBuilder.java

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

2003-01-08 Thread jeremias
jeremias2003/01/08 06:05:11 Modified:src/org/apache/fop/util CharUtilities.java Log: Adjustments for font refactoring Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.5 +36 -10xml-fop/src/org/apache/fop/util/CharUtilities.java Index

cvs commit: xml-fop build.xml

2003-01-08 Thread jeremias
jeremias2003/01/08 06:08:03 Modified:.build.xml Log: Base 14 fonts are now generated to org.apache.fop.fonts.base14 CodePointMapping is now generated to org.apache.fop.fonts Revision ChangesPath 1.70 +27 -38xml-fop/build.xml Index: build.xml

cvs commit: xml-fop checkstyle.header

2003-01-08 Thread jeremias
jeremias2003/01/08 06:08:46 Modified:.checkstyle.header Log: Update checkstyle.header for 2003 Revision ChangesPath 1.2 +1 -1 xml-fop/checkstyle.header Index: checkstyle.header

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

2003-01-08 Thread jeremias
jeremias2003/01/08 06:10:38 Modified:src/org/apache/fop/fo FOUserAgent.java PropertyManager.java Log: Adjustments for font refactoring Lots of Javadocs Fixed Checkstyle errors Revision ChangesPath 1.12 +74 -26xml-fop/src/org/apache/fop/fo/FOUserAgent.java

cvs commit: xml-fop/src/codegen font-file.xsl code-point-mapping.xsl

2003-01-08 Thread jeremias
jeremias2003/01/08 06:11:29 Modified:src/codegen font-file.xsl code-point-mapping.xsl Log: Adjustments for font refactoring Revision ChangesPath 1.12 +29 -15xml-fop/src/codegen/font-file.xsl Index: font-file.xsl

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

2003-01-08 Thread jeremias
jeremias2003/01/08 06:43:34 Modified:src/org/apache/fop/fo FOUserAgent.java Log: Revert a change that caused problems with images. Revision ChangesPath 1.13 +2 -2 xml-fop/src/org/apache/fop/fo/FOUserAgent.java Index: FOUserAgent.java

cvs commit: xml-fop status.xml

2003-01-08 Thread jeremias
jeremias2003/01/08 06:44:54 Modified:.status.xml Log: Add changes Revision ChangesPath 1.21 +11 -0 xml-fop/status.xml Index: status.xml === RCS file: /home/cvs/xml-fop/status.xml,v

cvs commit: xml-fop build.xml

2003-01-08 Thread jeremias
jeremias2003/01/08 06:45:12 Modified:.build.xml Log: Update for 2003 Revision ChangesPath 1.71 +1 -1 xml-fop/build.xml Index: build.xml === RCS file: /home/cvs/xml-fop/build.xml,v

cvs commit: xml-fop/src/org/apache/fop/fonts/truetype package.html

2003-01-08 Thread jeremias
jeremias2003/01/08 07:01:43 Modified:src/org/apache/fop/fonts LazyFont.java Added: src/org/apache/fop/fonts/truetype package.html Log: Javadoc fix package html for new truetype subpackage Revision ChangesPath 1.2 +2 -2 xml-fop/src/org/apache/fop

cvs commit: xml-fop/src/org/apache/fop/render/awt FontMetricsMapper.java

2003-01-08 Thread jeremias
jeremias2003/01/08 07:02:54 Modified:src/org/apache/fop/render/awt FontMetricsMapper.java Log: Javadoc fix (references were wrong) Revision ChangesPath 1.7 +11 -11xml-fop/src/org/apache/fop/render/awt/FontMetricsMapper.java Index: FontMetricsMapper.java

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

2003-01-08 Thread jeremias
jeremias2003/01/08 07:03:09 xml-fop/src/org/apache/fop/fonts/base14 - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/org/apache/fop/fonts/base14 package.html

2003-01-08 Thread jeremias
jeremias2003/01/08 07:03:53 Added: src/org/apache/fop/fonts/base14 package.html Log: Package html for base14 subpackage Revision ChangesPath 1.1 xml-fop/src/org/apache/fop/fonts/base14/package.html Index: package.html

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

2003-01-09 Thread jeremias
jeremias2003/01/09 05:47:26 Modified:.Tag: fop-0_20_2-maintain CHANGES src/org/apache/fop/fonts Tag: fop-0_20_2-maintain TTFFile.java TTFMtxEntry.java Log: Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts

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

2003-01-09 Thread jeremias
jeremias2003/01/09 05:51:06 Modified:src/org/apache/fop/fonts/apps PFMReader.java TTFReader.java src/org/apache/fop/fonts/truetype TTFFile.java TTFMtxEntry.java Log: Fixed bug #15877: ArrayIndexOutOfBoundException with certain TrueType fonts

cvs commit: xml-fop status.xml

2003-01-09 Thread jeremias
jeremias2003/01/09 05:52:01 Modified:.status.xml Log: Added change log for bugfix #15877 Revision ChangesPath 1.22 +4 -0 xml-fop/status.xml Index: status.xml === RCS file: /home

cvs commit: xml-fop/src/documentation/content/xdocs/design/alt.design/properties enumerated-values.xml

2003-01-11 Thread jeremias
jeremias2003/01/11 08:49:26 Modified:src/documentation skinconf.xml src/documentation/content/xdocs/design/alt.design/properties enumerated-values.xml Removed: src/documentation forrest.diff Log: Fixed validation errors forrest.diff no

cvs commit: xml-fop/examples - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:49:23 xml-fop/examples - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:50:07 xml-fop/examples/embedding - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/java - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:50:31 xml-fop/examples/embedding/java - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/xml - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:50:35 xml-fop/examples/embedding/xml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/java/embedding - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:50:51 xml-fop/examples/embedding/java/embedding - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/java/embedding/model - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:51:03 xml-fop/examples/embedding/java/embedding/model - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/java/embedding/tools - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:51:07 xml-fop/examples/embedding/java/embedding/tools - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/xml/fo - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:51:42 xml-fop/examples/embedding/xml/fo - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/xml/xml - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:51:54 xml-fop/examples/embedding/xml/xml - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/xml/xslt - New directory

2003-01-11 Thread jeremias
jeremias2003/01/11 12:52:10 xml-fop/examples/embedding/xml/xslt - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/embedding/xml/xslt projectteam2fo.xsl

2003-01-11 Thread jeremias
jeremias2003/01/11 12:54:02 Added: examples/embedding Tag: fop-0_20_2-maintain .cvsignore README build.bat build.sh build.xml examples/embedding/java/embedding Tag: fop-0_20_2-maintain ExampleFO2PDF.java

cvs commit: xml-fop/src/documentation skinconf.xml

2003-01-13 Thread jeremias
jeremias2003/01/13 02:21:45 Modified:src/documentation skinconf.xml Log: Fixes DTD and enables FOP logo for PDF files. Submitted by: Jeff Turner <[EMAIL PROTECTED]> Revision ChangesPath 1.5 +10 -5 xml-fop/src/documentation/skinconf.xml

cvs commit: xml-fop/examples/servlet - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 08:25:14 xml-fop/examples/servlet - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/servlet/conf - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 08:25:47 xml-fop/examples/servlet/conf - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/servlet/lib - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 08:25:55 xml-fop/examples/servlet/lib - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/servlet/src - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 08:25:59 xml-fop/examples/servlet/src - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/servlet/src FopPrintServlet.java FopServlet.java

2003-01-13 Thread jeremias
jeremias2003/01/13 08:27:14 Added: examples/servlet Tag: fop-0_20_2-maintain .cvsignore README build.bat build.sh build.xml examples/servlet/conf Tag: fop-0_20_2-maintain web.xml examples/servlet/lib Tag: fop-0_20_2-maintain

cvs commit: xml-fop/contrib/servlet/src FopPrintServlet.java FopServlet.java

2003-01-13 Thread jeremias
jeremias2003/01/13 08:28:39 Removed: contrib/servlet Tag: fop-0_20_2-maintain .cvsignore README build.bat build.sh build.xml contrib/servlet/conf Tag: fop-0_20_2-maintain web.xml contrib/servlet/lib Tag: fop-0_20_2-maintain

cvs commit: xml-fop/src/foschema - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 08:35:13 xml-fop/src/foschema - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/foschema fop.xsd fop4f.xsd schema2completion.xsl schema2dtd.xsl

2003-01-13 Thread jeremias
jeremias2003/01/13 08:35:58 Added: src/foschema Tag: fop-0_20_2-maintain fop.xsd fop4f.xsd schema2completion.xsl schema2dtd.xsl Log: Moved over from docs/foschema Revision ChangesPath No revision No

cvs commit: xml-fop/docs/foschema fop.xsd fop4f.xsd schema2completion.xsl schema2dtd.xsl

2003-01-13 Thread jeremias
jeremias2003/01/13 08:36:40 Removed: docs/foschema Tag: fop-0_20_2-maintain fop.xsd fop4f.xsd schema2completion.xsl schema2dtd.xsl Log: Moved over to src/foschema - To unsubscribe, e-mail

cvs commit: xml-fop/examples/fo - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:21 xml-fop/examples/fo - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/tables - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:34 xml-fop/examples/fo/tables - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/svg - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:39 xml-fop/examples/fo/svg - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/region_body - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:43 xml-fop/examples/fo/region_body - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/pagination - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:47 xml-fop/examples/fo/pagination - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/markers - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:52 xml-fop/examples/fo/markers - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/keeps_and_breaks - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:08:56 xml-fop/examples/fo/keeps_and_breaks - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/graphics - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:09:01 xml-fop/examples/fo/graphics - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/footnotes - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:09:06 xml-fop/examples/fo/footnotes - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/basic - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:09:10 xml-fop/examples/fo/basic - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/examples/fo/advanced - New directory

2003-01-13 Thread jeremias
jeremias2003/01/13 10:09:14 xml-fop/examples/fo/advanced - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

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

2003-01-13 Thread jeremias
jeremias2003/01/13 10:23:56 Added: examples/fo Tag: fop-0_20_2-maintain .cvsignore build.xml runtests.bat runtests.sh examples/fo/advanced Tag: fop-0_20_2-maintain cid-fonts.fo cid-fonts.pdf giro.fo test_ja.fo

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

2003-01-13 Thread jeremias
jeremias2003/01/13 10:29:13 Removed: docs/examples Tag: fop-0_20_2-maintain .cvsignore build.xml results.html runtests.bat runtests.sh docs/examples/advanced Tag: fop-0_20_2-maintain cid-fonts.fo cid-fonts.pdf giro.fo

cvs commit: xml-fop/docs/graphics fop.jpg linux.bmp listgeometry.gif page.gif xml_fax.tif xml_feather.gif xml_feather_transparent.gif

2003-01-13 Thread jeremias
jeremias2003/01/13 10:31:33 Removed: docs/graphics Tag: fop-0_20_2-maintain fop.jpg linux.bmp listgeometry.gif page.gif xml_fax.tif xml_feather.gif xml_feather_transparent.gif Log: Moved over to examples/fo/graphics

cvs commit: xml-fop/src/documentation/resources/images EmbeddingExampleFO2PDF.png EmbeddingExampleFO2PDF.svg EmbeddingExampleObj2PDF.png EmbeddingExampleObj2PDF.svg EmbeddingExampleObj2XML.png EmbeddingExampleObj2XML.svg EmbeddingExampleXML2FO.png EmbeddingExampleXML2FO.svg EmbeddingExampleXML2PDF.png EmbeddingExampleXML2PDF.svg

2003-01-15 Thread jeremias
jeremias2003/01/15 05:54:28 Added: src/documentation/resources/images EmbeddingExampleFO2PDF.png EmbeddingExampleFO2PDF.svg EmbeddingExampleObj2PDF.png EmbeddingExampleObj2PDF.svg

cvs commit: xml-fop/src/documentation/content/xdocs configuration.xml embedding.xml examples.xml extensions.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 05:56:18 Modified:src/documentation/content/xdocs configuration.xml embedding.xml examples.xml extensions.xml Log: Added documentation for the new embedding examples. Adjusted documentation for new directory structure. Improved

cvs commit: xml-fop/hyph cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml readme ru.xml sk.xml tr.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 06:00:04 Removed: hyph Tag: fop-0_20_2-maintain cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml

cvs commit: xml-fop/src/hyph - New directory

2003-01-15 Thread jeremias
jeremias2003/01/15 06:00:12 xml-fop/src/hyph - New directory - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

cvs commit: xml-fop/src/hyph README cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml ru.xml sk.xml tr.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 06:03:33 Added: src/hyph Tag: fop-0_20_2-maintain README cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml

cvs commit: xml-fop build.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 06:09:57 Modified:.Tag: fop-0_20_2-maintain build.xml Log: Adjust to new directory for hyphenation Revision ChangesPath No revision No revision 1.44.2.34 +1 -1 xml-fop/build.xml

cvs commit: xml-fop/hyph cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml readme ru.xml sk.xml tr.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 07:01:04 Removed: hyph cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml readme ru.xml sk.xml

cvs commit: xml-fop/src/hyph README cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml ru.xml sk.xml tr.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 07:02:53 Added: src/hyph README cs.xml da.xml de.xml de_DR.xml el.xml en.xml en_GB.xml en_US.xml es.xml fi.xml fr.xml hu.xml hyphenation.dtd it.xml nl.xml no.xml pl.xml pt.xml ru.xml sk.xml

cvs commit: xml-fop build.xml

2003-01-15 Thread jeremias
jeremias2003/01/15 07:07:06 Modified:.build.xml Log: Adjust to new directory for hyphenation Revision ChangesPath 1.72 +1 -3 xml-fop/build.xml Index: build.xml === RCS file: /home

cvs commit: xml-fop/lib batik.jar

2003-01-20 Thread jeremias
jeremias2003/01/20 08:11:13 Modified:lib Tag: fop-0_20_2-maintain batik.jar Log: Removed the classes also found in xml-apis.jar to fix problems in Eclipse, for example. The batik.jar is still 1.5beta4. Revision ChangesPath No revision No

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

2003-01-21 Thread jeremias
jeremias2003/01/21 02:43:56 Modified:src/org/apache/fop/fonts Tag: fop-0_20_2-maintain TTFFile.java Log: Fix for bug 16257 (bad ascender/descender in XML font metrics) Ascender and Descender are now read from the OS/2 table if the values in the hhea table

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

2003-01-21 Thread jeremias
jeremias2003/01/21 02:44:36 Modified:src/org/apache/fop/fonts/truetype TTFFile.java Log: Fix for bug 16257 (bad ascender/descender in XML font metrics) Ascender and Descender are now read from the OS/2 table if the values in the hhea table are zero. Revision ChangesPath

cvs commit: xml-fop CHANGES

2003-01-21 Thread jeremias
jeremias2003/01/21 02:52:39 Modified:.Tag: fop-0_20_2-maintain CHANGES Log: Update changes Revision ChangesPath No revision No revision 1.10.2.43 +2 -0 xml-fop/CHANGES Index: CHANGES

cvs commit: xml-fop status.xml

2003-01-21 Thread jeremias
jeremias2003/01/21 02:54:37 Modified:.status.xml Log: Update changes Revision ChangesPath 1.23 +4 -0 xml-fop/status.xml Index: status.xml === RCS file: /home/cvs/xml-fop/status.xml

cvs commit: xml-fop/src/org/apache/fop/render/ps PSRenderer.java

2003-01-23 Thread jeremias
jeremias2003/01/23 00:37:37 Modified:src/org/apache/fop/render/ps Tag: fop-0_20_2-maintain PSRenderer.java Log: Temporary fix for an encoding mismatch (WinAnsiEncoding vs. ISOLatin1). The hyphen character is the only character corrected. Submitted by: Arnd

cvs commit: xml-fop CHANGES

2003-01-23 Thread jeremias
jeremias2003/01/23 00:39:38 Modified:.Tag: fop-0_20_2-maintain CHANGES Log: Update changes Revision ChangesPath No revision No revision 1.10.2.44 +3 -0 xml-fop/CHANGES Index: CHANGES

Apache Account Request: New FOP committer

2004-01-04 Thread Jeremias Maerki
ROTECTED] Karma: xml-fop, xml-site The CLA should arrive by snail mail shortly. Thanks! Jeremias Maerki

Re: Draft discussion of Federation proposal

2004-01-04 Thread Jeremias Maerki
ll comments very welcome. The board requested a proposal by the Jan > board meeting (normally around the 20th of the month), so it would be > good to move the discussion forward - whether around this or another > proposal. > > http://nagoya.apache.org/wiki/apachewiki.cgi?XMLProjectPages/FederationProposal Jeremias Maerki

Re: Using Just the Font Metrics Stuff From FOP

2004-01-07 Thread Jeremias Maerki
pport been pushed to somewhere else? Jeremias Maerki

Re: Non-AWT-based FontMetrics

2004-01-08 Thread Jeremias Maerki
nderer is using the AWT font metrics. So > does this mean that there is no FontMetrics implementation that uses the > XML font metrics files? Jeremias Maerki

Remember to update the copyright year

2004-01-09 Thread Jeremias Maerki
Fellow committers We've got a new year. Please remember to update the copyright year on every file you change. Jeremias Maerki

Chris and Andreas: New committers, send your CLAs

2004-01-09 Thread Jeremias Maerki
#x27;s a higher chance of immediate success. You only get the account if the CLA has been received. Find the CLA here: http://www.apache.org/licenses#clas As a new committer there are a few things to learn: http://incubator.apache.org/learn/newcommitters.html http://incubator.apache.org/learn/ Jeremias Maerki

<    1   2   3   4   5   6   7   8   9   10   >