]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* lily/paper-outputter.cc (file): New method.
[lilypond.git] / ChangeLog
index 0b5ae37121b5e4d176bf8264d9b322bfa8474e24..45a3c43de1d952b3e0fdf2b95716edab32f186ae 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,12 +1,50 @@
+2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/paper-outputter.cc (file): New method.
+       (dump_string): Use it.
+
+       * scm/output-gnome.scm: Update with pango CVS info, lilylib
+       musing.
+       
+       * lily/accidental-engraver.cc: Bugfix: (do not sort lines if one
+       of them has a comma :-).
+
+       * scm/framework-gnome.scm: Add pango decoders.
+
+       * lily/include/pangofc-afm-decoder.hh: 
+       * lily/pangofc-afm-decoder.cc: New file.
+
+       * lily/lily-guile.cc (ly:pango-add-afm-decoder): New function.
+
+       * configure.in: Check for pango.
+
+       * stepmake/aclocal.m4 (PKG_CHECK_MODULES): New function (from
+       autoconf).
+       (STEPMAKE_GTK2, STEPMAKE_PANGO): New function.
+
+       * config.make.in (USER_CFLAGS, USER_LDLAGS): Update.
+
+2004-06-17  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/tutorial.itely (Integrating text and music):
+       fix grammar & punctuation.
+
 2004-06-16  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * lily/: Stray janitorial cleanups.
+
+       * scm/lily.scm (ly:all-stencil-expressions):
+       * scm/lily.scm (ly:all-output-backend-commands): New function.
+
+       * scm/safe-lily.scm (safe-objects): Add them.
+
        * scm/framework-gnome.scm (<gnome-outputter>): New class.
 
        * scm/output-gnome.scm: Move non-stencil evaluators to framework.
 
 2004-06-15  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * buildscripts/guile-gnome.sh: Pick-up user-installe pango.
+       * buildscripts/guile-gnome.sh: Pick-up user-installed pango.
 
 2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>