CVSROOT: /cvsroot/lilypond Module name: lilypond Branch: Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/05/18 14:19:41
Modified files: . : ChangeLog scm : lily.scm Log message: (running-from-gui?): lowercase Darwin. CVSWeb URLs: http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/ChangeLog.diff?tr1=1.3629&tr2=1.3630&r1=text&r2=text http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/lilypond/scm/lily.scm.diff?tr1=1.340&tr2=1.341&r1=text&r2=text Patches: Index: lilypond/ChangeLog diff -u lilypond/ChangeLog:1.3629 lilypond/ChangeLog:1.3630 --- lilypond/ChangeLog:1.3629 Wed May 18 10:25:01 2005 +++ lilypond/ChangeLog Wed May 18 14:19:41 2005 @@ -1,3 +1,10 @@ +2005-05-18 Han-Wen Nienhuys <[EMAIL PROTECTED]> + + * scm/lily.scm (running-from-gui?): lowercase Darwin. + + * lily/function-documentation.cc (ly_add_function_documentation): + use scm_hash_table_p() for checking. + 2005-05-18 Jan Nieuwenhuizen <[EMAIL PROTECTED]> * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules. Index: lilypond/scm/lily.scm diff -u lilypond/scm/lily.scm:1.340 lilypond/scm/lily.scm:1.341 --- lilypond/scm/lily.scm:1.340 Tue May 17 12:00:20 2005 +++ lilypond/scm/lily.scm Wed May 18 14:19:41 2005 @@ -381,7 +381,7 @@ (cond ((eq? PLATFORM 'windows) have-tty?) - ((eq? PLATFORM 'Darwin) #f) + ((eq? PLATFORM 'darwin) #f) (else (not have-tty?))))) _______________________________________________ Lilypond-cvs mailing list Lilypond-cvs@gnu.org http://lists.gnu.org/mailman/listinfo/lilypond-cvs