]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
new file.
[lilypond.git] / ChangeLog
index 58cd7e701159d22514aa6992b6ef81cc807f1df6..59f1bfd272c1f6395b6b71f2f8b595c85909e07c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,202 @@
+2005-03-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/open-type-font-scheme.cc:  new file.
+
+2005-03-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lexer.ll (Lily_lexer):
+       * lily/parser.yy: Junk lyric_markup state.
+
+       * Documentation/topdocs/NEWS.tely (Top): Mention markup text feature.
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): toplevel-music-handler:
+       Add texts parameter.
+
+2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lexer.ll (lyric_markup): New mode.
+       (Lily_lexer::push_lyric_markup_state): New method.
+       (MARKUPCOMMAND): Markup during lyric mode returns LYRIC_MARKUP.
+
+       * lily/parser.yy (book_body):
+       (toplevel_expression): Grok \markup texts.
+
+       * lily/score-scheme.cc (ly:music-scorify): 
+       * scm/lily-library.scm (collect-music-for-book): Take texts
+       parameter.
+
+       * lily/score.cc (texts_): New member.
+
+       * lily/paper-book.cc (systems): Format score texts.
+
+       * score-text.ly: New file.
+
+       * ttftool/SConscript:
+       * kpath-guile/SConscript: New file.
+
+       * lily/SConscript:
+       * SConstruct: Update.
+
+2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): release 2.5.14
+
+2005-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc: Add dummy xgettext markers.
+
+2005-03-07  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.fedora.spec.in (Requires): scrap kpathsea/tex
+       requirements
+
+       * stepmake/aclocal.m4: check dynamic link, by checking if kpathsea
+       executable is < 40k
+
+       * lily/main.cc (setup_paths): remove tfm1 tfm2 tfm3 include path
+       hack.
+
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/libc-extension.cc:
+       * flower/include/libc-extension.hh: [Open]BSD simply cast
+       cookie/funopen declarations.
+
+       * stepmake/aclocal.m4: Check for libkpathsea.so.
+
+       * kpath-guile/kpath.c (ly_kpathsea_expand_variable): Use
+       dl_kpse_find_file.
+
+2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * kpath-guile/kpath.c (open_library): dlopen libkpathsea.so
+       (open_library): alternative for static library.
+
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * configure.in: Set TTFTOOL_ENDIAN iso global CFLAGS.
+
+       * ttftool/GNUmakefile (MODULE_CFLAGS): Add $(TTFTOOL_ENDIAN).
+
+       Drop run-time dependency on teTeX.
+
+       * lily/kpath.cc (initialize_kpathsea): dlopen libkpathsea.
+
+       * stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
+       KPATHSEA_LIBS in LIBS.
+       (STEPMAKE_DLOPEN): New function.
+
+       * lily/font-config.cc (init_fontconfig): Use dir for directory,
+       not path.
+
+       * flower/file-path.cc (directories): Rename from paths, as this
+       return an array of directories (a single path).
+
+2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/GNUmakefile (MODULE_LIBS): link with kpath-guile
+
+       * lily/all-font-metrics.cc (kpathsea_find_file): wrapper around
+       new ly:kpathsea-find-file
+
+       * kpath-guile/kpath.c: new file. Put kpath bindings in lib.
+
+       * kpath-guile/GNUmakefile: new file
+
+       * buildscripts/gen-emmentaler-scripts.py (i): generate
+       emmentaler-X.fontname as well.
+
+       * buildscripts/ps-embed-cff.py: new script
+
+       * scm/lily-library.scm: remove ps-embed-cff.
+
+       * scm/framework-ps.scm (write-preamble): don't use kpathsea for
+       font loading. 
+
+       * scm/font.scm (add-music-fonts): load dynamics/numbers through
+       fontconfig as well.
+
+       * lily/font-config.cc (init_fontconfig): add cff/ too.
+
+       * ly/generate-embedded-cff.ly: capitalize.
+
+       * lily/pango-select.cc (select_pango_font): use ::find_pango_font,
+       so as to register the pango font.
+
+       * lily/font-config.cc (init_fontconfig): add
+       prefix/{otf,type1,mf/out} to fontconfig path.
+
+       * lily/main.cc: only look at one prefix directory, LILYPONDPREFIX
+       overrides all. 
+
+       * configure.in (gui_b): remove ec mftrace check
+
+       * config.hh.in: use lilypond-Major.Minor as data directory.
+
+       * scm/framework-ps.scm (dump-page): use output-units for landscape.
+
+       * buildscripts/gen-emmentaler-scripts.py (i): lower case file
+       name.
+
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc (do_chroot_jail): Small cleanups.  Avoid constant
+       error messages.
+
+       * flower/libc-extension.cc:
+       * flower/include/libc-extension.hh: [Open]BSD fixes for
+       cookie/funopen declarations.
+
+2005-03-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/gen-emmentaler-scripts.py (outdir): capitalize
+       emmentaler.
+
+       * lily/score-engraver.cc (initialize): remove check for ecrm10 /
+       lcrm10.
+
+       * scm/define-markup-commands.scm (fontsize): new markup
+       command. Also set baseline-skip
+
+       * lily/main.cc (do_chroot_jail): paranoia security for webserver
+       use. Patch by Sebastiano Vigna <vigna@dsi.unimi.it>.
+
+2005-03-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/bin/add-html-footer.py (do_file): make wiki link optional.
+
+       * lily/pdf.cc: remove PDF related files
+
+2005-03-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/deutsch.ly: add quarter tones, patch by Arno Waschk.
+       <hamamatsu@gmx.de>
+
+2005-03-05  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/advanced-notation.itely: first draft
+       of reorg done.
+
+       * Documentation/user/global.itely: fixed (sub)section
+       bits of MIDI.
+
+2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * cygwin/mknetrel (extras): Bufix (Bertalan).
+
+       * Documentation/user/basic-notation.itely (Chords): @ref fix.
+       * Documentation/user/instrument-notation.itely (Introducing chord
+       names): Compile fix: must have unique name.
+
+2005-03-02  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/instrument-notation.itely: reorg.
+
+2005-03-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-gnome.scm:
+       * scm/output-svg.scm: Fix font scaling.
+
 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * ly/titling-init.ly (tagline): Use Engraving.  Add comment about