]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
release commit
[lilypond.git] / ChangeLog
index 5bda96224b6714e3305cbed3750916fd98d83d9e..ed81ab4a7c6d6752c9310dd8e0801339b589e8ef 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,111 @@
+2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/rhythmic-column-engraver.cc (process_acknowledged_grobs):
+       set note head as cause of note-column.  This gives a better error
+       message
+
+2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Update emacs mode.
+
+2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/GNUmakefile (pfa_warning): instruct 
+
+       * stepmake/aclocal.m4: typo.
+
+       * Documentation/user/cheatsheet.itely: more verbose examples.
+
+       * input/regression/clefs.ly: remove bogus docstring.
+
+2003-09-23  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in (SUBDIRS): Add elisp.
+
+       * elisp/lilypond-mode.el: 
+       * elisp/lilypond-init.el: 
+       * elisp/lilypond-indent.el: 
+       * elisp/lilypond-font-lock.el: Move from top dir.
+
+       * stepmake/stepmake/elisp-vars.make: New file.
+
+       * config.make.in (elispdir): Add.
+
+       * Documentation/topdocs/INSTALL.texi: Typo.
+
+       * make/ly-rules.make: Test for files instead of touching void and
+       ignoring errors.
+
+       * GNUmakefile.in:
+       * make/lilypond.redhat.spec.in:
+       * debian/rules: Fix lilypond.words stuff a bit.  For running from
+       <builddir>, adding
+       
+             (push "<builddir>/share/lilypond/elisp" load-path)
+
+       to your ~/.emacs.el should give you LilyPond-mode again.
+
+       * scripts/lilypond-book.py (re_dict): Only fix texinfo @mbinclude
+       regexp for DOS/Windows, we are too paranoid to fix others.
+
+2003-09-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/chord-name.scm (natural-chord-alteration): no quarter tones.
+
+       * input/test/chord-names-jazz.ly (banterProperties): fix
+
+       * lily/parser.yy (bass_mod): bass figure alterations are semi
+       tones, not quarter tones
+
+       * lily/beam.cc (set_stem_lengths): only lengthen stems
+       for gapped beams.
+
+       * lily/beam-quanting.cc (score_forbidden_quants): divide demerit
+       by beamcount.
+
+       * buildscripts/lilypond-profile.sh (Error): more zsh stuff: print
+       a warning that the warning may erroneous.
+
+       * Documentation/topdocs/INSTALL.texi (Top): add note about get-pfa
+       target.
+
+       * mf/GNUmakefile: add get-pfa, get-debian-pfa, get-rpm-pfa
+       targets.
+
+       * GNUmakefile.in ($(config_h)): config.h should depend on
+       config.hh.in .
+       (lilypond.words): remove fontball stuff.
+
+       * stepmake/aclocal.m4: only print config.cache warning if it exists.
+
+       * configure.in: remove pktrace reference.
+
+       * GNUmakefile.in (rsync-web): permissions and ownership for
+       website.
+
+       * lily/volta-engraver.cc (staff_eligible): new function.
+       (stop_translation_timestep): kill off spanners if not eligible.
+
+       * VERSION (PATCH_LEVEL): release 1.9.9
+
+       * input/regression/beam-quanting-32nd.ly (texidoc): new file
+
+       * lily/beam-quanting.cc: tune down SECONDARY_BEAM_DEMERIT, so stem
+       length is more important than forbidden quants.
+       
+2003-09-23  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * buildscripts/lilypond.words: order words in search order,
+       add lilypond.words.vim to be generated.
+
+       * lilypond.vim: use lilypond.words.vim for keyword matching.
+
+       * lilypond-mode.el: use search order. fix word selection rules.
+
+       * lilypond-font-lock.el: fix fontifying long durations.
+
+       * Documentation/topdocs/INSTALL.texi: doc lilypond.words.vim.
+
 2003-09-22  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * cygwin/mknetrel: Remove PYTHONPATH and manpage workarounds.