]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
new file.
[lilypond.git] / ChangeLog
index 82b9b511e61613912f9e167bceb0de3d17b2d8c1..59f1bfd272c1f6395b6b71f2f8b595c85909e07c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,362 @@
+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
+       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
+
+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.  
+
+2005-03-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/libc-extension.cc: Tested BSD compile fix (Matthias Neeracher).
+
+2005-02-29  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/instrument-notation.teily: moved
+       \arpeggio to Basic.
+
+       * Documentation/user/advanced-notation.itely: Articulation to
+       Basic, a bunch of stuff from Basic moved to Advanced.
+
+       * Documentation/user/basic.itely: swapped various sections,
+       reorganized Basic.
+
+2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/memory-stream.cc: 
+       * flower/libc-extension.cc: Remove obsolete #undefs.
+
+       * flower/include/libc-extension.hh: Bugfix for BSD, place #ifdef
+       more carefully.
+
+2005-02-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/lilypond.fedora.spec.in (Requires): add GS 8.15 as
+       dependency.
+
+       * VERSION (PACKAGE_NAME): release 2.5.13
+
+       * GNUmakefile.in (web-ext): don't ship ps.gz
+
+       * tex/GNUmakefile ($(outdir)/latin1.enc): redirect stderr to
+       stdout
+
+2005-02-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/general-scheme.cc (LY_DEFINE): Compile fix for systems
+       without libintl.  Now it compiles too.
+
+2005-02-28  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/basic-notation.itely,
+       instument-notation.itely, advanced-notation.itely:
+       split up contents of notation.itely.
+
+       * Documentation/user/notation.itely: file removed.
+
+       * Documentation/user/invoking.itely, converters.itely:
+       moved convert-ly info to invoking.itely.
+
+       * Documentation/user/global.itely, changing-defaults.itely,
+       sound-output.itexi: moved global settings, file layout, and
+       sound into global.itely.
+
+       * Documentation/user/sound-output.itexi: file removed.
+
+       * Documentation/user/lilypond.tely: removed links to
+       notation.itely and sound.itely.
+
+2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (grob-cause): only do mark_URI if non-empty.
+
+       * scm/framework-ps.scm (write-preamble): remove pdf-viewer code.
+       * THANKS: add sponsor.
+
+       * scm/define-markup-commands.scm (with-url): new markup command.
+
+       * scm/page-layout.scm (TAGLINE): add www.lilypond.org with URL to
+       tagline.
+       
+       * scm/output-tex.scm (url-link): stub.
+
+       * scm/output-ps.scm (url-link): new function.
+
+       * lily/lily-parser-scheme.cc (LY_DEFINE): deprecate
+       ly:set-point-and-click
+
+2005-02-27  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ps/music-drawing-routines.ps (mark_file_line): Switch Action
+       based on pdf-viewer setting.
+
+       * scm/framework-ps.scm (write-preamble): Find and set preferred
+       pdf-viewer.
+
 2005-02-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * Documentation/user/point-and-click.itely: update for PDF point &
+       click.
+
        * scripts/lilypond-pdfpc-helper.py: new file. Invoke different
        editors based on EDITOR setting.