]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(mangle_cxx_identifier): new
[lilypond.git] / ChangeLog
index c3e75d3c2c48d4ebae3d11763bff4baf5e95c249..1e02e32a4ad9e401928c1d54bd15ac004543e765 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,24 @@
+2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lily-guile.cc (mangle_cxx_identifier): new
+       function. Class_bla::foo_bar_[px] ->
+       ly:class-bla::foo-bar[?!]. Changes throughout
+
+2006-01-31  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/guile-compatibility.hh (scm_from_unsigned): add scm_from_unsigned().
+
+       * lily/beam.cc (calc_direction): take dir from visible stem in
+       degenerate case.
+
 2006-01-31  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/melody-spanner.cc (spanner::calc_neutral_stem_direction):
+       Fix -1, >=0 boundary checks for unsigned vsize.
+
+       * lily/separating-group-spanner.cc (spanner::find_rods): Fix >=0
+       loop for unsigned vsize.
+
        * configure.in (--enable-std-vector): New option.
        (--enable-std-string): On by default.