CVSROOT: /cvsroot/lilypond
Module name: lilypond
Branch:
Changes by: Han-Wen Nienhuys <[EMAIL PROTECTED]> 05/06/06 11:18:32
Modified files:
. : ChangeLog configure.in mftrace.py
Log message:
move test to end.
(PYTHON): release 1.1.10
CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/ChangeLog.diff?tr1=1.55&tr2=1.56&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/configure.in.diff?tr1=1.30&tr2=1.31&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/lilypond/mftrace/mftrace.py.diff?tr1=1.52&tr2=1.53&r1=text&r2=text
Patches:
Index: lilypond/ChangeLog
diff -u lilypond/ChangeLog:1.3717 lilypond/ChangeLog:1.3718
--- lilypond/ChangeLog:1.3717 Sat Jun 4 11:59:23 2005
+++ lilypond/ChangeLog Mon Jun 6 07:57:06 2005
@@ -1,3 +1,19 @@
+2005-06-06 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+
+ * scm/editor.scm (editor-command-template-alist): Add syn
+ editor (Jaap [de Vos]).
+
+2005-06-05 Jan Nieuwenhuizen <[EMAIL PROTECTED]>
+
+ * scripts/lilypond-ps2png.scm:
+ * scm/ps-to-png.scm: New file.
+
+ * scm/backend-library.scm (postscript->png): Use it.
+
+ * scripts/lilypond-ps-to-png.py: Remove file.
+
+ * python/lilylib.py (get_bbox, make_ps_images): Remove.
+
2005-06-03 Han-Wen Nienhuys <[EMAIL PROTECTED]>
* lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
Index: lilypond/configure.in
diff -u lilypond/configure.in:1.153 lilypond/configure.in:1.154
--- lilypond/configure.in:1.153 Sat May 14 23:58:42 2005
+++ lilypond/configure.in Tue May 31 13:55:27 2005
@@ -27,6 +27,11 @@
[ --enable-gui compile with experimental GNOME output module.
Default: off],
[gui_b=$enableval])
+reloc_b=no
+AC_ARG_ENABLE(relocation,
+ [ --enable-relocation compile with dynamic relocation. Default: off],
+ [reloc_b=$enableval])
+
# must come before any header checks
STEPMAKE_COMPILE
@@ -76,6 +81,10 @@
STEPMAKE_GTK2(gtk+-2.0, REQUIRED, 2.4.0)
fi # $gui_b
+if test "$reloc_b" = "yes"; then
+ AC_DEFINE(ARGV0_RELOCATION)
+fi # $reloc_b
+
STEPMAKE_FREETYPE2(freetype2, REQUIRED, 0)
#STEPMAKE_PANGO(pango, REQUIRED, 1.6.0)
STEPMAKE_PANGO_FT2(pangoft2, REQUIRED, 1.6.0)
_______________________________________________
Lilypond-cvs mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/lilypond-cvs