]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
($(outdir)/%.png $(outdir)/%.pdf
[lilypond.git] / ChangeLog
index 596d3296ccdbf938919af5359ecbe82e77f46182..aa9856f89ed0c952d76eaabd2dc7af0d83e8f796 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,311 @@
+2006-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * make/mutopia-rules.make ($(outdir)/%.png $(outdir)/%.pdf
+       $(outdir)/%.ly $(outdir)/%.ps): use $(srcdir) iso $(shell pwd).
+
+       * make/lysdoc-rules.make ($(outdir)/collated-files.tely): use
+       $(buildscript-dir) iso. absolute depth.
+
+       * buildscripts/genicon.py (dir): thinko.
+
+       * Documentation/pictures/GNUmakefile ($(outdir)/%.ico): typo.
+
+2006-02-19 Erik Sandberg  <mandolaerik@gmail.com>
+
+       * scm/output-lib.scm: swap darkcyan/darkyellow
+
+       * THANKS: Add bughunters.
+
+2006-02-19  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/programming-interfaces.itely: fixed example.
+
+       * Documentation/user/instrument-notation.itely: fix @{ @}.
+
+       * scm/script.scm: add avoid-slur for \open.
+
+2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tie-formatting-problem.cc (score_configuration): use
+       sliding score for min-length. 
+
+       * Documentation/pictures/GNUmakefile (local-dist): loose the rule
+       spaghetti for icons.
+
+       * buildscripts/genicon.py (program_name): new file.
+
+       * lily/tie-formatting-problem.cc (set_chord_outline): put dots
+       in outline too.  
+       (generate_configuration): for small ties, also look for collisions
+       at Y + DIR*h + DELTA_Y.
+       (get_variations): consider variation for dot positions too.
+
+       * lily/side-position-interface.cc (aligned_side): take abs for
+       quantized rounded position. Fixes tenuto below staff.
+
+       * scm/stencil.scm (annotate-y-interval): robustify: print nan/inf
+       markers when necessary.
+
+       * lily/program-option.cc (internal_set_option): add
+       strict_infinity_checking option.
+
+       * scm/output-lib.scm (cyan): swap yellow and cyan.
+
+2006-02-19  Graham Percival  <gpermus@gmail.com>
+
+       * darwin.patch: trivial linenumber update.
+
+       * Documentation/user/ {various}: `\context foo = named' changed
+       to `\new foo = "name"' in docs.
+
+2006-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/stencil.scm (annotate-y-interval): use it.
+
+       * scm/lily-library.scm (interval-sane?): new function.
+
+       * buildscripts/mf-to-table.py (Char_metric.__init__): remove
+       tfm_checksum stuff.
+
+       * lily/tie-formatting-problem.cc (from_lv_ties): add heads for
+       common refpoint.
+
+       * flower/include/std-vector.hh (iterof): add iterof macro.
+
+       * lily/enclosing-bracket.cc (width): new function.
+
+       * lily/align-interface.cc (align_elements_to_extents): reinstate
+       warning.
+
+2006-02-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/index.html.in: fix spelling: thankyous.
+
+2006-02-18  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lyric-hyphen.cc: typo.
+
+2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * stepmake/stepmake/c++-rules.make ($(outdir)/%.cc
+       $(outdir)/%.hh): generate h and c in one rule; otherwise -jX
+       builds don't work. 
+
+       * VERSION: release 2.7.35
+
+       * lily/beam.cc (get_default_dir): oops. Take abs () for
+       extremes[DOWN].
+       (get_default_dir): use extreme position criterion only in absence
+       of forced stem directions.
+
+       * VERSION (PATCH_LEVEL): bump VERSION.
+
+       * mf/GNUmakefile: explicit rules for emmentaler/aybabtu
+       dependencies. Necessary for -jX builds.  
+
+2006-02-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/relocate.cc (setup_paths): Yet another const fix.
+
+2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * configure.in (HOST_ARCH): determine HOST_ARCH in configure.
+
+       * lily/relocate.cc (setup_paths): oops.
+
+2006-02-17  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/index.html.in: order links: html before PDF.
+
+2006-02-17  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/tie-column-format.cc (Module): remove.
+
+       * lily/relocate.cc (setup_paths): GCC 4.2 fixes: const correctness.
+
+       * lily/text-spanner.cc (print): idem.
+
+       * lily/dynamic-text-spanner.cc (print): only print line if longer
+       than dash-period.
+
+       * lily/auto-change-iterator.cc (change_to): formatting.
+
+       * lily/beam.cc (get_default_dir): take extreme note head as input
+       for stem direction.
+
+       * lily/tie.cc (get_default_dir): only look directions for visible
+       stems. 
+
+       * lily/side-position-interface.cc (aligned_side): oops. Don't
+       mutiply with direction. This fixes quantized (staccato, tenuto)
+       scripts below notes.
+
+       * lily/lyric-hyphen.cc (set_spacing_rods): oops. Multiply with
+       direction. Fixes c-lyrics-center-align.ly
+
+2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/std-vector.hh[!HAVE_STL_DATA_METHOD]: Add copy
+       constructor.
+
+       * lily/std-string.cc:
+       * lily/include/std-vector.hh (split_string): Move and rename from
+       lily/include/misc.hh, lily/misc.cc.  Update callers.
+
+2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/pango-font.hh: HAVE_PANGO_FT2 iso. HAVE_PANGO_16
+
+2006-02-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/test-file.cc: New file.
+
+       * stepmake/stepmake/test-vars.make (TEST_MODULE_LIBES): Fixes for
+       libraries.
+
+       * flower/GNUmakefile (TEST_MODULE_LIBS): Link to flower lib.
+
+2006-02-16  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/file-storage.hh: remove file.
+
+       * lily/include/midi-item.hh (class Midi_track): idem.
+
+       * lily/include/source.hh (class Sources): idem.
+
+       * lily/include/performance.hh (class Performance): use vector
+       iso. Cons<>
+
+       * flower/include/cons.hh (class Cons): remove file.
+
+       * flower/include/flower-proto.hh: remove template cruft.
+
+       * lily/include/font-metric.hh: use size_t not vsize for indices.
+
+       * flower/include/flower-proto.hh (Module): remove std-vector.hh
+       from proto.
+
+       * lily/include/all-font-metrics.hh: use HAVE_PANGO_FT2
+
+       * lily/include/paper-book.hh (class Paper_book):
+       make get_system_specs() public.
+
+       * scm/layout-page-layout.scm (optimal-page-breaks): only consider
+       the force=10000 case if we don't have a current-best. 
+
+       * lily/tuplet-bracket.cc (get_bounds): don't do (size() - 1) for
+       vsize 
+
+       * flower/include/flower-proto.hh: remove outdated templates.
+
+       * scm/page.scm: use annotate-spacing
+
+2006-02-15  Graham Percival  <gpermus@gmail.com>
+
+       * scm/translation-functions.scm: circle patch from Erlend, thanks!
+
+       * THANKS: moved Erlend Aasland to contributors.
+
+2006-02-15  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * config.hh.in: remove HAVE_PANGO_16
+
+       * lily/tuplet-bracket.cc (calc_positions): multiply with
+       staff-space for beam case. This fixes tuplets+beams on scaled
+       staves.
+
+       * config.hh.in: remove all Kpathsea related defines.
+
+       * lily/dot-column.cc (side_position): reach stem via dots->
+       head->stem. Inspect all stems for dot collisions. 
+
+       * lily/dot-column-engraver.cc (class Dot_column_engraver): excise
+       stem handling.
+
+       * lily/bar-number-engraver.cc (process_music): document function
+       of whichBar.
+
+       * lily/score.cc (default_rendering): add pscore, not systems
+       themselves.
+
+       * lily/paper-book.cc (get_system_specs): separate generation of
+       titles and systems.
+
+       * flower/include/std-vector.hh: don't include config.hh
+
+2006-02-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/std-vector.hh: Better wrapper compatibility with
+       std::vector.
+
+       * flower/include/flower-proto.hh: Remove cheap forward declaration
+       attempts.
+
+       * stepmake/aclocal.m4 (STEPMAKE_STL_DATA_METHOD): Bugfix.
+
+2006-02-14  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/invoking.itely: add warning about command line.
+
+2006-02-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/include/lily-proto.hh: add Prob, rm Page.
+
+       * flower/include/std-vector.hh (VPOS): use 64 bit-proof version.
+
+       * VERSION: release 2.7.34
+
+       * lily/relocate.cc (framework_relocation): show canary if
+       GHOSTSCRIPT_VERSION undefined.
+
+       * GNUmakefile.in: remove $(VERSION) symlink.
+
+       * lily/relocate.cc (setup_paths): add + 
+
+2006-02-13  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * Documentation/index.html.in: specify sizes for all big HTML pages.
+
+2006-02-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * config.hh.in: remove @FRAMEWORKDIR@
+
+       * lily/system-start-text.cc (get_stencil): new file: separate out
+       system-start-delimiter text support.
+
+       * input/**ly: replace \context with \new where appropriate.
+       
+       * THANKS: add Don.
+
+       * lily/slur-scoring.cc (get_base_attachments): use
+       robust_relative_extent. This fixes problems with empty paper-columns. 
+
+2006-02-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/NEWS.tely (Top): document \new syntax.
+
+       * scm/define-music-properties.scm (all-music-properties):
+       create-new property.
+
+       * lily/context-specced-music-iterator.cc (construct_children):
+       inspect 'create-new property iso. magical $uniqueContextId context
+       id.
+
+       * lily/parser.yy (optional_id): allow \new "Bar" = "foo" too.
+
+       * lily/context-key-manager.cc (Module): new file. Encapsulate
+       object key generation.
+
+       * lily/include/context-key-manager.hh (Module): new file.
+
 2006-02-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
-       * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED options.
-       (reloc_b): excise --enable-framework-dir 
+       * scm/define-grobs.scm (all-grob-descriptions): center instrument
+       names vertically
+
+       * configure.in (LINK_GXX_STATICALLY): strip -DSTRING_UTILS_INLINED
+       options.
+       (reloc_b): excise --enable-framework-dir
 
        * lily/relocate.cc (framework_relocation): use getenv
        LILYPOND_GS_VERSION or -DGHOSTSCRIPT_VERSION to set GS version.