X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=74a5d3493964e4be6a1da5a1288c3bfdd002ddb1;hb=a10cb1ca9dbc5a38b8afd592cd4563972c135f6f;hp=99084961077ed94fe691d51b167ad10c18a966a7;hpb=4ef19c2f022bc54f0986c5a4c9a4bca492a04919;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 9908496107..74a5d34939 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,41 @@ 2005-11-13 Han-Wen Nienhuys + * python/convertrules.py (conv): add warning about drums. + + * make/stepmake.make: include toplevel-version.make after config.make. + + * stepmake/aclocal.m4 (depth): make sure $srcdir is absolute. + also allow python2.4 + + * config.make.in (configure-srcdir): remove GXX GCC vars. + + * stepmake/aclocal.m4: don't do non-srcdir build with + symlinks. Use inclusion, so the src directory name can be changed. + +2005-11-13 Jan Nieuwenhuizen + + * make/mutopia-vars.make: + * make/ly-vars.make: Use src-wildcard iso wildcard for source + files. + +2005-11-13 Werner Lemberg + + * mf/feta-arrow.mf: For all glyphs, don't mirror `currentpicture' + but the affected path. This ensures that the (overlapping) outlines + have the same direction, which is a necessary prerequisite for + FontForge's algorithm to remove overlaps. + Formatting. + + * mf/feta-haak.mf: Formatting. + (draw_bracket): Slightly modify outline to avoid an unnecessary + corner. + Don't use ad-hoc values for `leave_angle' and `tip_angle' but derive + them from the affected paths. + +2005-11-13 Han-Wen Nienhuys + + * mf/README: remove xpm / accordion notes. + * lily/tie-column-format.cc (set_chord_outline): add dots into skyline extents. This fixes tie formatting if the left head has dots. @@ -172,7 +208,7 @@ * flower/file-path.cc (find): Bugfix: Return name of file found. * lily/main.cc (setup_paths): Bugfix for argv0 logic. - (setup_paths)[__CYGWIN__ || __MINGW32__ || ]: Normalize argv0. + (setup_paths)[__CYGWIN__ || __MINGW32__]: Normalize argv0. (setup_paths)[__MINGW32__]: Also look for argv0 + .exe. 2005-11-03 Han-Wen Nienhuys