From ddfad14198526e84a7daf7ff7b73d445d3e2f503 Mon Sep 17 00:00:00 2001 From: Jan Nieuwenhuizen Date: Sat, 5 Mar 2005 20:19:22 +0000 Subject: [PATCH] *** empty log message *** --- ChangeLog | 9 ++++++++- configure.in | 2 +- scm/define-grob-properties.scm | 3 --- 3 files changed, 9 insertions(+), 5 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3396dde855..40baa0734b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,12 @@ +2005-03-02 Jan Nieuwenhuizen + + * configure.in (MAKEINFO): Require 4.7 (Zbyněk Burget). + 2005-02-28 Jan Nieuwenhuizen + * scm/define-grob-properties.scm (all-user-grob-properties): + Remove dashed. + * lily/lily-guile.cc: Compile fix for platforms without libintl. Now it compiles too. @@ -642,7 +649,7 @@ * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilypondexperimentalfeatures): Removed. -2004-10-20 Jürgen Reuter +2004-10-20 Jürgen Reuter * Documentation/user/notation.itely: fixed 2 typos diff --git a/configure.in b/configure.in index 0f6f4aadce..913e8dea48 100644 --- a/configure.in +++ b/configure.in @@ -96,7 +96,7 @@ STEPMAKE_PERL(OPTIONAL) STEPMAKE_PROGS(MFTRACE, mftrace, OPTIONAL, 1.0.27) # new makeinfo for multi-page website docs -STEPMAKE_PROGS(MAKEINFO, makeinfo, OPTIONAL, 4.7) +STEPMAKE_PROGS(MAKEINFO, makeinfo, REQUIRED, 4.7) AC_SUBST(MAKEINFO_VERSION) diff --git a/scm/define-grob-properties.scm b/scm/define-grob-properties.scm index 53af9ecba2..e89fd6a310 100644 --- a/scm/define-grob-properties.scm +++ b/scm/define-grob-properties.scm @@ -150,9 +150,6 @@ negative, no line is drawn at all.") dash-period. Should be between 0.0 (no line) and 1.0 (continuous line).") - ;; use dash-period/dash-fraction instead; - (dashed ,number? " number representing the length of the dashes.") - ;; todo: why is this tunable? (dir-function ,procedure? "The function to determine the direction of a beam. Choices include: -- 2.39.5