]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* flower/include/pqueue.hh: Derive from std::vector.
[lilypond.git] / ChangeLog
index 5dfd79407ed51fb026a9451b3faf7f00c87c5213..0607738bb31f2ad0f89723ae59af205cf9bac21c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,131 @@
+2006-02-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/pqueue.hh: Derive from std::vector.
+
+       * flower/include/parray.hh: Conform to std::vector interface.
+       Update users.
+
+2006-02-02  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/topdocs/NEWS.itely: grammar fix from Laura.
+
+2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/file-path.cc (is_file): remove if 0 section.
+
+       * buildscripts/pfx2ttf.fontforge (err): robustness fix for
+       selecting afii61352.
+
+2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/std-vector.hh (boundary): Oops, reverse.
+
+       * flower/string-convert.cc (convert::unsigned_string): Bugfix:
+       remove superfluous `d'.
+
+       * flower/include/std-vector.hh (boundary, top): Detach from class.
+       Remove empty vector shell.
+
+       * flower/include/array.hh (reverse, swap): Detach from class.
+       Update users.
+       
+       * flower/include/std-vector.hh
+       * flower/include/array.hh (concat): Globally change to insert ().
+
+       
+       * flower/include/std-vector.hh
+       * flower/include/parray.hh
+       * flower/include/array.hh (elem, elem_ref): Globally replace by
+       at ().
+
+2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/NEWS.tely (Top): use ly: prefix for members.
+
+       * python/convertrules.py (FatalConversionError.sub_cxx_id):
+       anticipate on identifier substitutions.
+
+2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/std-vector.hh (insert): Remove, replace by
+       std::vector interface.  Update callers.
+
+       * flower/include/array.icc (insert): Change signature to
+       match std::vector interface.
+       
+       * flower/include/array.icc (vector_sort): Bugfix.
+
+2006-02-02  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/parser.yy (output_def_head_with_mode_switch): new
+       production. Result: dashes and underscores may be used in the
+       \paper block.
+
+       * lily/lexer.ll: add DASHED_WORD.  Accept in INITIAL mode.
+
+       * python/convertrules.py (conv): oops. One slash too much.
+
+2006-02-02  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/std-vector.hh (sort): Remove, replace by
+       ::vector_sort.  Update callers.
+
+       * flower/include/std-vector.hh (slice): Remove.  Update callers.
+       (sort): Bugfix.
+
+       * flower/test-std.cc (vector_sort): New test.
+
+2006-02-01  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/putting.itely: fixes from Erik.
+
+2006-02-01  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/test-std.cc: Add simple unit test for vector migration.
+
+       * stepmake/stepmake/test*: Unit test support.
+
+       * flower/include/std-vector.hh (del): Remove.  Use erase (),
+       update callers.
+
+       * flower/include/array.hh (begin, end): Add.
+       (del, get): Remove.
+
+2006-02-01  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/lily-guile-macros.hh (MAKE_SCHEME_CALLBACK): use
+       std::string not String. 
+
+       * lily/context-def.cc (path_to_acceptable_context): use INT_MAX
+       iso UINT_MAX.
+
+       * lily/prob.cc (Prob): copy type_ too.
+
+       * 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.
+
+       * flower/include/std-vector.hh: New file.  Enable switch to
+       std::vector, update client code.
+
 2006-01-30  Graham Percival  <gpermus@gmail.com>
 
        * scm/document-translation.scm: clarify "this context is also