]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(postprocess-output): remove debugging gobs.
[lilypond.git] / ChangeLog
index 1cebd1ba76a0e37bab9c5b8f21784f82eb8a11e7..2420534c206c3c2faf01ef9bd16c59ad448ebaba 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,218 @@
+2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * scm/backend-library.scm (postprocess-output): remove debugging gobs.
+
+2005-06-14  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/topdocs/NEWS.tely (Top): Corrected name of
+       \musicDisplay 
+
+       * Documentation/user/instrument-notation.itely (More stanzas): Add
+       reference to StanzaNumber.
+
+2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * THANKS: separate section for website translators.
+
+2005-06-14  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/topdocs/INSTALL.texi: update vim info;
+       thanks Simon Bailey!
+
+       * Documentation/user/advanced-notation.itely: included
+       color names.
+
+       * Documentation/user/advanced-notation.itely,
+       Documentation/usr/notation-appendices.itely: moved
+       color names into an appendix.
+
+2005-06-14  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+       
+       * lily/program-option.cc (LY_DEFINE): new function ly_add_option.
+
+       * scm/lily.scm (lambda): initialize program options from here.
+
+       * scm/framework-*.scm: add header info.
+
+       * lily/main.cc (parse_argv): only set output format to pdf if no
+       other format specified.
+
+       * scm/backend-library.scm (postprocess-output): process
+       'delete-intermediate-files after running convert-to-*. This fixes
+       PNG generation when 'delete-intermediate-files is set.
+       
+2005-06-13  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * buildscripts/mutopia-index.py (list_item): thinko. Fixes png
+       links on website. 
+
+2005-06-13  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/topdocs/INSTALL.texi,
+       Documentation/user/lilypond-book.itely: typos.
+
+2005-06-12  Pal Benko  <benkop@freestart.hu>
+
+       * elisp/lilypond-mode.el (LilyPond-command-alist: 2PS): space
+       added between program name and switch; -b changed to -f not
+       to generate pdf
+
+2005-06-12  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * elisp/lilypond-mode.el (LilyPond-command-alist): remove 2midi
+       (LilyPond-command-alist): use -f ps (thanks to Pal Benko)
+
+       * input/sakura-sakura.ly: add \midi.
+
+       * buildscripts/mutopia-index.py (find): use /usr/bin/find
+       iso. python find. 
+
+       * ttftool/test.c (main): cosmetics.
+
+       * ttftool/util.c (surely_lseek): use stdio FILE's for I/O 
+
+       * ttftool/test.c: new file. If compiled with -DTEST_TTFTOOL,
+       create a ttf2ps binary.
+
+       * scm/ps-to-png.scm (make-ps-images): fix rename-page-1 functionality.
+
+       * scm/backend-library.scm (postscript->png): set rename-page-1 to
+       true.
+
+2005-06-11  Graham Percival <gperlist@shaw.ca>
+
+       * Documentation/user/lilypond-book.itely: add warning about
+       the font warnings in dvips.
+
+2005-06-11  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * THANKS: typo
+
+       * mf/GNUmakefile ($(outdir)/$(redhat-package)): Fedora-4 url.
+
+       * GNUmakefile.in: remove links for .map, .enc
+       don't fail if out/ doesn't exist yet.
+
+2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ttftool/util.c (surely_read): return nbytes
+
+       * stepmake/bin/text2html.py (txt2html): add utf-8 marker. 
+
+       * VERSION (PACKAGE_NAME): release 2.5.30
+
+       * flower/string-convert.cc (precision_string): >? fix.
+
+       * scm/ps-to-png.scm (make-ps-images): search-gs for multipage too.
+       (make-ps-images): add verbose -q too.
+
+       * lily/default-actions.cc (Module): new file. default
+       {book,score}-print functions.
+
+       * scm/ly-from-scheme.scm (ly:parse-string-result): use new setup:
+       pass results via parseStringResult, lookup via ly:parser-lookup.  
+
+       * lily/lily-parser.cc (Lily_parser): only clone lexer in
+       constructors.
+       (parse_file): encapsulate do_yyparse() in scm_set_current_module()
+       (parse_string): idem.
+
+       * ly/spanners-init.ly (assertBeamQuant): don't use #{ #} in init.
+
+       * lily/main.cc (main_with_guile): copy be_verbose_global into
+       ly_set_option()
+
+2005-06-10  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/backend-library.scm (postscript->pdf):
+       * scm/ps-to-png.scm (make-ps-images): Do not use gs -q switch in
+       verbose mode.  Search for several names of gs executable.
+
+2005-06-10  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/ly-module.cc (ly_make_anonymous_module): call make-module
+       directly. This fixes a massive memory leak, provided you use CVS
+       GUILE.
+
+2005-06-10  Erik Sandberg  <ersa9195@student.uu.se>
+
+       * ly/property-init.ly: Added tieDashed.
+
+        * THANKS: Added some bughunters for 2.5.
+
+2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/program-option.cc: add debug-gc option.
+
+       * lily/include/lily-guile-macros.hh: don't protect exported module
+       objects.
+
+       * lily/include/lily-parser.hh (class Lily_parser): remove beam_check().
+
+       * scm/backend-library.scm (postscript->pdf): use
+       delete-intermediate-files iso. running-from-gui? 
+
+       * ttftool/util.c (surely_read): robustness. Allow read() to return
+       less bytes than requested, as per posix standards.
+
+       * lily/pfb.cc (LY_DEFINE): set ttf_verbosity from ttf-verbosity
+       program option.
+
+       * ttftool/include/ttftool.h ("C"): rename verbosity to
+       ttf_verbosity. Add to public interface.
+
+       * scm/music-functions.scm (unfold-repeats): remove debugging display.
+
+       * lily/program-option.cc: rename from scm-option.cc
+
+       * lily/scm-option.cc (LY_DEFINE): handle no-foobar option setting.
+       (get_help_string): Print pretty help string.
+
+       * scripts/lilypond-book.py (PREAMBLE_LY): add no-point-and-click
+       to snippet preamble.
+
+       * lily/scm-option.cc: remove command-line-settings option. Fold
+       all command-line options plus default settings in a generic
+       interface. 
+
+       * flower/getopt-long.cc (table_string): indent 2nd lines of help
+       texts too.
+
+2005-06-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * flower/file-name.cc: Bugfix: only append DIRSEP if BASE_
+       or EXT_ components non-empty.
+
+2005-06-08  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm (running-from-gui?): Export.
+
+       * lily/lily-parser-scheme.cc (ly:parse-file): Use it to generate
+       output in .ly source directory.
+
+2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * ttftool/util.c (surely_lseek): more verbosity.
+
+       * lily/include/lily-proto.hh: add Context_def. This fixes FC4
+       compile.
+
+       * lily/parser.yy (Repeated_music): remove >? 
+
+       * scm/backend-library.scm (postscript->pdf): Support for
+       -dgs-font-load=1
+
+       * scm/framework-ps.scm (write-preamble): make font loading
+       switchable to GS via --define-default gs-font-load=1
+
+2005-06-09  Graham Percival  <gperlist@shaw.ca>
+
+       * Documentation/user/global.itely: added \layout docs.
+
+2005-06-09  Han-Wen Nienhuys  <hanwen@xs4all.nl>
+
+       * lily/lily-parser-scheme.cc: add unistd.h
+
 2005-06-08  Han-Wen Nienhuys  <hanwen@xs4all.nl>
 
        * scm/editor.scm: add char argument.