]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(Top): typo.
[lilypond.git] / ChangeLog
index 3aec3a8be6c47e9a0c4df01817c63cf6a3b26d69..e5707c366a0c6adc12a7bc9cbb6436d6527adb37 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,147 @@
+2006-05-06  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/topdocs/NEWS.tely (Top): typo.
+
+2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/include/beam.hh (struct Beam_stem_segment): add gapped_ for
+       tremolo beams.
+
+2006-05-05  Erik Sandberg  <mandolaerik@gmail.com>
+       * lily/context.cc, lily/global-context.cc: Added 'unique' member,
+       used by music streams.
+
+       * lily/dispatcher.cc, lily/dispatcher-scheme.cc,
+       lily/stream-event.cc, lily/stream-event-scheme.cc,
+       lily/listener.cc, lily/scheme-listener.cc,
+       lily/scheme-listener-scheme.cc, lily/include/dispatcher.hh,
+       lily/include/stream-event.hh, lily/include/listener.hh,
+       lily/include/scheme-listener.hh, scm/define-event-classes.scm:
+       Created data structures for music streams.
+       
+2006-05-05  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * lily/beam.cc (get_beam_segments): new function. Reorganise the
+       construction of a beam. 
+       (print): rewrite. 
+
+       * flower/include/std-vector.hh (default_compare): use only one comparison.
+
+       * scm/define-markup-commands.scm (note-by-number): remove debug display.
+       (note-by-number): further attachment fixes.
+
+       * scm/lily-library.scm (ordered-cons): new function.
+       (interval-index): new function
+
+       * lily/note-head-scheme.cc (LY_DEFINE): new file.
+
+       * lily/note-head.cc (get_stem_attachment): new function.
+
+       * scm/define-markup-commands.scm (note-by-number): read 'style
+       property. 
+
+       * input/regression/markup-note.ly: show note-head style option.
+
+       * mf/feta-bolletjes.mf (overdone_heads): fix attachment points for
+       triangle head.
+
+2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * mf/GNUmakefile (NCSB_OTFS): remove old ncsb detection further.
+
+       * configure.in (LINK_GXX_STATICALLY): fix for ncsb detection.
+
+       * lily/include/constrained-breaking.hh: GCC 4 fix.
+
+2006-05-04  Joe Neeman  <joeneeman@gmail.com>
+
+       * lily/simple-spacer.cc: Remove class Simple_spacer_wrapper.
+       Replace it with functions get_line_forces and get_line_configuration.
+       (class Simple_spacer): Make data private.
+       Rewrite compression algorithm to be faster and simpler.
+
+       * lily/simple-spacer-scheme.cc (ly_solve_rod_and_spring_problem):
+       * lily/gourlay-breaking.cc (solve):
+       * lily/constrained_breaking.cc (space_line):
+       Change it to the new simple-spacer code.
+
+       * lily/paper-score.cc (get_paper_systems):
+       (Paper_score):
+       (process):
+       Delay breaking the systems until they are requested.
+       (find_break_indices):
+       Use vsize for indices.
+       (calc_breaking):
+       Move the "Calculating line breaks" message here.
+
+       * lily/system.cc (pre_processing):
+       Move the "Calculating line breaks" message away from here.
+       (break_into_pieces):
+       Allow multiple calls to this function in sequence (with touching-but-
+       not-overlapping breakpoints).
+
+       * lily/constrained-breaking.cc:
+       Replace most of the get_XXXX functions with get_line_details.
+       Only calculate the force for each line. Calculate configurations only
+       for the lines we will actually use.
+       Replace cols_ with lines_.
+
+2006-05-04  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * mf/GNUmakefile (depth): remove FC_FIND.
+
+       * config.make.in (NCSB_SOURCE_FILES): subst NCSB_SOURCE_FILES
+
+       * configure.in (LINK_GXX_STATICALLY): call fc-match from within configure.
+
+       * scm/framework-ps.scm (write-preamble): new function.
+       (write-preamble): load mac fonts via fondu, even if gs-font-load
+       is set.
+
+2006-05-03  Werner Lemberg  <wl@gnu.org>
+
+       * mf/GNUmakefile (FC_FIND): Fix typo.
+
+2006-05-03  Erlend Aasland  <erlenda@gmail.com>
+
+       * stepmake/stepmake/generic-targets.make (cvs-clean): also remove out-www dirs.
+
+2006-05-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * stepmake/aclocal.m4: run python-config for crosscompiling
+       flags. Backportme.
+
+       * scripts/lilypond-book.py (Lilypond_file_snippet.my_system): add
+       -f png for HTML, TEXINFO formats. Backportme.
+
+       * input/tutorial/lbook-html-test.html: new file.
+
+       * lily/include/tie-formatting-problem.hh (class
+       Tie_formatting_problem): index Chord_outline_map by Tuple2 for
+       [column, direction]. This fixes laissez vibrer ties.
+       * flower/include/tuple.hh (struct Tuple2): new file.
+
+       * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
+       $(FCMATCH), only if $(NCSB_DIR) not set. Backportme.
+
+       * configure.in (LINK_GXX_STATICALLY): only warn if $NCSB_DIR set.
+
+       * config.make.in (DOCUMENTATION): set FCMATCH. Backportme. 
+
+       * autogen.sh (srcdir): don't set --with-ncsb-dir. Backportme.
+
+2006-05-03  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: final round of reorg.
+
+       * Documentation/user/instrument-notation.itely: some more
+       fixes from Eduardo, thanks!
+
 2006-05-02  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * VERSION (PACKAGE_NAME): release 2.9.3
+
        * flower/file-path.cc (is_dir): canonicalize file name before stat'ing.
 
        * lily/relocate.cc (framework_relocation): remove old relocation stuff.