You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by James Tauber <jt...@jtauber.com> on 1999/11/16 14:32:10 UTC

log still not working for me (was cvs commit: xml-fop/src/codegen code-point-mapping.xsl properties.xsl)

Arrgh!

Again, Emacs came up, I typed a log message and then CVS ignored it. I
noticed that CVS gave its "Log message unchanged or not specified" *before*
Emacs even started up.

Anyone else used GNU Emacs and (command line) CVS running with Cygwin bash
on NT?

I'm not fixed on using Emacs as my log message editor if that's what the
problem is.

James

----- Original Message -----
From: <jt...@hyperreal.org>
To: <xm...@apache.org>
Sent: Tuesday, November 16, 1999 8:26 AM
Subject: cvs commit: xml-fop/src/codegen code-point-mapping.xsl
properties.xsl


> jtauber     99/11/16 05:26:22
>
>   Modified:    src/codegen code-point-mapping.xsl properties.xsl
>   Log:
>
>
>   Revision  Changes    Path
>   1.2       +2 -2      xml-fop/src/codegen/code-point-mapping.xsl
>
>   Index: code-point-mapping.xsl
>   ===================================================================
>   RCS file: /home/cvs/xml-fop/src/codegen/code-point-mapping.xsl,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- code-point-mapping.xsl 1999/11/08 19:12:52 1.1
>   +++ code-point-mapping.xsl 1999/11/16 13:26:21 1.2
>   @@ -2,8 +2,8 @@
>     xmlns:xt="http://www.jclark.com/xt" extension-element-prefixes="xt"
>     version="1.0">
>    <template match="font-mappings">
>   -<xt:document
href="org/apache/xml/fop/render/pdf/CodePointMapping.java">
>   -package org.apache.xml.fop.render.pdf;
>   +<xt:document
href="src/org/apache/fop/render/pdf/CodePointMapping.java">
>   +package org.apache.fop.render.pdf;
>
>    public class CodePointMapping {
>    public static char[] map;
>
>
>
>   1.2       +10 -10    xml-fop/src/codegen/properties.xsl
>
>   Index: properties.xsl
>   ===================================================================
>   RCS file: /home/cvs/xml-fop/src/codegen/properties.xsl,v
>   retrieving revision 1.1
>   retrieving revision 1.2
>   diff -u -r1.1 -r1.2
>   --- properties.xsl 1999/11/08 19:12:53 1.1
>   +++ properties.xsl 1999/11/16 13:26:21 1.2
>   @@ -3,12 +3,12 @@
>     version="1.0">
>    <template match="property" priority="-1">
>    <variable name="classname" select="class-name"/>
>   -<xt:document method="text"
href="org/apache/xml/fop/fo/properties/{$classname}.java">
>   -package org.apache.xml.fop.fo.properties;
>   +<xt:document method="text"
href="src/org/apache/fop/fo/properties/{$classname}.java">
>   +package org.apache.fop.fo.properties;
>
>   -import org.apache.xml.fop.datatypes.*;
>   -import org.apache.xml.fop.fo.*;
>   -import org.apache.xml.fop.apps.FOPException;
>   +import org.apache.fop.datatypes.*;
>   +import org.apache.fop.fo.*;
>   +import org.apache.fop.apps.FOPException;
>
>    public class <value-of select="class-name"/> extends Property {
>
>   @@ -70,12 +70,12 @@
>
>    <template match="property[datatype/enumeration]">
>    <variable name="classname" select="class-name"/>
>   -<xt:document method="text"
href="org/apache/xml/fop/fo/properties/{$classname}.java">
>   -package org.apache.xml.fop.fo.properties;
>   +<xt:document method="text"
href="src/org/apache/xml/fop/fo/properties/{$classname}.java">
>   +package org.apache.fop.fo.properties;
>
>   -import org.apache.xml.fop.datatypes.*;
>   -import org.apache.xml.fop.fo.*;
>   -import org.apache.xml.fop.apps.FOPException;
>   +import org.apache.fop.datatypes.*;
>   +import org.apache.fop.fo.*;
>   +import org.apache.fop.apps.FOPException;
>
>    public class <value-of select="class-name"/> extends Property {
>    <for-each select="datatype/enumeration/value">
>
>
>
>