]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* stepmake/aclocal.m4 (STEPMAKE_KPATHSEA): Do not include
[lilypond.git] / ChangeLog
index c259deec06daf6f14edc3275f0a668744e63eba0..d3409d655a09a3dc69d0e47f5516b7b7ad09b446 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
+2005-03-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       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.
+
+       * mf/GNUmakefile: generate .commonff to not confuse fontconfig.
+
+       * 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. 
+
+       * config.make (package_suffix): use lilypond/MAJOR.MINOR as install
+       directory.
+
+       * 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
+       what link to use best.
+
+       * Documentation/user/instrument-notation.itely (Ancient accidentals): 
+       * Documentation/user/tutorial.itely (Automatic and manual beams):
+       Fix @ref.
+
+       * lily/tweak-registration.cc (replace_grob_tweak): New function.
+       * lily/tweak-registration-scheme.cc (LY_DEFINE): Wrap it.
+       * scm/framework-gnome.scm (tweak): Use it.
+
 2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/topdocs/NEWS.tely (Top): elucidate GS problem.
+
+       * scm/output-ps.scm (white-text): reinstate white-text
+
+2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/output-ps.scm (offset-add): Remove.
+
+       * scm/lily-library.scm (offset-flip-y): New function.
+       * scm/framework-gnome.scm (tweak): Use it.
+
+       * scm/output-gnome.scm (grob-cause): Add parameter.
+
+       * scm/lily.scm (ly:all-stencil-expressions): Add url-link.
+       * scm/output-ps.scm (url-link): Move.
+       (white-text): Warn user about brokenness.
+
+       * Documentation/topdocs/NEWS.tely: Be more accurate and respectful
+       wrt ghostscript.
+
+2005-03-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/slash-repeat-engraver.cc (try_music): always make slashes
+       if body length smaller than measure length.
+
        * scm/define-markup-commands.scm (with-url): oops. use Y extent
        for Y.
 
-       * ly/titling-init.ly (tagline): put default tagline in \paper 
+       * ly/titling-init.ly (tagline): put default tagline in \paper
 
 2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/kpath.cc: 
+       * lily/pdf.cc (Pdf_file): Use more generic error messages.
+
+       * scm/lily-library.scm (version-not-seen-message): New function.
+       * ly/init.ly: Use it.
+
+       * scm/page-layout.scm (ly:optimal-page-breaks): Display page
+       breaks as progess.
+
+       * scripts/lilypond-book.py (do_process_cmd): Do not lump
+       whitespace with l10n message.
+
+       * scm/framework-tex.scm (convert-to-ps):
+       (convert-to-dvi): Do not use overly specific l10n messages.
+
+       * ly/titling-init.ly (bookTitleMarkup): Add baseline skips from 2.4.
+
        * tex/GNUmakefile $(outdir)/latin1.enc: Build fix:
        merge stderr with stdout.