]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(is_empty): check dim_ field for is_empty()
[lilypond.git] / ChangeLog
index 4edc613a95caf5d687cf7bdc90238fda32e4dccd..d39623b8ec8ca324b104100d9400d7266e02b473 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,79 @@
+2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/stencil.cc (is_empty): check dim_ field for is_empty()
+       too. Fixes inf error with added bass notes.
+
+       * scripts/lilypond-book.py (do_options): --psfonts doesn't take
+       argument anymore.
+
+       * make/ly-vars.make (DVIPS_FLAGS): use .psfonts as extension.
+
+       * input/tutorial/lbook-latex-test.tex: add line length test.
+
+       * scripts/lilypond-book.py (set_default_options): new
+       function. Call this before dissecting snippets, so linewidth
+       settings reach the snippets.
+
+2005-06-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm (PLATFORM, slashify): Remove double slashes.
+
+2005-06-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/mutopia/R.Schumann/romanze-op28-2.ly (leftb): bugfix.
+
 2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * configure.in (reloc_b): Add --enable-argv0-relocation.
+       * stepmake/aclocal.m4: More autopackage friendliness.
+
+2005-05-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/index.html.in: remove link to LSR.
+
+       * Documentation/user/global.itely: remove duplicate
+       "dedication" \header{} section.
 
 2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION (PACKAGE_NAME): release 2.5.27.
+
+       * lily/lily-parser-scheme.cc (LY_DEFINE): unprotect paper
+       too. Plugs memory leak.
+
+       * make/lilypond.fedora.spec.in (Group): remove
+       lilypond-pdfpc-helper.
+
+       * scripts/GNUmakefile (SEXECUTABLES): remove
+       lilypond-pdfpc-helper. Use lilypond-invoke-editor instead.
+
+       * scm/font.scm (make-century-schoolbook-tree): add Mono as
+       'typewriter family.
+
+       * lily/score.cc (Score): unprotect copy of Output_def. Plugs
+       memory leak.
+
+       * lily/parser.yy (score_body): don't clone Score, that's done in
+       Lily_lexer::try_special_identifiers(). This fixes a memory leak.
+
+       * lily/score-engraver.cc (derived_mark): new function.
+       (initialize): unprotect Paper_score. This fixes a memory leak.
+
+       * lily/score-performer.cc (derived_mark): new function.
+
+       * lily/score-translator.cc (get_output): use SCM for get_output() call.
+
+       * stepmake/aclocal.m4: put FlexLexer.h test in conftest.cc. Fixes
+       spurious warning.
+
        * scm/font.scm (make-century-schoolbook-tree): use Sans for sans
        serif.
 
+2005-05-31  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * configure.in (reloc_b): Add --enable-relocation.
+
+2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
        * lily/pfb.cc (LY_DEFINE): show file name when loading PFB. 
 
        * input/regression/alignment-order.ly: add Staff example.