CVSROOT:        /cvsroot/lilypond
Module name:    lilypond
Branch:         
Changes by:     Han-Wen Nienhuys <[EMAIL PROTECTED]>    05/04/20 10:54:31

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

Log message:
        release commit

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/ChangeLog.diff?tr1=1.53&tr2=1.54&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/GNUmakefile.in.diff?tr1=1.12&tr2=1.13&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/README.texi.diff?tr1=1.21&tr2=1.22&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/configure.in.diff?tr1=1.29&tr2=1.30&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/mftrace.1.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/mftrace.py.diff?tr1=1.50&tr2=1.51&r1=text&r2=text

Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3483 lilypond/ChangeLog:1.3484
--- lilypond/ChangeLog:1.3483   Wed Apr 20 08:16:46 2005
+++ lilypond/ChangeLog  Wed Apr 20 10:52:18 2005
@@ -1,9 +1,19 @@
+2005-04-20  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
+
+       * scripts/lilypond-book.py: patches by John Williams:
+       htmlquote bugfix.
+       Allow snippets to be given distinct filenames.
+       Allow the default alt text to be overridden.
+
 2005-04-20  Jan Nieuwenhuizen  <[EMAIL PROTECTED]>
 
        * configure.in (no gui_b): Remove optional gtk+ requirement.
 
 2005-04-20  Han-Wen Nienhuys  <[EMAIL PROTECTED]>
 
+       * Documentation/user/basic-notation.itely (Pitches): add
+       LedgerLineSpanner.
+
        * lily/dynamic-engraver.cc (process_music): set right bound to
        script if present. Else, do not set.
        (acknowledge_grob): only set right bound of finished spanner to
Index: lilypond/GNUmakefile.in
diff -u lilypond/GNUmakefile.in:1.159 lilypond/GNUmakefile.in:1.160
--- lilypond/GNUmakefile.in:1.159       Mon Apr 11 08:49:44 2005
+++ lilypond/GNUmakefile.in     Tue Apr 12 23:38:49 2005
@@ -59,6 +59,9 @@
 local-install:
        $(INSTALL) -d $(DESTDIR)$(local_lilypond_datadir)
 
+final-install:
+       @true
+
 web-ext = html midi pdf png txt ly
 
 footify = $(PYTHON) $(step-bindir)/add-html-footer.py  --name $(PACKAGE_NAME) 
--version $(TOPLEVEL_VERSION)
Index: lilypond/configure.in
diff -u lilypond/configure.in:1.147 lilypond/configure.in:1.148
--- lilypond/configure.in:1.147 Sun Apr 17 09:38:04 2005
+++ lilypond/configure.in       Wed Apr 20 08:16:45 2005
@@ -72,9 +72,7 @@
 STEPMAKE_PROGS(PKG_CONFIG, pkg-config, REQUIRED, 0.9.0)
 if test "$gui_b" = "yes"; then
     STEPMAKE_GTK2(gtk+-2.0, REQUIRED, 2.4.0)
-else
-    STEPMAKE_GTK2(gtk+-2.0, OPTIONAL, 2.4.0)
-fi
+fi # $gui_b
 
 STEPMAKE_FREETYPE2(freetype2, REQUIRED, 0)
 #STEPMAKE_PANGO(pango, REQUIRED, 1.6.0)


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

Reply via email to