]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(local-install-info): Issue
[lilypond.git] / ChangeLog
index c1dba36a61cee8bf8d6833b54a27cc88cd2b6101..223989c5733e25b3ed6761875651d76a6d1306b0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,110 @@
+2004-03-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/user/GNUmakefile (local-install-info): Issue
+       warning (for packager, ie, if not installing in /usr or /usr/local).
+
+       * lily/stencil-scheme.cc: 
+       * lily/staff-symbol-referencer.cc: 
+       * lily/script-column.cc: 
+       * lily/pitch.cc: 
+       * lily/music.cc: 
+       * lily/grob-pq-engraver.cc: 
+       * lily/font-interface.cc: 
+       * lily/music-output-def.cc: 
+       * lily/duration.cc: 
+       * lily/grob-scheme.cc:
+       * lily/context-scheme.cc: Put scheme name on first line in
+       LY_DEFINE to help etags (multiline regexps are broken).  Stray
+       style cleanups.
+
+       * stepmake/stepmake/scm-vars.make: 
+       * stepmake/stepmake/c++-vars.make (TAGS_HEADERS, TAGS_SOURCES):
+       Rename and split TAGS_FILES.
+
+       * GNUmakefile.in (ALL-TAGS): Remove.
+       
+       * stepmake/stepmake/generic-targets.make (TAGS): Also include
+       deeper TAGS files.  Fixes regexp tags in TOP dir.
+
+2004-03-07  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * Documentation/user/changing-defaults.itely (Changing defaults):
+       new file.
+
+       * Documentation/user/notation.itely (Notation manual): rename from 
+       refman.itely
+
+       * Documentation/user/notation-appendices.itely (The Feta font):
+       new file.
+
+       * Documentation/user/advanced.itely: add aborted attempt for
+       advanced topics manual.
+
+2004-03-06  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/new-markup.scm: display Markups in sane format. Patch by
+       Nicolas Sceaux.
+
+2004-03-05  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/main.cc: Cleanups.
+       (setup_localisation): New function.
+       (sane_putenv): Remove.
+       (main_with_guile): New name (Was: main_prog).  Remove musings
+       about possible preparation for GUILE heavy memory usage and
+       practical uselessness.  Do not set environment variables
+       GUILE_INIT_SEGMENT_SIZE_1, GUILE_MAX_SEGMENT_SIZE.  Remove file
+       name juggling.
+       (parse_argv): New function.
+       (copyright): New function.  It's 2004 already.
+
+       * lily/input-file-results.cc (do_one_file): Add file name juggling.
+       (distill_inname): Move from main.
+
+2004-03-05  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * GNUmakefile.in (EXTRA_DIST_FILES): remove VIM stuff.
+
+       * vim/GNUmakefile: flatten dirs, add GNUmakefile.
+
+       * Documentation/user/running.itely: new file.
+
+       * lily/include/audio-element.hh (class Audio_element): remove grace_b_
+
+       * lily/score-performer.cc (finish): call Translator::finalize ().
+
+2004-03-05  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond-ftpplugin.vim: renamed to the following file.
+       * lilypond-ftplugin.vim: new file.
+
+       * GNUmakefile.in: update VIM_FILES.
+
+2004-03-04  Han-Wen Nienhuys   <hanwen@xs4all.nl>
+
+       * scm/output-ps.scm (output-scopes): use ly:paper-lookup for font
+       props.
+
+       * input/test/tie-sparse.ly: remove.
+
+       * lily/tie-performer.cc (try_music): copy & paste from
+       Tie_engraver.
+
+       * lily/music-output-def.cc (LY_DEFINE): bugfix. Don't do
+       variable_ref twice.
+
+       * lily/key-performer.cc (create_audio_elements): use
+       alterations-in-key.
+
+       * scm/midi.scm (accidentals-in-key): divide alterations by 2.
+
 2004-03-04  Heikki Junes <hjunes@cc.hut.fi>
 
        * input/test/smart-transpose.ly: fix cases fes->e and similar.
        handle also quarter tones (not shown as tests). test also flats.
 
+       * Documentation/index.html.in: small fixes.
+
 2004-03-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * input/regression/new-markup-scheme.ly: Typo.
 
        * ps/lilyponddefs.ps: Disable PostScript titling.
 
-       * lily/paper-score.cc (process): Qoute PORT argument to make-title.
+       * lily/paper-score.cc (process): Qute PORT argument to make-title.
 
 2004-03-01  Han-Wen Nienhuys   <hanwen@xs4all.nl>