X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=7b1564894c5d4f2ede982b5c9f55a414cadef144;hb=b4242f976cf1245bfbbdf2b42dc4e98800dc40b5;hp=b915dd46ae44bf252750457072b69db948dc356a;hpb=2133a7890d3f21ba36c0fb0442d8784b1666fe6e;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index b915dd46ae..7b1564894c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +2006-05-04 Han-Wen Nienhuys + + * lily/include/constrained-breaking.hh: GCC 4 fix. + +2006-05-04 Joe Neeman + + * 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 + + * 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 * mf/GNUmakefile (FC_FIND): Fix typo. @@ -8,8 +57,11 @@ 2006-05-03 Han-Wen Nienhuys + * 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. @@ -20,13 +72,13 @@ * 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