]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
cmath -> math.h
[lilypond.git] / ChangeLog
index 8c18998397fe86c73e181938f28b68203080293b..243c3eeecc0bb57baa8d62add51dbe3df9995680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,60 @@
+2005-09-27  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/spacing-spanner.cc: cmath -> math.h
+
+       * lily/paper-system.cc (read_left_bound): new function. Read
+       line-break-system-details from left bound to determine extents.
+       * Documentation/user/programming-interface.itely (Using LilyPond
+       syntax inside Scheme): change applyxxx -> applyXxx.
+
+       * ly/music-functions-init.ly: add outputProperty music function.
+
+       * lily/parser.yy (Generic_prefix_music_scm): add scm-scm-scm signature.
+
+       * lily/grob-scheme.cc (LY_DEFINE): add ! to ly:grob-suicide! name.
+
+       * python/convertrules.py (conv): rule
+
+       * ly/music-functions-init.ly: applyxxx -> applyXxx
+
+       * ly/engraver-init.ly (AncientRemoveEmptyStaffContext): alias
+       TabVoice to Voice.
+
+2005-09-26  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/real.hh: include <math.h> iso. <cmath>
+
+       * flower/include/offset.hh: include real.hh
+
+2005-09-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/user/changing-defaults.itely (Difficult tweaks):
+       fix example, now that 'interfaces is no longer directly available.
+
+       * lily/book.cc (process): don't crash if paper == NULL.
+
+       * po/fr.po: update.
+
+2005-09-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/define-music-types.scm (music-descriptions): set length and
+       start-callback for QuoteMusic
+
+2005-09-15  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * lily/tie.cc (get_configuration): Replace fabs -> abs for integer
+       arguments. Fixes compilation error with gcc 3.3.
+
 2005-09-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * VERSION: release 2.7.10
+
        * stepmake/stepmake/python-module-rules.make
        ($(outdir)/%$(SHARED_MODULE_SUFFIX)): SHARED_FLAGS at the end.  
 
-       * lily/*.cc: remove <cmath> everywhere. <cmath> is included from real.hh
+       * lily/*.cc: remove <cmath> everywhere. <cmath> is included from
+       real.hh
 
 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>