]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
don't install texinfo.tex
[lilypond.git] / ChangeLog
index eec9d4fb7f3504b845a20e9901d53dd4ee59dc0a..4920fe3b995b525838aeaba95c7f153f699f8d7f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,125 @@
+2005-09-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * tex/GNUmakefile: don't install texinfo.tex
+
+       * tex/ : cleanup: remove unused files.
+
+       * lily/general-scheme.cc: remove my_{isinf,isnan}.
+
+       * flower/include/real.hh: using std::{isnan,isinf}
+       
+       * VERSION (PATCH_LEVEL): release 2.7.9
+
+2005-09-05  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ instrument-notation.itely,
+       advanced-notation.itely: minor tweaks.
+
+       * input/test/script-chart.ly: add item padding.
+
+2005-09-05  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/offset.cc: use math.h iso. <cmath>
+
+       * scm/ps-to-png.scm (make-ps-images): use png16m again, for sake
+       of IE users.
+
+       * scm/framework-eps.scm (dump-stencils-as-EPSes): cleanup.
+       (widen-left-stencil-edges): new function. Fix alignment problems
+       with LaTeX includegraphics.
+
+       * lily/text-interface.cc (interpret_markup): use abort().
+
+2005-09-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * input/regression/tie-chord.ly (testLong): add a chord in 4ths
+
+       * lily/tie.cc (get_configuration): update bezier shape as we
+       change Y positions.
+       (get_configuration): don't move large ties if we're outside of the
+       staff.
+
+2005-09-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-markup-commands.scm (strut): swap X and Y dims.
+       
+2005-09-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * .cvsignore: Add auto-generated configure files and then some.
+
+2005-09-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-grobs.scm (DynamicLineSpanner): Add
+       X-extent-callback.  Fixes hairpin-slur collision.
+
+2005-08-31  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/advanced-notation.itely,
+       basic-notation.itely: minor changes.
+
+2005-08-31  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/framework-eps.scm (dump-stencils-as-EPSes): Insert a
+       \linebreak between each .eps file if \betweenLilyPondSystem is
+       undefined. 
+
+       * Documentation/user/lilypond-book.itely (Integrating LaTeX and
+       music): Document the \linebreak
+
+       * Documentation/user/lilypond-book.itely,
+       input/tutorial/lbook-latex-test.tex,
+       Documentation/user/examples.itely: Remove \usepackage{graphics}
+
+2005-08-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/aybabtu.pe.in (i): don't merge alphabet into aybabtu.
+
+       * lily/ly-module.cc (make_stand_in_procs_weak): 1.6.4 and earlier
+       compat bugfix.
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): define
+       inside-lilypond-book
+       (modify_preamble): new function. Insert \RequirePackage{graphics}
+       when no {graphics found in preamble.  
+
+2005-08030  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/basic-notation.itely, global.itely,
+       tutorial.itely: misc small changes.
+
+2005-08-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Include MY_PATCH_LEVEL in config.make's
+       VERSION.
+
+2005-08-30  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tie-column.cc (new_directions): put Tie down on center
+       staff line. 
+
+       * lily/script-interface.cc (before_line_breaking): use
+       Grob::programming_error
+
+       * scm/ps-to-png.scm (make-ps-images): use pngalpha device.
+
+       * scripts/lilypond-book.py (get_latex_textwidth): oops. Take [0]
+       of splitext.
+
+2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * VERSION (PACKAGE_NAME): VERSION release 2.7.8
+
+2005-08-29  Werner Lemberg  <wl@gnu.org>
+
+       * mf/GNUmakefile: Add `-f' flag to `rm' command while removing
+       the `*.scale.pfa' files to avoid warnings.
+
+2005-08-29  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tempo-performer.cc (process_music): idem.
+
+       * lily/midi-def.cc (get_tempo): Rational to int conversion bug.
+
 2005-08-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * Documentation/user/advanced-notation.itely (Text markup): not a
        * scm/define-markup-commands.scm (wordwrap-string): use
        text-direction
        (wordwrap-stencils): idem.
-       (line): idem..
+       (line): idem.
        (fill-line): idem.
        (wordwrap-stencils): translate last line to right for
        text-direction = LEFT.