]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
[lilypond.git] / ChangeLog
index 57ae8216a07d526f76d1f72860647b4bcf723fcc..baf13fab975b4520ad879b2838d08336245898b6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,67 @@
+2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/topdocs/AUTHORS.texi (AUTHORS): cleanup.
+
+       * Documentation/index.texi (Top): cleanup.
+
+       * Documentation/user/introduction.itely (Introduction): rewrite
+       introduction, 
+       (Music notation and  engraving): about notation. Add flat-picture
+
+2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * ly/engraver-init.ly (LyricsVoiceContext): add padding for
+       separation items. This keeps lyrics from bumping into each other.
+
+2003-07-18  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in (topdocs-web): New target.
+       (local-web): Depend on topdocs-web; fixes html-doc.
+
+2003-07-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * po/lilypond.pot: run po-replace
+
+       * Documentation/GNUmakefile (SUBDIRS): remove windows/ directory
+
+       * scm/drums.scm (reset-drum-kit): new function.
+
+       * Documentation/GNUmakefile (SUBDIRS): remove misc/ directory.
+
+       * scripts/update-lily.py: remove
+       
+       * VERSION: release 1.7.25
+       
+       * Documentation/user/introduction.itely (Introduction): rewrite
+       start of introduction.
+
+2003-07-18  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/all-font-metrics.cc: fixed typo
+
+2003-07-18  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond-font-lock.el (LilyPond-mode-set-syntax-table, 
+       LilyPond-mode-context-set-syntax-table): new functions to define
+       the syntax table according to context.
+
+       * lilypond-mode.el: use LilyPond-mode-set-syntax-table.
+
 2003-07-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * Documentation/user/refman.itely (Figured bass): 
+       language nit courtesy http://www.vocabula.com
+
+       * GNUmakefile.in: remove no kpathsea hack.
+
+       * Documentation/topdocs/INSTALL.texi (Top): remove web-doc from
+       doco.
+
+       * GNUmakefile.in: remove web-doc target.
+
+       * lily/all-font-metrics.cc (find_afm): add message about
+       buildscripts/clean-fonts.sh 
+
        * scm/define-music-properties.scm (figure): use string for 'figure
 
        * lily/parser.yy (bass_number): allow strings for bassfigure too. 
 
        * input/regression/slur-area.ly: move from test/
 
-       * input/test/: remove simple-slur-endings slur-attachment
+       * input/test/: remove simple-slur-endings slur-attachment
        slur-broken-cross-staff slur-broken.ly slur-damping.ly
        slur-follow-music.ly slur-position.ly slur-proof.ly slur-shape.ly
        slur-symmetry slur-symmetry tie-broken.ly
 
 2003-07-17  Jan Nieuwenhuizen  <janneke@gnu.org>
 
+       * stepmake/aclocal.m4: Do AC_PATH_PROG for python.
+
        * configure.in: Use lily/main.cc as identifying source file.
 
        * lily/accidental-engraver.cc: Compile fix: include protected-scm.hh.