]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* config.make.in (HAVE_LIBKPATHSEA_SO):
[lilypond.git] / ChangeLog
index 6f31541e42b9961ea98c91eae1ea68f89169b8d6..39615eae012042e2ddb8fa7b9c2234598d74c499 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,88 @@
+2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * config.make.in (HAVE_LIBKPATHSEA_SO): 
+       * stepmake/aclocal.m4: Also subst HAVE_LIBKPATHSEA_SO.
+
+       * lily/GNUmakefile (MODULE_LDFLAGS): Only if not HAVE_KPATHSEA_SO,
+       add KPATHSEA_LIBS.
+
+       * debian/watch: 
+       * debian/control: Update.
+
+2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/test/title-markup.ly (spaceTest): remove.
+
+       * input/test/embedded-tex.ly (Module): remove.
+
+       * input/test/music-box.ly: use 'name property, not ly:music-name.
+
+       * lily/GNUmakefile (MODULE_LDFLAGS): add KPATHSEA_LIBS.
+
+       * stepmake/aclocal.m4: STEPMAKE_FONTCONFIG: add.
+
+2005-03-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi (Top): Remove information
+       about xdeltas.  Add information about CVS.
+
+       * scm/lily.scm (lilypond-main): Fix invocation of handler,
+       gracefully handle failed files.
+
+       * lily/GNUmakefile (MODULE_LDFLAGS): Remove KPATHSEA_LIBS.
+
+       * Documentation/topdocs/INSTALL.texi (Top): Whitespace and other
+       small fixes.
+
+       * scm/framework-tex.scm (convert-to-ps): Proper option spacing.
+       No unnecessarily specific i18n messages.  Remove stray `1'.
+
+2005-03-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/lys-to-tely.py (strip_extension): add utf-8
+       documentencoding
+
+       * scm/documentation-lib.scm (texi-file-head): set utf-8
+       documentencoding.
+
+       * ly/chord-modifiers-init.ly (whiteTriangleMarkup): use the greek
+       Delta, not the Symbol one. 
+
+       * mf/GNUmakefile ($(outdir)/lilypond.map): add -Regular to Aybabtu
+       for the .map file.
+
+       * Documentation/topdocs/INSTALL.texi (Top): add running
+       requirement as compilation requirement.
+
+2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mutopia-index.py (headertext): add h1 header and
+       utf-8 charset meta field.
+
+       * input/GNUmakefile: prune example list.
+
+       * scm/framework-tex.scm (convert-to-ps): add -ofoo.ps to dvips
+       options.
+
+       * lily/slur-scoring.cc (get_base_attachments): only look at stem
+       extent for visible stems.
+
+       * lily/grob.cc (mark_smob): mark \layout block from Grob::mark_smob().
+
 2005-03-27  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * Documentation/topdocs/INSTALL.texi (Top): Updates.
+
        * scripts/convert-ly.py: Python 2.2 compatibility (thanks Mats).
 
 2005-03-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/slur-scoring.cc (get_base_attachments): robustness. Don't
+       pass inf/nan into slur scoring.
+
+       * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st
+       page.
+
        * scripts/lilypond-book.py (main): add png for HTML too, guess
        only if necessary. Thanks to John Williams.