]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Compile fix.
[lilypond.git] / ChangeLog
index f7a452c114ce0e4b0c9e42408459182435f95ccd..1562d7edba811eda7f4def0cac155bb8f6defe07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,76 @@
+2005-06-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/include/file-cookie.hh: Compile fix.
+
+2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ly/engraver-init.ly: add \defaultchild to InnerStaffGroup. 
+
+       * scm/ps-to-png.scm (gulp-port): rename from read. Don't redefine
+       system primitives.
+       (gulp-port): using read-string!/partial. We don't want to read an
+       entire PS file  (GUILE 1.6 limits strings to 16M) 
+
+       * scm/define-grobs.scm (all-grob-descriptions): remove arch-*
+       properties. Add font-interface. 
+
+       * scm/define-grob-properties.scm (all-user-grob-properties):
+       remove old bracket properties.
+
+       * scm/x11-color.scm: reformat. 
+
+       * lily/ledger-line-engraver.cc (acknowledge_grob): create new
+       LedgerLineSpanner if new StaffSymbol is found. 
+
+       * lily/staff-symbol-engraver.cc (acknowledge_grob): also set
+       staff-symbol for finishing staff. 
+
+       * lily/GNUmakefile (OUT_DIST_FILES): don't dist Flex output
+
+       * scm/output-svg.scm (setcolor): implement (re)setcolor with <g>
+       change black to currentColor everywhere. This fixes color support
+       in SVG.
+
+2005-06-06  Carl Sorensen  <carldsorensen@comcast.net>
+
+       * input/regression/fret-diagrams.ly: new file to test fret diagram
+       capability
+
+       * scm/output-tex.scm: remove white-dot and white-text
+
+       * scm/output-ps.scm: remove white-dot and white-text
+
+       * scm/fret-diagrams.scm (sans-serif-stencil-white): removed -- 
+       using ly:stencil-in-color instead
+       (draw-dots) : remove call to white-dot
+
+2005-06-06  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * flower/memory-stream.cc (Memory_out_stream): remove fopencookie
+       support.
+
+       * ttftool/ttfps.c: use lily_cookie functions everywhere. 
+
+       * flower/include/file-cookie.hh: new file. lily_cookie extension 
+
+       * flower/file-cookie.cc: new file. lily_cookie extension.
+       
+2005-06-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/editor.scm (editor-command-template-alist): Add syn
+       editor (Jaap [de Vos]).
+
+2005-06-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-ps2png.scm:
+       * scm/ps-to-png.scm: New file.
+
+       * scm/backend-library.scm (postscript->png): Use it.
+
+       * scripts/lilypond-ps-to-png.py: Remove file.
+
+       * python/lilylib.py (get_bbox, make_ps_images): Remove.
+
 2005-06-03  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/auto-beam-engraver.cc (acknowledge_grob): remove dead code.
@@ -12,7 +85,7 @@
 2005-06-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * scm/editor.scm (editor-command-template-alist): Start emacs if
-       emaclient fails.
+       emacslient fails.
 
        * lily/main.cc (setup_localisation): Listen to LILYPOND_LOCALEDIR.
 
        * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Add ly-icon
        rules.
 
+>>>>>>> 1.3718
 2005-05-28  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * lily/stencil-scheme.cc (LY_DEFINE): ly:stencil-in-color