]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* buildscripts/new-chords.py (help): add help text
[lilypond.git] / ChangeLog
index eb2f04da457c95f495fc9c35096a006d6631be2a..31bf2ecbc6811e11444a4522760e7340bd5e649a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,122 @@
+2003-07-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: release 1.7.27
+
+       * buildscripts/new-chords.py (help): add help text
+
+       * Documentation/user/introduction.itely (Typography and program
+       architecture):  fixes.
+
+       * Documentation/user/GNUmakefile (DVIPS_PAPERSIZE): set A4 paper
+       for texinfo and dvips. This fixes problems with PDF output of the
+       wrong size.
+
+       * stepmake/stepmake/tex-rules.make ($(outdir)/%.ps): add
+       DVIPS_PAPERSIZE variable
+
+       * stepmake/stepmake/texinfo-rules.make ($(outdir)/%.dvi): add
+       TEXINFO_PAPERSIZE variable 
+
+2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * mf/feta-macros.mf: whoops: only draw lines for test situations.
+
+       * mf/feta-toevallig.mf: lowres fixes.
+
+2003-07-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * NEWS: Typo and fill-paragraph fixes.
+
+       * flower/libc-extension.cc (lrint)[!HAVE_LRINT]: Use round () and
+       cast #define.
+
+       * configure.in: 
+       * config.hh.in: Check for lrint.
+
+2003-07-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.7.26 released
+
+       * lily/separation-item.cc: add padding property.
+
+       * input/test/*.ly: various fixes, remove solo-a2.ly
+
+       * scm/new-markup.scm (brew-new-markup-molecule): arg order
+       bugfix. Fixes old-style markup compatibility.
+
+       * Documentation/user/introduction.itely (Introduction): historical
+       elucidations
+
+       * Documentation/user/music-glossary.tely (Top): linewidth fix.
+
+       * 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/ : add raggedright = ##t where applicable. 
+       
        * scm/bass-figure.scm (make-bass-figure-markup): add
        alignBassFigureAccidentals property.
 
 
        * 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.