CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/06/07 14:38:08

Modified files:
        .              : ChangeLog 
        scm            : framework-ps.scm 

Log message:
        release commit

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3734&tr2=1.3735&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/framework-ps.scm.diff?tr1=1.113&tr2=1.114&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3734 lilypond/ChangeLog:1.3735
--- lilypond/ChangeLog:1.3734   Tue Jun  7 13:34:01 2005
+++ lilypond/ChangeLog  Tue Jun  7 14:38:07 2005
@@ -1,5 +1,7 @@
 2005-06-07  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * VERSION (PATCH_LEVEL): release 2.5.29
+
        * ttftool/parse.c (readNamingTable): handle Apple/8bit encoding too.
 
        * scm/framework-ps.scm (font-file-as-ps-string): new function.
Index: lilypond/scm/framework-ps.scm
diff -u lilypond/scm/framework-ps.scm:1.113 lilypond/scm/framework-ps.scm:1.114
--- lilypond/scm/framework-ps.scm:1.113 Tue Jun  7 13:34:02 2005
+++ lilypond/scm/framework-ps.scm       Tue Jun  7 14:38:08 2005
@@ -330,12 +330,12 @@
         (cached-file-contents
          (format "~a.pfa" (munge-lily-font-name file-name))))
        ((and
-;        (eq? PLATFORM 'darwin)
+         (eq? PLATFORM 'darwin)
          bare-file-name (string-match "\\.dfont" bare-file-name))
         (handle-mac-font name bare-file-name))
        
        ((and
-;        (eq? PLATFORM 'darwin)
+         (eq? PLATFORM 'darwin)
          bare-file-name (= (stat:size (stat bare-file-name)) 0))
         (handle-mac-font name bare-file-name))
 


_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs

Reply via email to