]> git.donarmstrong.com Git - lilypond.git/commitdiff
lilypond-1.5.10
authorfred <fred>
Wed, 27 Mar 2002 01:21:33 +0000 (01:21 +0000)
committerfred <fred>
Wed, 27 Mar 2002 01:21:33 +0000 (01:21 +0000)
CHANGES
configure

diff --git a/CHANGES b/CHANGES
index 5a62a5a9680c7f99a5fc49ce8888e317549de10f..0f3adbfcb0d9c1b4e57c9fbe549c5e052421df35 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,57 @@
+1.5.9.hjj2
+==========
+* Emacs-mode: Keyboard shortcuts, separated identifiers from keywords
+and spacing not necessary in font-locking.
+
+1.5.9.jcn3
+==========
+
+* add-html-footer.py: use html <title> as fallback title for pages
+where @WEB-TITLE@ is not defined.
+
+* Bugfix: stepmake: don't go building executables all over the place,
+if NAME is set in environment.  Some cleanups. 
+* add-html-footer.py: remove href to self.  Substitute @at-variables@
+defined in html comments.  Any occurrence of
+
+       <!-- @foo@=bar -->
+
+in the html page, will subsequently substitute any occurrence of @foo@
+in the same html page with `bar'.
+
+* Bugfix: update-lily: remove unprotected gettext.py include.
+
+* po update.
+
+* windows doc update.
+
+1.5.9.hwn3
+==========
+
+* Optimizations:
+  - speed up Rational::operator+= 
+  - speed up Rational::compare ()
+  - don't store origins if point-and-click not set. 
+
+* \figures input mode:  \figures { <4 6+> <3- 5>2. } 
+
+* Obscure bugfix: call kpsewhich with --format for mfplain.
+
+* Don't put  volta bracket on top of following note (vertically).
+
+* Collision fixes.
+
+* Crude figured bass support (supports rests as well, now)
+
+* Bugfix: various collision issues, updated regtest example.
+
+* Porrectus support (Juergen Reuter)
+
+1.5.9
+=====
+
 1.5.8.uu1
 =========
 
index 21e84bc95a41f727c9dbd2606d403e447ae8c4c5..abca10383af745d57a1aa8fbfcc566c606b11674 100755 (executable)
--- a/configure
+++ b/configure
@@ -2748,7 +2748,7 @@ echo "configure:2748: checking for mfplain.mp" >&5
     #
     # For now let people define these in their environments
     #
-    : ${MFPLAIN_MP=`kpsewhich mp mfplain.mp`}
+    : ${MFPLAIN_MP=`kpsewhich --format mp mfplain.mp`}
     echo "$ac_t""$MFPLAIN_MP" 1>&6
 
     echo $ac_n "checking for inimetapost flags""... $ac_c" 1>&6