CVSROOT:        /cvsroot/lilypond
Module name:    mftrace
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/08/01 15:05:14

Modified files:
        .              : ChangeLog README.texi configure.in mftrace.py 

Log message:
        release commit

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/ChangeLog.diff?tr1=1.59&tr2=1.60&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/README.texi.diff?tr1=1.26&tr2=1.27&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/configure.in.diff?tr1=1.33&tr2=1.34&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/mftrace.py.diff?tr1=1.56&tr2=1.57&r1=text&r2=text

Patches:
Index: mftrace/ChangeLog
diff -u mftrace/ChangeLog:1.59 mftrace/ChangeLog:1.60
--- mftrace/ChangeLog:1.59      Mon Aug  1 15:01:27 2005
+++ mftrace/ChangeLog   Mon Aug  1 15:05:14 2005
@@ -1,5 +1,7 @@
 2005-08-01  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * mftrace.py (coding_dict): set bindir too.
+
        * gf2pbm.c: conform to strict aliasing rules (Patch by Stanislav
        Brabec)
 
Index: mftrace/README.texi
diff -u mftrace/README.texi:1.26 mftrace/README.texi:1.27
--- mftrace/README.texi:1.26    Wed Jul 20 11:41:51 2005
+++ mftrace/README.texi Mon Aug  1 15:05:14 2005
@@ -267,6 +267,8 @@
 Thanks to all contributors for finding bugs,
 @itemize @bullet
 @item
+Stanislav Brabec
[EMAIL PROTECTED]
  @uref{http://www.maths.qmul.ac.uk/~jdg/,Julian Gilbey}
  @item
 G@"{u}nther Spahlinger 
Index: mftrace/configure.in
diff -u mftrace/configure.in:1.33 mftrace/configure.in:1.34
--- mftrace/configure.in:1.33   Wed Jul 20 11:43:21 2005
+++ mftrace/configure.in        Mon Aug  1 15:05:14 2005
@@ -6,7 +6,7 @@
 AC_PATH_PROG(POTRACE, potrace, none)
 AC_SUBST(PYTHON)
 
-export VERSION="1.1.12"
+export VERSION="1.1.13"
 
 AC_SUBST(VERSION)
 AC_SUBST(EXEEXT)
Index: mftrace/mftrace.py
diff -u mftrace/mftrace.py:1.56 mftrace/mftrace.py:1.57
--- mftrace/mftrace.py:1.56     Wed Jul 20 11:41:51 2005
+++ mftrace/mftrace.py  Mon Aug  1 15:05:14 2005
@@ -74,7 +74,8 @@
 
 if datadir == '@' + "datadir" + "@":
        datadir = os.getcwd ()
-
+       bindir =  os.getcwd ()
+       
 sys.path.append (datadir)
 
 import afm
@@ -380,7 +381,7 @@
        """ Extract bitmap from the PK file FILENAME (absolute) using `gf2pbm'.
        Return FALSE if the glyph is not valid.
        """
-       
+
        command = "%s/gf2pbm -n %d -o %s %s" % (bindir, char_number, outname, 
filename)
        status = system (command, ignore_error = 1)
        return (status == 0)


_______________________________________________
Lilypond-cvs mailing list
Lilypond-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to