X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=1db760ac2046e8e8c1bb0b3296ed6af5843cda99;hb=25db659c539eba1b69214118d745ea0639e91e01;hp=d8d686364fe3ddda32a777b834cfa28b6e18d93f;hpb=2841be4d2573eda1cdb855195e83b44c13c3412b;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index d8d686364f..1db760ac20 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,66 @@ +2006-01-23 Jan Nieuwenhuizen + + * flower/international.cc: + * flower/include/international.hh: + + * flower/getopt-long.cc: + * flower/include/getopt-long.hh: Use std::string [interface]. + Update callers. + + * flower/include/std-string.hh: Oops, bugfix for --disable-std-string. + + * stepmake/stepmake/executable-rules.make: Add dependency on + module libraries. + +2006-01-22 Jan Nieuwenhuizen + + * flower/file-path.cc: + * flower/include/file-path.hh: Use std::string [interface]. + Update callers. + + * flower/direction.cc: + * flower/axis.cc: Unused. Remove. + + * configure.in (--enable-std-string): New option. + + * flower/std-string.cc: + * flower/include/std-string.hh: New file. + + * flower/file-name.cc[STD_STRING]: + * flower/include/file-name.hh[STD_STRING]: Use it. Update callers. + 2006-01-22 Han-Wen Nienhuys + * scm/output-svg.scm (placebox): no GNU coding standards in SVG output. + + * scm/define-markup-commands.scm (with-dimensions): + with-dimensions markup command. + + * input/test/font-table.ly: use it. + + * lily/open-type-font.cc (glyph_list): new function. + + * lily/open-type-font-scheme.cc (LY_DEFINE): ly:otf-glyph-list function. + + * lily/ttf.cc: remove ly:font-glyph-list scheme function + +2006-01-22 Nicolas Sceaux + + * ly/music-functions-init.ly (parallelMusic): new music function for parallel + music entry. + + * scm/define-music-properties.scm (all-music-properties): new 'void music property + + * scm/music-functions.scm (ly:music-message): make public, to be + used in music function definitions + + * scm/lily-library.scm (collect-music-for-book): discard music + when the 'void property is set. + +2006-01-22 Han-Wen Nienhuys + + * lily/ttf.cc (LY_DEFINE): store name before destroying face. + * mf/GNUmakefile: idem. * buildscripts/mf-to-table.py (help): excise fetaXXlist.ly support.