CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/05/06 16:54:12
Modified files: . : ChangeLog scm : x11-color.scm Log message: (make-x11-color-handler): don't use #\sp. Apparently doesn't work on all platforms. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3560&tr2=1.3561&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/x11-color.scm.diff?tr1=1.1&tr2=1.2&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3560 lilypond/ChangeLog:1.3561 --- lilypond/ChangeLog:1.3560 Fri May 6 14:31:18 2005 +++ lilypond/ChangeLog Fri May 6 16:54:12 2005 @@ -1,3 +1,8 @@ +2005-05-06 Han-Wen Nienhuys <[EMAIL PROTECTED]> + + * scm/x11-color.scm (make-x11-color-handler): don't use + #\sp. Apparently doesn't work on all platforms. + 2005-05-06 Graham Percival <[EMAIL PROTECTED]> * Documentation/user/advanced-notation.itely, putting.itely, Index: lilypond/scm/x11-color.scm diff -u lilypond/scm/x11-color.scm:1.1 lilypond/scm/x11-color.scm:1.2 --- lilypond/scm/x11-color.scm:1.1 Mon Apr 25 11:23:30 2005 +++ lilypond/scm/x11-color.scm Fri May 6 16:54:12 2005 @@ -673,11 +673,11 @@ (if (string? arg) (if - (string-index arg #\sp) + (string-index arg #\ ) (begin (string-capitalize! arg) (let - ((arg-list (string-split arg #\sp))) + ((arg-list (string-split arg #\ ))) (string->symbol (let append-all ((x arg-list)) (if _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs