]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Circle-mark patch from Erlend Aasland.
[lilypond.git] / ChangeLog
index 44cab2c9c757cc7d2852d62ae78451846659fc6b..c5ac748e002b435779b5294f05b6e88a60b37980 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,155 @@
+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>
+
+       * 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.
+
+2006-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/std-string.hh: 
+       * flower/include/std-vector.hh: Finish std:: conversion; move
+       flower extensions from std:: namespace.  Update users.
+
+       * lily/include/lily-proto.hh: Replace Link_array__*_ macros by
+       their expansion to vector<*>.  Update users.
+
+2006-02-10  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/invoking.itely: add example to File structure.
+
+       * Documentation/user/ instrument-notation.itely, cheatsheet.itely,
+       examples.itely, putting.itely: {\new|\context} Lyrics \lyricsto.
+
+2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/paper-defaults.ly: typo.
+
+       * lily/parenthesis-engraver.cc (acknowledge_grob): don't do
+       set_parent() for parentheses. This will make it show up in bbox
+       calculations.
+
+       * scm/output-lib.scm (parentheses-item::print): rewrite, using
+       ly:grob-common* functions.
+
+       * lily/grob-scheme.cc (LY_DEFINE):
+       ly:grob-common-refpoint-of-array: new function 
+       ly:grob-common-refpoint: new function 
+       ly:grob-relative-coordinate: new function 
+
+       * lily/instrument-name-engraver.cc (process_music): use
+       Text_interface::is_markup(). This fixes \markup on instrument names.  
+
+       * scm/define-grobs.scm (all-grob-descriptions): set line-thickness
+       for ties and slurs.
+
+       * lily/slur.cc (print): idem.
+
+       * lily/tie.cc: add line-thickness for ties. 
+
 2006-02-10  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/output-svg.scm: Document diversion from GNU coding standards
@@ -5,6 +157,9 @@
 
 2006-02-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
+       * lily/instrument-name-engraver.cc (process_music): use
+       is_markup() iso. is_string()
+
        * Documentation/user/changing-defaults.itely (Module): add menu entry.
 
        * lily/percent-repeat-engraver.cc (process_music): only look at