]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* scm/framework-gnome.scm: Add pango decoders.
[lilypond.git] / ChangeLog
index d34eefdd41bc3c12429d2896e2ca13252347d694..76778c0377805e1f895be89cb2c399c810a8e6bc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,10 +1,68 @@
+2004-06-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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-installed pango.
+
+2004-06-15  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/page-layout.scm (default-page-make-stencil): add
+       raggedbottom, raggedlastbottom.
+
+       * Documentation/user/changing-defaults.itely (Page layout): add doc.
+
+       * scm/framework-tex.scm (define-fonts): fix export of
+       papersize.
+
+       * lily/paper-book.cc (classic_output): strip suffixes from
+       framework functions.
+
+       * lily/tuplet-bracket.cc (before_line_breaking): do not return
+       SCM_UNDEFINED to Scheme.
+
 2004-06-14  Han-Wen Nienhuys   <hanwen@xs4all.nl>
 
+       * lily/book.cc: remove Book::to_stencil().
+       (process): whoops. Score::book_rendering returns vector, not list.
+
        * scripts/convert-ly.py (conv): remove \notes.
        apply to input examples.
        
        * lily/paper-outputter.cc (output_stencil): don't use
-       smobify_self() but self_scm() (ouch).
+       smobify_self() but self_scm()
 
        * lily/include/ly-smobs.icc (IMPLEMENT_SMOBS): don't return SCM
        from smobify_self().