]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
revert the "fix".
[lilypond.git] / ChangeLog
index e0c7f415e5ad4860c2af30573656d26b9844a959..b56411ed7b9b7d4a7fbc2892d7510662a55a4286 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,9 +1,123 @@
+2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * scripts/GNUmakefile: revert last "fix", which rather broke make.
+       Earlier successive `make' commands finally compiled ok.
+
+2006-04-18  Erlend Aasland <erlenda@gmail.com>
+
+       * lily/include/stem-tremolo.hh:
+       * lily/stem-tremolo.cc: move rotated_box () to Lookup:: and update
+       callers.
+
+       * lily/lookup.cc: add rotated_box ()
+       * lily/include/lookup.hh:
+
+2006-04-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * scripts/GNUmakefile: bugfix: run help2man only after scripts have 
+       been generated. Fixes "can't get `--help'" bug after make clean.
+
+       * THANKS: alphabetize contributors.
+
+2006-04-17  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/instrument-notation.itely: added Erlend's
+       tabs and banjo doc patch.  Thanks!
+
+2006-04-17  Erlend Aasland  <erlenda@gmail.com>
+
+       * scm/define-grobs.scm: fix stem-attachment for tablature note heads.
+
+       * ps/music-drawing-routines.ps (draw_dashed_line): fix dash pattern bug.
+
+       * scm/output-lib.scm: add some more predefined string tunings.
+
+       * Documentation/user/instrument-notation.itely: and doc them.
+
+2006-04-16  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * ly/engraver.ly: Remove obsolete comments.
+
+       * ly/gregorian-init.ly: Define default layout block.
+
+       * input/puer-fragment.ly: Updated and extended.
+
+2006-04-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lily/lily-parser-scheme.cc: Use them to fix --output=DIR/BASE
+       pdf conversion behaviour.
+
+       * flower/file-name.cc (dir_name)
+       (get_working_directory): Move from relocate.cc.
+
+       * lily/relocate.cc (setup_paths): Remove rogue stat calls.
+       
+       * lily/relocate.cc: Encapsulate sys/stat.h in
+       HAVE_STAT_H.
+
+2006-04-14  Graham Percival  <gpermus@gmail.com>
+
+       * Documentation/user/ various: small updates from Cameron
+       and Juergen, thanks!
+
+       * Documentation/user/ various: small updates of my own.
+
+       * THANKS: 2.7 -> 2.8.
+
+2006-04-11  Graham Percival  <gpermus@gmail.com>
+
+       * scm/define-context-properties.scm: typo.
+
+       * Documentation/user/ : many more small updates.
+
+2006-04-13  Jürgen Reuter  <reuter@ipd.uka.de>
+
+       * scm/define-music-types.scm: disposed "docme".
+
+2006-04-11  Erlend Aasland  <erlenda@gmail.com>
+
+       * lily/hairpin.cc: make niente circles a bit smaller.
+
+2006-04-10  Erlend Aasland  <erlenda@gmail.com>
+
+       * mf/GNUmakefile: remove redundant mftrace check. Also remove
+       get-pfa and get-*-fonts targets.
+
+2006-04-10  Graham Percival  <gpermus@gmail.com>
+
+       * THANKS, Documentation/user/ basic-notation, advanced-notation,
+       music-glossary, programming-interface: more minor fixes
+       from mailist.
+
+       * scm/define-grob-properties.scm: clarified direction, thanks Mats!
+
+       * scm/define-context-properties.scm: another old \property update.
+       This time tested for compiling!
+
+2006-04-10  Erlend Aasland  <erlenda@gmail.com>
+
+       * mf/GNUmakefile: fix for mftrace version >= 1.2.0
+
+2006-04-09  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/define-context-properties.scm (all-user-translation-properties): 
+       * Documentation/user/global.itely (Page formatting): Compile fix.
+
+2006-04-09  Mats Bengtsson  <mabe@drongo.s3.kth.se>
+
+       * Documentation/user/advanced-notation.itely (Polymetric
+       notation): Update the example to use the "+" symbol and add link
+       to input/test/compound-time.ly.
+
 2006-04-08  Graham Percival  <gpermus@gmail.com>
 
        * scm/define-grob-properties.scm: clarify docs for #'direction.
 
        * scm/define-context-properties.scm: update old \property override.
 
+       * Documentation/user/ advanced-notation, global, lilypond-book:
+       more minor doc updates.
+
 2006-04-07  Han-Wen Nienhuys  <hanwen@lilypond.org>
 
        * lily/parser.yy (Generic_prefix_music_scm): append lists, not objects.