X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=cde4eafd5186905d68dfd6b1f5aa023a09f4ea6f;hb=8bdf915821fa94a60c47a1933251337164b9d877;hp=9ad98a2b9d4797f06caf8b0fcfae539d28f61ff1;hpb=f88087ee5074153e31edb79c4b587bb66776782a;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 9ad98a2b9d..cde4eafd51 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,46 @@ +2005-11-28 Jan Nieuwenhuizen + + * configure.in (--disable-documentation): New switch. + + * GNUmakefile.in: Use it. + + * stepmake/aclocal.m4: Use AC_ARG_ENABLE for kpatsea. + +2005-11-28 Han-Wen Nienhuys + + * scripts/lilypond-book.py (do_file): search chunks for + \\begin{document} + + * GNUmakefile.in: add copy step in between so we can lose the + out-www directories. + +2005-11-27 Han-Wen Nienhuys + + * lily/pango-font.cc (pango_item_string_stencil): put + geometry.width into glyph-string too. + +2005-11-26 Nicolas Sceaux + + * scm/define-music-display-methods.scm (RevertProperty): + (OverrideProperty): Use grob-property-path property, a list of + symbols, instead of grob-property, which used to be a single + symbol. + (BassFigureEvent): a figure can be a plain number, not necessarily a + markup. + 2005-11-25 Han-Wen Nienhuys + * VERSION: release 2.7.19 + + * lily/figured-bass-engraver.cc (process_music): check + figuredBassCenterContinuations first. + + * scm/translation-functions.scm (format-bass-figure): make double + sharp larger. + + * lily/mark-engraver.cc: read rehearsalMarkAlignSymbol to + determine X-parent. + * lily/system-start-delimiter-engraver.cc: move from Nested_system_start_delimiter_engraver, rename Nested_system_start_delimiter_engraver ->