]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
GCC 4 fix.
[lilypond.git] / ChangeLog
index b915dd46ae44bf252750457072b69db948dc356a..7b1564894c5d4f2ede982b5c9f55a414cadef144 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,52 @@
+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.
@@ -8,8 +57,11 @@
 
 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.
+       -f png for HTML, TEXINFO formats. Backportme.
 
        * input/tutorial/lbook-html-test.html: new file.
 
        * flower/include/tuple.hh (struct Tuple2): new file.
 
        * mf/GNUmakefile (FC_FIND): new function. Find ncsb using
-       $(FCMATCH), only if $(NCSB_DIR) not set.
+       $(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
+       * config.make.in (DOCUMENTATION): set FCMATCH. Backportme. 
 
-       * autogen.sh (srcdir): don't set --with-ncsb-dir.
+       * autogen.sh (srcdir): don't set --with-ncsb-dir. Backportme.
 
 2006-05-03  Graham Percival  <gpermus@gmail.com>