]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
new file HACKING
[lilypond.git] / ChangeLog
index f2f1523d16d8467c32c33c1a310004754e211294..c4ccdbece49ae7782ad95547312df84b2bc539f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,112 @@
+2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/lily-library.scm (ps-embed-cff): add \n after EndResource
+
+       * Documentation/topdocs/NEWS.tely (Top): oops.
+
+2005-02-21  Pedro Kroger  <kroeger@pedrokroeger.net>
+
+       * HACKING: new file.
+
+       * input/regression/utf8.ly (portuguese): added a portuguese example
+       to show latin1 accents.
+
+2005-02-21  Pal Benko  <benkop@freestart.hu>
+
+       * lily/mensural-ligature-engraver.cc:
+       * lily/mensural-ligature.cc:
+       * lily/include/mensural-ligature.hh: new algorithm implemented
+
+       * scm/define-grob-properties.scm: join-left killed (add-join may
+       be used); join-left-amount changed to join-right-amount
+
+2005-02-21  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/notation.itely: small but urgent fix.
+
+2005-02-21  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * lily/duration-scheme.cc: bugfix: correct parameters to
+       SCM_ASSERT_TYPE.
+
+2005-02-21  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+       
+       * VERSION (PACKAGE_NAME): release 2.5.12
+
+2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/engraver-init.ly: set tieWaitForNote to #t by default
+
+       * configure.in (gui_b): bump GUILE requirement to 1.6.5 
+
+       * Documentation/topdocs/NEWS.tely: add inputfileref macro.
+
+       * scm/framework-ps.scm (supplies-or-needs): uniq font name list.
+
+2005-02-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * input/mutopia/E.Satie/petite-ouverture-a-danser.ly: recode
+       latin1..utf-8.
+
+       * input/regression/stanza-number.ly:
+       * input/regression/utf8.ly (hebrew): Use addlyrics.  Update.
+
+       * lily/tie-engraver.cc (acknowledge_grob): Compile fix.
+
+2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * Documentation/topdocs/NEWS.tely (Top): only mention 2.5
+       NEWS. Refer to website for older news.  
+
+       * stepmake/bin/add-html-footer.py (i18n): don't strip .PNG /
+       .HTML. This should be done for specific servers only.
+
+       * Documentation/topdocs/NEWS.tely (Top): move to .tely. Add some
+       .ly image examples.
+
+       * scm/define-grobs.scm (all-grob-descriptions): put ledger lines
+       in layer 0 too.
+
+       * scm/define-context-properties.scm
+       (all-user-translation-properties): add tieWaitForNote
+
+       * scm/define-grobs.scm (all-grob-descriptions): add
+       Tie_column::before_line_breaking
+
+       * lily/tie.cc (get_column_rank): new function
+
+       * lily/tie-column.cc (before_line_breaking): new function.
+       (werner_directions): take into account ties that start on
+       different columns.  
+
+       * lily/score-engraver.cc (set_columns): move add_column() so we
+       have column rank available.
+
+       * lily/tie.cc (get_column_rank): new function.
+
+       * input/regression/utf8.ly (japanese): add japanese lyrics.
+
+       * lily/pfb.cc (LY_DEFINE): ly:ttf->pfa, new function.
+
+       * THANKS: add Steve D
+
+       * ttftool/*.c: add TTF -> Type42 conversion library.
+
+2005-02-20  Tatsuya Ono  <tats_ono@infoseek.jp>
+
+       * mf/parmesan-heads.mf: "0harmonic" -> "s0harmonic"
+       to show harmonic notes
+       * scm/define-markup-commands.scm: in \markup-by-number
+       "dots-dot" -> "dots.dot" to show dotted notes
+
+2005-02-20  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/include/memory-stream.hh (class Memory_out_stream): new file.
+
+       * flower/memory-stream.cc (writer): new file.
+
+       * configure.in: add endian test.
+
 2005-02-19  Jürgen Reuter  <reuter@ipd.uka.de>
 
        * Documentation/user/examples.itely: small
        * lily/mensural-ligature-engraver.cc: bugfix: another victim of
        the "x-y-z"->"x.y.s-z" symetrical notehead glyph renaming.
 
+       * lily/vaticana-ligature-engraver.cc: bugfix: another few
+       "x-y-z"->"x.y.s-z" fixes.
+
 2005-02-19  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/framework-pdf.scm (scm): new file