lilypond-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: LilyPond 1.5.10 released


From: Jan Nieuwenhuizen
Subject: Re: LilyPond 1.5.10 released
Date: 17 Sep 2001 17:25:29 +0200

Han-Wen Nienhuys <address@hidden> writes:

Here's a guile > 1.4 compilation fix.

Generated by address@hidden,
>From = lilypond-1.5.10, To = lilypond-1.5.10.jcn1

usage 

    cd lilypond-source-dir; patch -E -p1 < lilypond-1.5.10.jcn1.diff

Patches do not contain automatically generated files 
or (urg) empty directories, 
i.e., you should rerun autoconf, configure

diff -urN ../lilypond-1.5.10/CHANGES ./CHANGES
--- ../lilypond-1.5.10/CHANGES  Mon Sep 17 14:45:06 2001
+++ ./CHANGES   Mon Sep 17 17:04:09 2001
@@ -1,3 +1,11 @@
+1.5.10.jcn1
+==========
+
+* parser.yy: Guile > 1.4 compilation fix; scm_unprotect_object is deprecated.
+
+1.5.10
+======
+
 1.5.9.hjj2
 ==========
 * Emacs-mode: Keyboard shortcuts, separated identifiers from keywords
diff -urN ../lilypond-1.5.10/VERSION ./VERSION
--- ../lilypond-1.5.10/VERSION  Mon Sep 17 13:55:14 2001
+++ ./VERSION   Mon Sep 17 17:04:16 2001
@@ -2,7 +2,7 @@
 MAJOR_VERSION=1
 MINOR_VERSION=5
 PATCH_LEVEL=10
-MY_PATCH_LEVEL=
+MY_PATCH_LEVEL=jcn1
 
 # use the above to send patches: MY_PATCH_LEVEL is always empty for a
 # released version.
diff -urN ../lilypond-1.5.10/lily/parser.yy ./lily/parser.yy
--- ../lilypond-1.5.10/lily/parser.yy   Sun Sep 16 19:11:28 2001
+++ ./lily/parser.yy    Mon Sep 17 17:03:12 2001
@@ -1718,7 +1718,7 @@
                Note_req * nr = new Note_req;
                $$ = nr->self_scm ();
                nr->set_mus_property ("pitch", p.smobbed_copy ());
-               scm_unprotect_object ($$);
+               scm_gc_unprotect_object ($$);
        }
        | bass_figure bass_mod {
                if ($2) { 


-- 
Jan Nieuwenhuizen <address@hidden> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien       | http://www.lilypond.org




reply via email to

[Prev in Thread] Current Thread [Next in Thread]