]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* make/lilypond.fedora.spec.in (Group): remove
[lilypond.git] / ChangeLog
index 94deefe4a1290aae8616a93614d19b033d5bc59c..9c437edecdc1fafcd2108d28a114e473d8c0deae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,114 @@
+2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * 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-argv0-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.
+
+2005-05-31  John Mandereau   <john.mandereau@free.fr>
+
+       * po/fr.po: update.
+
+2005-05-31  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/index.html.in: add link to LSR.
+
+2005-05-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-stencil-commands.scm (Module): new file. Register all
+       allowed stencil expression heads in a central place.
+
+       * lily/stencil-scheme.cc (LY_DEFINE): check is_stencil_head in
+       ly:make-stencil
+
+       * lily/stencil-expression.cc (all_stencil_heads): registering
+       stencil expressions.
+
+       * lily/stencil-interpret.cc: new file. Stencil expression
+       interpreting.
+
+       * input/xiao-haizi-guai-guai.ly: move file back.
+
+2005-05-30  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/advanced.itely, converters.itely,
+       instrument-notation.itely, lilypond-book.itely: misc small
+       changes.
+
+2005-05-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lexer.ll: Skip UTF-8 BOM at BOF.
+
+       * make/lilypond.fedora.spec.in: Fix source url.
+
+       * cygwin: Update from mingw patches.
+
+       * scm/editor.scm (editor-command-template-alist): Use jedit
+       -reuseview (Bertalan), add uedit (Patrick Huberts).
+
+       * input/xiao-hai-zi-guai-guai.ly: Rename from
+       xiao-haizi-guai-guai.ly.
+
+       * input/*: Reindent, do not use TAB.
+
+       * Documentation/pictures/ly.xpm: Bugfix: do not anti-alias against
+       white background.
+
+2005-05-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/framework-ps.scm (dump-stencil-as-EPS): Add silly fix for
+       numerical overflow error.
+
+2005-05-29 Laura Conrad <lconrad@laymusic.org>
+       
+       * abc2ly.py: fix to syntax error in multi-part output.
+
+2005-05-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/span-bar.cc (print): sort bar line extents. Fixes problem
+       with disappearing span bars when alignAboveContext is active
+
+       * lily/property-iterator.cc (check_grob): use is-grob?
+       object-property. Fixes crash-key-sig-font-size.ly. 
+
 2005-05-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/bar-line.cc (print): don't round barlines; this produces
+       odd aliasing effects in Acroread.
+
        * lily/timing-engraver.cc (process_music): robustness fix.
 
        * lily/context-def.cc (filter_engravers): bugfix.