X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=ff111bad93f8336520281c731a26a8d6d40061c2;hb=41b8dd4d0bec0445e1850ed8b87fef3599d2d41b;hp=620a0592bc42a3cefbbd7abd0fc4da28ef622acc;hpb=c3043e2b9c1c296af86721617f58601e21eccaa8;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 620a0592bc..ff111bad93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,62 @@ +2005-06-10 Han-Wen Nienhuys + + * lily/default-actions.cc (Module): new file. default + {book,score}-print functions. + + * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup: + pass results via parseStringResult, lookup via ly:parser-lookup. + + * lily/lily-parser.cc (Lily_parser): only clone lexer in + constructors. + (parse_file): encapsulate do_yyparse() in scm_set_current_module() + (parse_string): idem. + + * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init. + + * lily/main.cc (main_with_guile): copy be_verbose_global into + ly_set_option() + +2005-06-10 Jan Nieuwenhuizen + + * scm/backend-library.scm (postscript->pdf): + * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in + verbose mode. Search for several names of gs executable. + +2005-06-10 Han-Wen Nienhuys + + * lily/ly-module.cc (ly_make_anonymous_module): call make-module + directly. This fixes a massive memory leak, provided you use CVS + GUILE. + +2005-06-10 Erik Sandberg + + * ly/property-init.ly: Added tieDashed. + + * THANKS: Added some bughunters for 2.5. + 2005-06-09 Han-Wen Nienhuys + * lily/program-option.cc: add debug-gc option. + + * lily/include/lily-guile-macros.hh: don't protect exported module + objects. + + * lily/include/lily-parser.hh (class Lily_parser): remove beam_check(). + + * scm/backend-library.scm (postscript->pdf): use + delete-intermediate-files iso. running-from-gui? + + * ttftool/util.c (surely_read): robustness. Allow read() to return + less bytes than requested, as per posix standards. + + * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity + program option. + + * ttftool/include/ttftool.h ("C"): rename verbosity to + ttf_verbosity. Add to public interface. + + * scm/music-functions.scm (unfold-repeats): remove debugging display. + * lily/program-option.cc: rename from scm-option.cc * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.