X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=1562d7edba811eda7f4def0cac155bb8f6defe07;hb=bb5e72e7ac8995a04e16fae7bae5b342861601cd;hp=7e882f1286c77fff1f34c068cb8ce6182ca6fbef;hpb=926731e9bd8aa223a800c2c54742cc2a3c6ca3e0;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 7e882f1286..1562d7edba 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,92 @@ +2005-06-07 Jan Nieuwenhuizen + + * flower/include/file-cookie.hh: Compile fix. + +2005-06-06 Han-Wen Nienhuys + + * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. + + * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine + system primitives. + (gulp-port): using read-string!/partial. We don't want to read an + entire PS file (GUILE 1.6 limits strings to 16M) + + * scm/define-grobs.scm (all-grob-descriptions): remove arch-* + properties. Add font-interface. + + * scm/define-grob-properties.scm (all-user-grob-properties): + remove old bracket properties. + + * scm/x11-color.scm: reformat. + + * lily/ledger-line-engraver.cc (acknowledge_grob): create new + LedgerLineSpanner if new StaffSymbol is found. + + * lily/staff-symbol-engraver.cc (acknowledge_grob): also set + staff-symbol for finishing staff. + + * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output + + * scm/output-svg.scm (setcolor): implement (re)setcolor with + change black to currentColor everywhere. This fixes color support + in SVG. + +2005-06-06 Carl Sorensen + + * input/regression/fret-diagrams.ly: new file to test fret diagram + capability + + * scm/output-tex.scm: remove white-dot and white-text + + * scm/output-ps.scm: remove white-dot and white-text + + * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- + using ly:stencil-in-color instead + (draw-dots) : remove call to white-dot + +2005-06-06 Han-Wen Nienhuys + + * flower/memory-stream.cc (Memory_out_stream): remove fopencookie + support. + + * ttftool/ttfps.c: use lily_cookie functions everywhere. + + * flower/include/file-cookie.hh: new file. lily_cookie extension + + * flower/file-cookie.cc: new file. lily_cookie extension. + +2005-06-06 Jan Nieuwenhuizen + + * scm/editor.scm (editor-command-template-alist): Add syn + editor (Jaap [de Vos]). + +2005-06-05 Jan Nieuwenhuizen + + * scripts/lilypond-ps2png.scm: + * scm/ps-to-png.scm: New file. + + * scm/backend-library.scm (postscript->png): Use it. + + * scripts/lilypond-ps-to-png.py: Remove file. + + * python/lilylib.py (get_bbox, make_ps_images): Remove. + +2005-06-03 Han-Wen Nienhuys + + * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code. + + * scm/auto-beam.scm (default-auto-beam-check): only forbid beam + start on grace moment. Fixes autobeam-grace.ly. + + * lily/auto-beam-engraver.cc (process_acknowledged_grobs): don't + process anything unless we're at the end of a pending beam. Fixes + syncopated 8ths beamed across a beat. + 2005-06-03 Jan Nieuwenhuizen + * scm/editor.scm (editor-command-template-alist): Start emacs if + emacslient fails. + * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR. * flower/file-path.cc (is_file, is_dir): Export. @@ -13,6 +100,9 @@ 2005-06-02 Han-Wen Nienhuys + * scm/backend-library.scm (postscript->pdf): set resolution to + 1200, so bitmap fonts aren't that ugly. + * Documentation/topdocs/NEWS.tely (Top): add entry about font family. * lily/dynamic-engraver.cc (acknowledge_grob): only center on @@ -201,6 +291,7 @@ * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon rules. +>>>>>>> 1.3718 2005-05-28 Han-Wen Nienhuys * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color @@ -323,7 +414,7 @@ 2005-05-24 Han-Wen Nienhuys * lily/parser.yy (bare_int): remove rule. From now on, we require - # before negative integers. + # before negative integers. 2005-05-23 Graham Percival