]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
cmath -> math.h
[lilypond.git] / ChangeLog
index ad9d55db976f86dafcf38b83548b0f547082943a..243c3eeecc0bb57baa8d62add51dbe3df9995680 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,66 @@
+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
+
 2005-09-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * stepmake/stepmake/c++-vars.make (#EXTRA_CXXFLAGS): don't add
+       -Werror. Otherwise GCC barfs over various optimizations.
+
        * scm/define-grob-properties.scm (all-internal-grob-properties):
        add note-head property
 
 
 2005-09-08  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * Documentation/user/lilypond.tely: Spell Baßtuba in UTF-8 (Werner). 
+
+       * lily, flower: Include C++ iso C headers.  Import namespace std
+       throughout.
+
+       * lily/side-position-interface.cc: 
+       * lily/scm-hash.cc: 
+       * lily/note-head.cc: 
+       * lily/include/includable-lexer.hh: 
+       * flower/include/string-data.icc: Remove using std::*.
+
+       * lily, flower: Include C++ iso C headers.  Import namespace std
+       throughout.
+
+       * lily/side-position-interface.cc: 
+       * lily/scm-hash.cc: 
+       * lily/note-head.cc: 
+       * lily/include/includable-lexer.hh: 
+       * flower/include/string-data.icc: Remove using std::*.
+
        * Documentation/user/instrument-notation.itely (Entering lyrics):
        Multiple latin-1->utf-8 conversion fix.