X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;ds=sidebyside;f=ChangeLog;h=a9e367ce613f425461603363e5ed9ba37f566069;hb=33a4e5aa1128c7a9a381151829be5ee4725691e3;hp=01ac7dceed706c2e5fb43d3b218402a55161f7da;hpb=5290934e764da1ad7a355d3f9f01c299ac2390f1;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 01ac7dceed..a9e367ce61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,35 @@ 2005-04-20 Han-Wen Nienhuys + * python/fontextract.py (write_extracted_fonts): bugfix, too many + %'s. + + * lily/ledger-line-spanner.cc: some more words of explanation. + + * scripts/lilypond-book.py: patches by John Williams: + htmlquote bugfix. + Allow snippets to be given distinct filenames. + Allow the default alt text to be overridden. + +2005-04-20 Erik Sandberg + + * ly/performer-init.ly: Bugfix + + * THANKS: Added bughunters. + +2005-04-20 Jan Nieuwenhuizen + + * configure.in (no gui_b): Remove optional gtk+ requirement. + +2005-04-20 Han-Wen Nienhuys + + * Documentation/user/basic-notation.itely (Pitches): add + LedgerLineSpanner. + + * lily/dynamic-engraver.cc (process_music): set right bound to + script if present. Else, do not set. + (acknowledge_grob): only set right bound of finished spanner to + note column if no other bound is set. + * python/lilylib.py (make_ps_images): switch back to png16m. 2005-04-19 Jan Nieuwenhuizen @@ -193,7 +223,7 @@ * SConstruct: Require pkg-config. (test_program): Bugfix for double digit version compares, use integer (not string-) compare. - Optionall require gs 8.14. + Optionally require gs 8.14. * stepmake/aclocal.m4 (STEPMAKE_PANGO_FT2): Define HAVE_PANGO16 too.