]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
* GNUmakefile.in: config.h message fix.
[lilypond.git] / ChangeLog
index 35ecb9e217a8bd2fcccfa76de32ea4516016f006..26cebbed8043b814bf70a5b3c86b3084ff413d3f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,114 @@
+2002-11-16  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * GNUmakefile.in: config.h message fix.
+
+       * autogen.sh:
+       * aclocal.m4: Regenerate.
+
+       * configure.in: 
+       * config.make.in: 
+       * stepmake/config.make.in: 
+       * stepmake/configure.in: 
+       * stepmake/autogen.sh: 
+       * stepmake/aclocal.m4: Update for autoconf 2.56.
+
+2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.texi: instructions for an user how
+       to install Emacs-mode. Instructions how to use vim-mode.
+
+2002-11-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/music-types.scm (music-descriptions): no length for tempo event.
+
+       * input/*.ly: add \version everywhere.
+       
+       * input/*.ly: update syntax to 1.7 + new-chords.
+
+       * Documentation/user/*.tely: new chord syntax.
+
+       * input/regression/[bc]*.ly (texidoc): syntax updates.
+       
+2002-11-13  Heikki Junes <hjunes@cc.hut.fi>
+
+       * lilypond.words: add vocabulary to be used in auto-completion
+
+       * vimrc: autocompletion in Insert/Replace-mode with <Ctrn-N>
+
+       * lilypond.vim: allow note name at EOF
+
+2002-11-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * buildscripts/new-chords.py (edit): -e option: inline editing.
+
+       * input/regression/a*.ly (texidoc): syntax updates.
+
+       * Documentation/user/lilypond-book.itely (Integrating La@TeX{} and
+       music): elucidations. 
+
+2002-11-11 Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/include/lily-proto.hh, ly/engraver-init.ly,
+       ly/spanners-init.ly, scm/grob-description.scm,
+       scm/grob-property-description.scm, scm/music-types.scm,
+       lily/cluster-engraver.cc, lily/cluster.cc,
+       lily/include/cluster.hh, input/test/cluster.ly: cluster
+       implementation
+
+       * lily/include/lookup.hh, lily/lookup.cc, scm/pdf.scm
+       ps/music-drawing-routines.ps, scm/ascii-script.scm, scm/ps.scm,
+       scm/sketch.scm, scm/tex.scm: support for dots and polygons added
+
+       * lily/lookup.cc: bugfix: fixed infinite loop in frame ()
+
+       * mf/parmesan-heads.mf: bugfix: vaticana punctum set_char_box
+
+       * scm/grob-description.scm: bugfix: by default, use default note
+       head style when engraving ligatures
+
+       * lily/note-heads-engraver.cc: bugfix: do not steal ligature events
+
+       * lily/mensural-ligature-engraver.cc: bugfix: accept ligature
+       events
+
+       * lily/ligature-bracket-engraver.cc: bugfix: accept ligature events
+
+       * input/test/ancient-font.ly: bugfix: style -> flag-style
+
+       * lily/ligature-engraver.cc: indentation fix
+
+       * lily/parser.yy: indentation fixes
+       
+2002-11-09  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/measure-grouping.ly: more elaborate example.
+
+       * lily/moment.cc: ly:add-moment, ly:mul-moment,
+       ly:div-moment. New functions 
+
+       * scm/music-functions.scm (set-time-signature): new function,
+       allow inline time sig settings with measure grouping.
+
+       * lily/parser.yy (command_element): move time sig construction
+       into Scheme.
+
+       * lily/side-position-interface.cc (out_of_staff): new function,
+       like padding, but keep minimum distance from staff. Easier than
+       linespanners (dynamics, pedals), but roughly the same effect.
+
+2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
+
+       * emacs-mode.el: Added spanish-note-replacements 
+        (<carlos.betancourt@chello.be>).
+
+       * vimrc: (Un)commenting with <(S-)F12>, tidy.
+
+2002-11-08  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * lilypond.vim: Do not fontify cises, desis, etc.
+
+       * vimrc: view dvi with <S-F6>
+
 2002-11-08  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lily/lookup.cc (triangle): new function.