X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=658454707de58764d79bb85018bd04b07809e1a0;hb=460749bd94a022bb11ecd3de38b078f4135711c1;hp=050a2a872da26f87839317ecf34c4186241470b0;hpb=21b1e37de1cbc90e7212d6fcbc537e4dd861126d;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index 050a2a872d..658454707d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,404 @@ +2005-05-15 Jan Nieuwenhuizen + + * lily/pango-font.cc (pango_item_string_stencil): Normalize file + name. Remove windows comment. + + * scm/editor.scm (slashify): New function. + (get-editor-command): Use it. + (get-command-template): Do not alter editor command if + environment value includes `%(file)s' magic. + + * scripts/lilypond-invoke-editor.scm (unquote-uri): New function. + (dissect-uri): Use it. + (unquote-uri): Bugfix. + +2005-05-15 Han-Wen Nienhuys + + * scm/framework-ps.scm (write-preamble): add TTF rule. + + * Documentation/topdocs/README.texi (Top): remove note about + xdelta. + + * Documentation/topdocs/INSTALL.texi (Top): remove Flex + requirement. + + * stepmake/aclocal.m4: STEPMAKE_FLEXLEXER_LOCATION: new + function. Figure out where FlexLexer.h lives + + * lily/GNUmakefile (OUT_DIST_FILES): dist lexer.cc and FlexLexer.h + +2005-05-14 Jan Nieuwenhuizen + + * scripts/lilypond-invoke-editor.scm (dissect-uri): Handle URIs + with Windows root in file name. + + * scm/backend-library.scm (ly:system): Only redirect output (using + system and shell, ugh) if /dev/null is writable. + + * Documentation/pictures/GNUmakefile [PLATFORM_WINDOWS]: Build + windows icon. + + * scm/lily.scm (is-absolute?): New function. Fixes absolute files + on Mingw. + + * scm/output-ps.scm (grob-cause): Use it. Fixes PDF point and + click. + + * flower/file-path.cc (is_dir, is_file): New function. Actually + use result of stat when available. + + * flower/file-path.cc (find): Use it. Refactor. Fixes Mingw, + absolute file name and root. + + * scm/lily.scm (PLATFORM): On mingw, slashify getcwd. + + * scm/editor.scm (get-editor-command): Typo: do not apply editor. + + * flower/file-name.cc (slashify): Bugfix, do substitute if no + slashes in file name. + +2005-05-13 Jan Nieuwenhuizen + + * Documentation/user/preface.itely (Preface): Run + texinfo-all-menus-update. + + * scm/editor.scm (get-editor-command): Bugfix: allow full + LYEDITOR setting, partial XEDITOR setting. With typo fix. + + * Documentation/pictures/lilypond-48.xpm: New file. + + * flower/file-path.cc (to_string): Bugfix: use PATHSEP. + + * ly/Welcome_to_LilyPond.ly: New file. + + * lily/main.cc (main): Only identify if we have a terminal. + + * scm/backend-library.scm (postscript->png) + (postscript->pdf): Fix file name quoting for GS/MINGW (ie, + non-/bin/sh). + +2005-05-13 Heikki Junes + + * Documentation/topdocs/AUTHORS.texi: polish, update. + +2005-05-13 Han-Wen Nienhuys + + * Documentation/user/preface.itely (Notes for version 2.6): new + notes for 2.6 + + * lily/dynamic-engraver.cc (stop_translation_timestep): first set + finished_span_, then call typeset_all(). Fixes spurious "Hairpin + is not fully contained" warnings. + + * lily/slur-scoring.cc (get_bound_info): remove warning. + + * lily/staff-symbol-engraver.cc (process_music): start initial + spanner in process_music(). This fixes overrides of StaffSymbol + properties. + + * scm/framework-pdf.scm (Module): remove. + + * Documentation/topdocs/AUTHORS.texi (AUTHORS): clean up, update. + + * lily/ambitus-engraver.cc: formatting cleanups. + + * mf/feta-solfa.mf (Module): remove. + + * ChangeLog: more details about contributions. + +2005-05-12 Han-Wen Nienhuys + + * lily/align-interface.cc (align_elements_to_extents): warn if + called too early. Fixes: disappearing-staff-lines.ly + + * VERSION (PACKAGE_NAME): release 2.5.24 + +2005-05-12 Jan Nieuwenhuizen + + * stepmake/aclocal.m4: Typo. + + * flower/string.cc (substitute): Take two strings or two + characters. Update callers. + +2005-05-11 Jan Nieuwenhuizen + + * flower/file-name.cc (File_name): Slashify. + + * scm/lily.scm: Use gui-main iso lilypond-main on MINGW. + + * scripts/GNUmakefile (SEXECUTABLES): Add lilypond-invoke-editor. + + * stepmake/aclocal.m4 (STEPMAKE_WINDOWS): New function. + + * configure.in (gui_b): Use it. + + * lily/lilypond.rc.in: New file. + + * lily/GNUmakefile[PLATFROM_WINDOWS]: Compile it into executable. + +2005-05-12 Graham Percival + + * Documentation/user/advanced-notation.itely: edit of Text + section; clarify text scripts vs. text markup. + +2005-05-12 Han-Wen Nienhuys + + * lily/multi-measure-rest-engraver.cc + (Multi_measure_rest_engraver): init bar_seen_ to true. Notice + separation items on start. Fixes mm rests in start of score. + + * lily/slur-scoring.cc (move_away_from_staffline): robustness, + don't access StaffSymbol if not there. + Fixes: crash-staff-symbol-engraver.ly. + + * lily/instrument-name-engraver.cc (class + Instrument_name_engraver): data member first_. Create + InstrumentName on start. + +2005-05-12 Graham Percival + + * Documentation/user/instrument-notation.itely: add guitar + position. + + * Documentation/user/introduction.itely, + Documentation/user/lilypond.tely, + Documentation/user/tutorial.itely: begin pruning + unused (duplicated) cindex entries and misc cleanup. + +2005-05-12 Mats Bengtsson + + * input/test/volta-chord-names.ly: Bring the explanation up to + date. + +2005-05-11 Heikki Junes + + * Documentation/topdocs/{AUTHORS.texi,INSTALL.texi,README.texi}: + Specify `@documentencoding utf-8' for html, ignore warnings. + +2005-05-11 Erik Sandberg + + * THANKS: Added bughunters. + +2005-05-11 Heikki Junes + + * lily/main.cc: update help string for `lilypond -H'. + + * po/fi.po: update. + +2005-05-10 Graham Percival + + * Documentation/user/advanced-notation.itely: minor fixes. + +2005-05-10 Jan Nieuwenhuizen + + * scm/editor.scm: New module. + + * scm/lily.scm (gui-main): Use it. + + * scm/framework-gnome.scm (spawn-editor): Use it. + + * scripts/lilypond-invoke-editor.scm: Use it in new script. + +2005-05-10 Han-Wen Nienhuys + + * scm/framework-ps.scm (load-font-via-GS): new function. + + * lily/pango-font.cc (pango_item_string_stencil): add support for + CID keyed font. + + * scm/output-ps.scm (glyph-string): add support for CID keyed font. + +2005-05-10 Graham Percival + + * Documentation/user/basic-notation.itely: add @ref. + + * Documentation/user/advanced-notation.itely: add example + of 5/8 beaming. + +2005-05-10 Han-Wen Nienhuys + + * scripts/lilypond-pdfpc-helper.py (ly_pc_editor): robustness fixes. + + * scm/backend-library.scm (postscript->pdf): Invoke gs instead of + going through ps2pdf wrappers. + +2005-05-09 Jürgen Reuter + + * Documentation/user/instrument-notation.itely: petrucci note + heads: updated docu + + * input/regression/note-head-style.ly: updated regression test; + indentation fixes + + * ly/engraver-init.ly: MensuralVoiceContext: use petrucci note + heads as default + + * mf/parmesan-heads.mf: minor editing; use musicological names + (rather than optical description) as note head names + + * scm/output-lib.scm: complete petrucci heads + +2005-05-09 Pal Benko + + * mf/parmesan-heads.mf: add petrucci heads (like neo-mensural + heads, but bigger) + +2005-05-09 Jan Nieuwenhuizen + + * lily/main.cc (main_with_guile): Remove no files check. + + * lily/main.cc (ly:usage): Export to Scheme. + + * scm/lily.scm (no-files-handler): New function. + + * scm/lily.scm (lilypond-main): Use it. + + * configure.in (gui_b): Add mbrtowc checking. + Resurrect [utf8/]wchar.h checking. + +2005-05-09 Mats Bengtsson + + * Documentation/user/advanced-notation.itely (Metronome marks): + Add link to the program reference for MetronomeMark + + * Documentation/user/lilypond-book.itely (An example of a + musicological document): Correct the example using psfonts + +2005-05-09 Heikki Junes + + * po/fi.po: update after a lesson how to update entries against + source. + + * po/TODO: document the lesson. + +2005-05-09 Han-Wen Nienhuys + + * configure.in (gui_b): remove wcrtomb checking. + + * lily/general-scheme.cc (LY_DEFINE): hand-convert utf8 to 32 + bits. Patch by Matthias Neeracher. + +2005-05-09 Mats Bengtsson + + * scripts/convert-ly.py: In the conversion to version 1.9.0, + keep Scheme expressions and strings unmodified when doing the + conversion to postfix notation for slurs and beams. Should + hopefully solve most related conversion problems. + + * Documentation/user/lilypond-book.itely : Clarify and correct how + to call dvips with -h psfonts. + +2005-05-09 Jan Nieuwenhuizen + + * Documentation/user/instrument-notation.itely (Entering lyrics): + Typo. Fixes build. + +2005-05-09 Graham Percival + + * Documentation/user/lilypond-book.itely: document PSFONTS file. + + * Documentation/user/lilypond.tely, lilypond-book.itely, + tutorial.itely: change references to 2.5.x to 2.6.x. + + * Documentation/user/instrument-notation.itely: clarified \addlyrics + vs \lyricmode. + + * Documentation/user/invoking.itely: remove old info about + lilypond-profile. + + * Documentation/topdocs/INSTALL.texi: remove old info about + lilypond-profile, add warning about needing international fonts + to build docs. + +2005-05-09 Han-Wen Nienhuys + + * lily/include/grob-info.hh (class Grob_info): make data member + private. Changes throughout. + + * input/regression/alignment-order.ly: new file. + + * lily/vertical-align-engraver.cc (acknowledge_grob): read + alignAboveContext and alignBelowContext + +2005-05-08 Han-Wen Nienhuys + + * lily/pfb.cc (LY_DEFINE): add cast. + + * scm/framework-ps.scm (write-preamble): embed CFFs if file name + matches .otf + (write-preamble): warn about unknown fonts. + + * lily/pfb.cc (Module): new function ly:otf->cff + + * lily/open-type-font.cc (get_otf_table): use ::get_otf_table + (get_otf_table): new function. + +2005-05-07 Han-Wen Nienhuys + + * scm/backend-library.scm (postscript->png): call lilypond-ps2png + iso. ps2png. + +2005-05-06 Heikki Junes + + * po/fi.po: apply second round of update. + +2005-05-06 Han-Wen Nienhuys + + * scm/x11-color.scm (make-x11-color-handler): don't use + #\sp. Apparently doesn't work on all platforms. + +2005-05-06 Graham Percival + + * Documentation/user/advanced-notation.itely, putting.itely, + tutorial.itely, global.itely, introduction.itely: really minor fixes. + +2005-05-06 Han-Wen Nienhuys + + * VERSION (PACKAGE_NAME): release 2.5.23 + +2005-05-06 Jan Nieuwenhuizen + + * Documentation/topdocs/AUTHORS.texi: Remove texinfo @accents, + convert to utf-8. + + * THANKS: Add translators for this release, convert to utf-8. + + * mf/GNUmakefile (MFTRACE_FLAGS): + * buildscripts/substitute-encoding.py (outdir): Build fix: pass + outdir as option (WAS: hardcoded). + +2005-05-06 Han-Wen Nienhuys + + * lily/staff-symbol-engraver.cc (Staff_symbol_engraver): init + finished_span_ + + * THANKS: add Hans Forbrich. + + * Documentation/topdocs/NEWS.tely (Top): document new feature. + + * Documentation/user/basic-notation.itely (Staff symbol): document + start/stop staff. Reference to ossia.ly + + * input/test/ossia.ly: new example using stop and startStaff. + + * lily/timing-engraver.cc: remove Timing_engraver::initialize(), + in other words, don't create "|" barline at start of the score. + (start_translation_timestep): don't set whichBar for start of score. + + * input/regression/staff-halfway.ly: use new functionality. + + * lily/staff-symbol-engraver.cc (try_music): take StaffSpanEvents, + start and stop staff based on events. + + * scm/define-music-types.scm (music-descriptions): add StaffSpanEvent + + * ly/declarations-init.ly (startStaff, stopStaff): new identifiers. + +2005-05-05 Han-Wen Nienhuys + + * Documentation/user/programming-interface.itely (How markups work + internally ): remove \encoding reference. + 2005-05-04 Mats Bengtsson * scripts/convert-ly.py: Attempt to do a smarter update of @@ -403,8 +804,9 @@ * lily/ledger-line-spanner.cc: some more words of explanation. - * scripts/lilypond-book.py: patches by John Williams: - htmlquote bugfix. +2005-04-20 John Williams + + * scripts/lilypond-book.py: htmlquote bugfix. Allow snippets to be given distinct filenames. Allow the default alt text to be overridden. @@ -558,12 +960,13 @@ * lily/paper-score.cc (process): run get_paper_systems() only once. - * lily/line-interface.cc (make_arrow): new function. Patch by - Jonatan Liljedahl - (arrows): idem. - * lily/line-spanner.cc (line_stencil): add arrows. +2005-04-18 Jonatan Liljedahl + + * lily/line-interface.cc (make_arrow): new function. + (arrows): idem. + 2005-04-18 Mathieu Giraud * input/test/chord-names-german.ly: update for italian/french @@ -941,8 +1344,9 @@ * buildscripts/gen-emmentaler-scripts.py (i): generate PFAEmmentaler.pfa aswell. +2005-04-06 John Williams + * scripts/lilypond-book.py: refactor the compose_ly procedure. - Patch by John Williams. 2005-04-06 Han-Wen Nienhuys @@ -1320,16 +1724,20 @@ * ly/titling-init.ly (oddHeaderMarkup): don't show page no. on 1st page. - * scripts/lilypond-book.py (main): add png for HTML too, guess - only if necessary. Thanks to John Williams. + * scripts/abc2ly.py (dump_voices): use alphabet(). - * flower/include/virtual-methods.hh: simplify. Patch by Matthias - Neeracher. +2005-03-27 Jeff Smith + + * mf/GNUmakefile (depth): use $(FONTFORGE). + +2005-03-27 Matthias Neeracher + + * flower/include/virtual-methods.hh: simplify. Patch by - * mf/GNUmakefile (depth): use $(FONTFORGE). Patch by Jeff Smith - +2005-03-25 John Williams - * scripts/abc2ly.py (dump_voices): use alphabet(). + * scripts/lilypond-book.py (main): add png for HTML too, guess + only if necessary. 2005-03-25 Graham Percival @@ -1870,8 +2278,10 @@ * scm/define-markup-commands.scm (fontsize): new markup command. Also set baseline-skip +2005-03-06 Sebastiano Vigna . + * lily/main.cc (do_chroot_jail): paranoia security for webserver - use. Patch by Sebastiano Vigna . + use. 2005-03-05 Han-Wen Nienhuys @@ -1978,7 +2388,8 @@ 2005-03-01 Jan Nieuwenhuizen - * flower/libc-extension.cc: Tested BSD compile fix (Matthias Neeracher). + * flower/libc-extension.cc: Tested BSD compile fix (Matthias + Neeracher). 2005-02-29 Graham Percival @@ -2094,9 +2505,6 @@ * Documentation/user/scheme-tutorial.itely: small fix from Steve Doonan. - * Documentation/user/notation.itely: revamped Polyphony section - from Yuval Harel. Thanks! - * THANKS: added Yuval Harel. * Documentation/user/{various}: inserted two spaces after a period. @@ -2107,6 +2515,10 @@ advanced-notation.itely, global.itely: new files, placeholder for future reorg. +2005-02-26 Yuval Harel + + * Documentation/user/notation.itely: revamped Polyphony section + 2005-02-26 Han-Wen Nienhuys * Documentation/user/lilypond-book.itely (Music fragment options): @@ -2281,7 +2693,8 @@ * THANKS: add Steve D - * ttftool/*.c: add TTF -> Type42 conversion library. + * ttftool/*.c: add TTF -> Type42 conversion library. Based on + Public Domain work by Juliusz Chroboczek 2005-02-20 Tatsuya Ono @@ -2376,7 +2789,7 @@ 2005-02-11 Han-Wen Nienhuys - * Slur-dash patch by Bertalan. + * lily/slur.cc: Slur-dash patch by Bertalan. * ly/engraver-init.ly (EasyNotation): glyph name dash -> period.