]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
GCC 4 fix.
[lilypond.git] / ChangeLog
index 17b9eb759a5404dcfd5b9e49dd0d60163782a764..7b1564894c5d4f2ede982b5c9f55a414cadef144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,109 @@
+2006-05-04  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * 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.
+
+2006-05-01  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       Correct typo, thanks to Eduardo.
+
 2006-05-01  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * scripts/GNUmakefile (SEXECUTABLES): remove lilypond-ps2png.scm
+
        * buildscripts/lilypond-words.py (F): indent fix.
 
        * input/regression/tie-arpeggio-collision.ly: new file.