X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=387ec86374da109e511069f0308465cf3553472b;hb=6a90fc4934c0c7ce8f2ac1bef7de3ec447ede3e2;hp=b057127fbc4356b46d3462fba36a5ded808d21ea;hpb=54a46d3a79b960aac8f0b5eb32e117c1bacc7076;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index b057127fbc..387ec86374 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,97 @@ +2005-05-23 Jan Nieuwenhuizen + + * lily/main.cc (setup_paths)[__MINGW32__]: Normalize LILYPONDPREFIX. + +2005-05-21 Jan Nieuwenhuizen + + * lily/general-scheme.cc (ly:stderr-redirect): Rename from + ly:port-move. Needs to be stderr-specific on mingw. + Run fixcc. + +2005-05-20 Jan Nieuwenhuizen + + * lily/general-scheme.cc (ly:port-move): Remove. + + * scm/backend-library.scm (postscript->pdf): Remove -dSAFER in + windows. + + * lily/main.cc (setup_paths) [ARGV0_RELOCATION]: Reinstate GS_* + variables. This eliminates the need for a gs.bat wrapper, which + opens a console. + + * scripts/lilypond-invoke-editor.scm (running-from-gui?): + * scm/lily.scm (running-from-gui?): + * lily/main.cc[MINGW]: Remove isatty inversion, this is an + artifact of not compiling with -mwindows. + + * scm/editor.scm: Define PLATFORM. + +2005-05-23 Han-Wen Nienhuys + + * scripts/lilypond-book.py (PREAMBLE_LY): add marker, where people + can start to cut & paste lilypond-book fragments. + + * scm/define-music-types.scm (music-descriptions): remove + UntransposableMusic + +2005-05-20 Han-Wen Nienhuys + + * scm/output-ps.scm (glyph-string): remove / before CIDs. + +2005-05-20 Graham Percival + + * Documentation/user/instrument-notation.itely: remove *Engraver. + + * Documentation/user/advanced-notation.itely: edit, rearrange. + +2005-05-20 Han-Wen Nienhuys + + * scm/output-ps.scm (glyph-string): take cid? argument. Use + findresource iso. findfont for CID CFF fonts. + + * VERSION (PACKAGE_NAME): release 2.5.25 + + * ly/Welcome_to_LilyPond.ly: add \version + +2005-05-20 Graham Percival + + * Documentation/user/programming-interface.itely: move + \displayMusic into its own section. + + * Documentation/user/basic-notation.itely: finish editing. + +2005-05-20 Han-Wen Nienhuys + + * flower/file-path.cc (find): don't throw away file_name.dir, but + append to it. Fixes \include with directories. + + * flower/include/file-path.hh (class File_path): don't derive from + Array. + + * flower/include/file-name.hh (class File_name): remove to_str0() + + * lily/hara-kiri-engraver.cc (acknowledge_grob): split + Hara_kiri_engraver in separate file. + + * lily/slur-configuration.cc (score_encompass): oops, + + * Documentation/user/basic-notaton.itely: editing. + +2005-05-18 Graham Percival + + * Documentation/user/macros.itexi, basic-notation.itely: + add @commonprop (commonly used properties) macro. + 2005-05-18 Han-Wen Nienhuys + * ly/Welcome_to_LilyPond.ly: talk about icon, not program. + + * scripts/lilypond-book.py (invokes_lilypond): new function + (main): only run fontextract if invokes_lilypond() is true. + * lily/function-documentation.cc (ly_add_function_documentation): duh, use != @@ -14,6 +106,11 @@ 2005-05-18 Jan Nieuwenhuizen + * Documentation/user/advanced-notation.itely (Text scripts): + Change nonexisting @internalsref{Text markup} to @ref{Text + markup}. Change @internalsref{Text script} to + @internalsref{TextScript}. + * lily/main.cc (setup_paths): Bugfix: pangorc is not pango.modules. 2005-05-17 Graham Percival