]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
*** empty log message ***
[lilypond.git] / ChangeLog
index 5e7984611b328476c77ffb087e032a6240322ac3..f2e8d0554bbea548cf6cf57693e30358fb082d3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,67 @@
+2006-04-03  Erlend Aasland  <erlenda@gmail.com>
+
+       * lily/hairpin.cc (print): add support for circled tip
+
+       * scm/define-grob-properties.scm: add circled-tip parameter
+
+       * scm/define-grobs.scm: init circled-tip to false
+       
+2006-04-03  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * scm/music-functions.scm (quote-substitute): set iterators-ctor. Backportme.
+
+2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): set
+       BSTINPUTS. 
+
+       * Documentation/topdocs/AUTHORS.texi (Top): add David Feuer.
+
+       * scm/output-ps.scm (glyph-string): revert cid selectfont.
+
+2006-03-31  David Feuer  <david.feuer@gmail.com>
+       
+       * scm/framework-ps.scm:
+       
+       * scm/output-ps.scm: glyph-string now produces smaller, more
+       readable, and probably faster PostScript.  Several findfont
+       scalefont setfont instances changed to selectfont
+       Hacked-up string-appends changed to formats.
+
+       * ps/music-drawing-routines.ps: add print_letter, print_glyphs.
+       
+2006-03-30  Graham Percival  <gpermus@gmail.com>
+
+       * scm/lily-library.scm: make "no version" warning message more polite.
+
+       * lily/music.cc: add double quotes to failed octave check.
+
+       * Documentation/user/ advanced-notation, changing-defaults,
+       instrument-notation, invoking, music-glossary: whole bunch of minor
+       fixes from mailist.
+
+2006-03-31  Han-Wen Nienhuys  <hanwen@lilypond.org>
+
+       * Documentation/bibliography/GNUmakefile ($(outdir)/%.html): use
+       $(buildscriptdir) iso. depth.
+
+       * VERSION (PACKAGE_NAME): release 2.9.1
+
 2006-03-30  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
+       * lily/pango-font.cc (pango_item_string_stencil): more robustness.
+
+       * VERSION (PATCH_LEVEL): bump version number.
+
+       * flower/include/guile-compatibility.hh (scm_from_uint32): add
+       scm_from_uint32 ()
+
+       * lily/pango-font.cc (pango_item_string_stencil): use
+       scm_from_uint32 ()
+
+       * mf/GNUmakefile ($(outdir)/emmentaler-%.otf
+       $(outdir)/emmentaler-%.svg): remove canary.
+
        * lily/pango-font.cc (pango_item_string_stencil): only use uXXX
        glyphnames if we have a ttf font.
 
 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/tuplet-bracket.cc (calc_control_points): handle suicide
-       case. Backportme.
+       case. 
 
 2006-03-29  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/ttf.cc (make_index_to_charcode_map): restore old
-       cmap. Backportme.
+       cmap. 
 
 2006-03-28  Werner Lemberg  <wl@gnu.org>
 
 2006-03-28  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * mf/feta-bolletjes.mf: match width of solfa notes with normal
-       note heads. Backportme.
+       note heads. 
 
        * lily/ttf.cc (print_trailer): use it.
 
        * Documentation/topdocs/INSTALL.texi (Top): update versions.
 
        * lily/note-collision.cc (get_clash_groups): only consider when
-       Note_column::dir <> CENTER. Backportme.
+       Note_column::dir <> CENTER. 
 
        * scripts/lilypond-book.py (get_option_parser): init output_name
-       to ''. Backportme.
+       to ''. 
 
 2006-03-24  Graham Percival  <gpermus@gmail.com>