]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
Check for autoconf2.13, and abort if not
[lilypond.git] / ChangeLog
index e2244a7a581183b7bea4b94b53d467c79a44a036..649163dc4b1c13aecd56ac1cdf29003cdcd90713 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,124 @@
+2002-05-20  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/autogen.sh: Check for autoconf2.13, and abort if not
+       found.
+
+2002-05-20  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/note-head.cc (internal_brew_molecule): warn if note head
+       not found.
+
+       * lily/time-signature.cc (special_time_signature): remove warning
+       about time signature. 
+
+       * lily/spacing-spanner.cc (musical_column_spacing): Prevent
+       reverse springs by limiting fixed-note space.
+
+2002-05-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Bugfix: complain if program not found.
+
+       * scripts/update-lily.py (next_version, prev_version, diff_name):
+       New function.  Patches now named name-prev-latest.diff.gz.
+       Bugfix: import shutil.
+
+2002-05-19  Han-Wen  <hanwen@cs.uu.nl>
+
+       * input/tutorial/sammartini.ly: fix and document autochange
+       weirdness.
+
+       * scm/pdftex.scm: resurrect PDFTeX output. Still doesn't work, but
+       does produce .pdftex files.
+
+       * lily/note-collision.cc (check_meshing_chords): move file from
+       collision.cc, implement merged note heads (there you go, Drarn :-)
+
+       * input/regression/collision-heads.ly: new file
+
+2002-05-18  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * mf/parmesan-heads.mf, scm/grob-description.scm,
+       scm/grob-property-description.scm, scm/interface-description,
+       lily/include/my-lily-parser.hh, lily/include/ligature-head.hh,
+       lily/include/mensural-ligature.hh, lily/include/lily-proto.hh,
+       lily/include/ligature-engraver.hh,
+       lily/include/ligature-bracket.hh, lily/parser.yy,
+       lily/ligature-bracket-engraver.cc, lily/mensural-ligature.cc,
+       lily/mensural-ligature-engraver.cc, lily/note-heads-engraver.cc,
+       lily/ligature-head.cc, lily/ligature-engraver.cc,
+       lily/ligature-bracket.cc, input/test/mensural-ligatures.ly:
+       implemented white mensural ligatures (still with a big list of
+       TODOs)
+
+
+2002-05-19  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/*.cc: use LY_DEFINE everywhere. Move doc strings from
+       Documentation/user/internals.itely.
+
+       * lily/function-documentation.cc: new file. Infrastructure for
+       self documenting Scheme functions.
+
+2002-05-18  Han-Wen  <hanwen@cs.uu.nl>
+
+       * lily/stem.cc (calc_stem_info): bugfix for less ugly knees.
+
+2002-05-17  Han-Wen  <hanwen@cs.uu.nl>
+
+       * scripts/lilypond-book.py (re_dict): fix regexps; don't combine ?
+       and * (as in "([^>]*)?")
+
+2002-05-17  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Update GCC, Flex and GUILE info.
+       Add info about CVS.  Stable/development are currently 1.4/1.5,
+       both at lilypond.org.
+
+       * autogen.sh: Generate.
+
+       * stepmake/configure:
+       * configure: Regenerate.
+       
+       * stepmake/stepmake/automatically-generated.sub.make: Keep
+       original first line.
+
+       * stepmake/stepmake/toplevel-targets.make (autogen.sh): Add rule.
+
+       * stepmake/stepmake/generic-targets.make (configure): Generate
+       using autogen.sh.
+
+       * GNUmakefile.in (SCRIPTS):
+       * stepmake/GNUmakefile.in (SCRIPTS): Add autogen.sh
+
+       * stepmake/autogen.sh: New file.
+
+       * configure: Check for g++ >= 2.95.
+
+       * stepmake/aclocal.m4: Fixes for FlexLexer.h, Python headers.  GNU
+       c/c++ version checking.
+
+       * flower/include/string.hh: Typo fix.
+
+       * lily/include/midi-item.hh: Remove stray i.
+
+       * Documentation/windows/GNUmakefile: Avoid collapsed directory
+       constructs '//'.
+       
+       * stepmake/bin/install-dot-exe.sh: Filter collapsed directory
+       constructs '//' from arguments.
+
 2002-05-17  Han-Wen  <hanwen@cs.uu.nl>
 
+       * scm/lily.scm (ly-load): show SCM filenames if verbose.
+
+       * lily/lily-guile.cc (init_functions): add ly-verbose function.
+
+       * lily/main.cc (setup_paths): remove LILYINCLUDE support. 
+
+       * flower/include/{pointer,tuple}*: removed.
+
+       * VERSION: released 1.5.56
+       
        * scm/music-functions.scm (check-start-chords): function to check
        for chords without \context. Apply automatically from parser.