]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
(warning): better robustness fix.
[lilypond.git] / ChangeLog
index 43ce9539733c95792001122861b239e3e1c8a322..133842e9dac7b841f6d3f87db6bfadc74cd76de9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,592 @@
+2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/grob.cc (warning): better robustness fix.
+
+2002-11-19 Juergen Reuter  <reuter@ipd.uka.de>
+
+       * lily/cluster-engraver.cc: bugfix: use protected scm upon columns
+
+       * lily/cluster-engraver.cc: stick better to variable naming
+       conventions
+
+       * lily/cluster-engraver.cc: bugfix: delay typesetting of cluster
+       until stop_translation_timestep()
+
+       * lily/cluster-engraver.cc, lily/cluster.cc: design fix: pass
+       min/max coordinates to backend, but no musical info such as
+       pitches
+
+       * lily/cluster.cc: robustness fix: do not crash upon empty cluster
+
+       * lily/grob.cc: robustness fix: warning(): do not crash if
+       cause is not set
+
+       * lily/ligature-bracket-engraver.cc, scm/grob-description.scm: use
+       the much more elaborated tuplet brackets than the very naive and
+       simple ligature bracket grob
+
+2002-11-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/refman.itely (Analysis brackets): add
+       horizontal bracket doco.
+
+       * ly/property-init.ly (setMmRestFermata): added.
+
+       * Documentation/user/refman.itely (Multi measure rests): fermatas
+       on mm rests.
+
+       * input/regression/apply-context.ly (texidoc): new file
+
+       * lily/parser.yy (Simple_music): \applycontext #FUNCTION allows
+       code to be executed during interpretation. Possible applications:
+       smart octavation, more advanced bar checks. 
+
+       * lily/apply-context-iterator.cc: new file.
+
+2002-11-18  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/test/new-markup.ly: new file.
+
+       * lily/text-item.cc (text_to_molecule): new function
+
+       * scm/new-markup.scm (lambda): new file
+
+       * lily/function-documentation.cc (ly_add_function_documentation):
+       add proc property as well
+
+2002-11-17  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/music-glossary.tely (Top): add custos.
+
+2002-11-16  Heikki Junes <hjunes@cc.hut.fi>
+
+       * Documentation/topdocs/INSTALL.texi: advise how to include source
+       path to Emacs load-path and improve language.
+
+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.
+
+       * VERSION: 1.7.7 released.
+       
+       * 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.
+
+       * input/regression/measure-grouping.ly (texidoc): new file: show
+       triangles and brackets for beat groups of 3 and 2.
+
+       * lily/include/measure-grouping-spanner.hh (class
+       Measure_grouping): new file.
+
+       * lily/measure-grouping-spanner.cc (brew_molecule): new file
+
+       * lily/measure-grouping-engraver.cc (class
+       Measure_grouping_engraver): new file.
+
+2002-11-06  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Merge from stable:
+
+           cvs update -jlilypond_1_6_6 -jlilypond_1_6_6_1
+       
+       * ly/paper16-init.ly (paperSixteen): Bugfix: set fonts instead of
+       stylesheet.
+
+       * ly/paper19.ly: Include paper19-init.ly.
+
+       * ly/paper19-init.ly: New file.
+
+       * Documentation/user/tutorial.itely (First steps): Fix first
+       example for font test.
+
+       * input/tutorial/brahms-tweaked.ly: Fix by hand for font test.
+
+       * ChangeLog: Add 1.7.6 release marker (see below).
+
+       * stepmake/stepmake/python-module-vars.make (EXTRA_DIST_FILES):
+       Add .py files.
+
+2002-11-06  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/tutorial/sammartini.ly (bassvoices): to new syntax.
+
+       * input/tutorial/*.ly: update to new syntax.
+
+       * lily/parser.yy (Composite_music): new transpose syntax,
+       \transpose FROM TO MUSIC. 
+
+2002-11-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py: * scripts/ly2dvi.py: Fix: redirect
+       latex progress/error output to stderr (by default this goes to
+       stdout).  Show lilypond progress, even when not verbose.
+
+       * python/lilylib.py (system): New optional parameter to control
+       showing of progress.
+
+       * scm/backend-documentation-lib.scm (check-dangling-properties):
+       Fix error message.
+
+       * lily/text-item.cc (ADD_INTERFACE): Remove align, magnify.  Add
+       axis, extent.
+
+       * scm/grob-property-description.scm (magnify): Remove.
+       (extent, axis): Add.
+
+2002-11-03  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: Release 1.7.6.
+
+       * scripts/convert-ly.py: more uniformization substitutions.
+
+       * buildscripts/new-chords.py (sub_chords): new file.
+
+2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * mf/GNUmakefile: Bugfix: Use actual fontname (.AFM FontName) for
+       lilypond.map.  Include sauter fonts too.  Cleanups.
+
+2002-11-02  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/tutorial.itely (First steps): change to new
+       chord/tie/slur/beam notation.
+
+       * lily/parser.yy (event_that_take_dir): allow postfix notation for
+       ties.
+
+       * lily/new-tie-engraver.cc (process_acknowledged_grobs): new
+       engraver. Process ties in postfix notation, i.e. c8-~ c
+
+       * lilypond-mode.el (LilyPond-command-alist): run LaTeX by default.
+
+       * input/regression/beam-postfix-notation.ly (texidoc): new file.
+
+       * lily/parser.yy (event_that_take_dir): allows c8-[ for beams.
+
+       * lily/beam-engraver.cc (try_music): accept new-beam-events
+
+       * input/regression/chord-scripts.ly (texidoc): new file
+
+       * lily/new-fingering-engraver.cc (acknowledge_grob):  also handle
+       script-events.
+
+       * scm/script.scm (default-script-alist): cleanup.
+
+       * lily/script-engraver.cc (make_script_from_event): cleanup.
+
+       * lily/lyric-combine-music-iterator.cc
+       (Lyric_combine_music_iterator): remove superfluous events.
+       (melisma_busy): new function. Fix broken melismas.
+
+2002-10-31  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * vimrc: Add shortcuts for compiling, midi-playing and PS-viewing.
+       Remove nonvalid settings. Use descriptive key names.
+       Use <Return> to indicate the pressing of that key.
+
+2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scripts/lilypond-book.py (option_definitions): Typo.
+
+       * scripts/ly2dvi.py: Updates.
+
+       * python/lilylib.py (setup_environment, print_environment)
+       (get_bbox, make_preview): Merge and remove from ly2dvi and
+       lilypond-book.
+
+       * scripts/lilypond-book.py: Use lilylib.  Cleanups.
+
+       * .cvsignore: Remove some cruft.
+
+       * make/lilypond-vars.make (PYTHONPATH): Add python's outdir to
+       path.
+
+       * scripts/ly2dvi.py: Use lilylib as module.  Fail gracefully if
+       kpsexpand, kpsewhich, ps2pdf exit with error.  Cleanups and fixes
+       throughout.
+
+       * python/lilylib.py (quiet_system): Junk
+       (system): Display error log upon failure.
+       (read_pipe): New function.  Cleanups and fixes.
+
+       * python/*.py: Rename from *.py.in.
+       
+       * make/substitute.make (ATVARIABLES): Add lilypond_datadir.
+
+       * GNUmakefile.in (SUBDIRS): Move python before scripts.
+
+2002-10-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * python/GNUmakefile: Bugfix: handle modules.
+
+       * stepmake/stepmake/python-module-targets.make (default): Add
+       compiled modules. 
+
+       * stepmake/stepmake/python-module-rules.make: Add rule for byte
+       compiling modules.
+
+       * stepmake/stepmake/python-module-vars.make (OUT_PY_MODULES):
+       Bugfix.  (OUT_PYC_MODULES): Add.
+
+2002-10-30  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * make/lilypond.mandrake.spec.in: Repair info. Comment out menu.
+       Use default paths. Refresh description.
+
+2002-10-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.7.5 released
+
+       * input/regression/finger-chords.ly (texidoc): new file.
+
+       * lily/script-engraver.cc (process_music): remove scriptHorizontal
+       support
+
+       * lily/fingering-engraver.cc (process_music): remove kludgy
+       scriptHorizontal stuff.
+
+       * lily/script.cc: remove staff-support property.
+
+       * lily/new-fingering-engraver.cc (add_fingering): new
+       file. Fingering engraver for new style chords.
+
+2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (bare_number): allow 4 \cm (without
+       decimal dot). (should backport to 1.6?)
+
+       * ly/declarations-init.ly: use Scheme for dimension defs.
+
+       * lily/parser.yy (TODO): remove hard coded dimensions, add
+       REAL NUMBER_IDENTIFIER production.
+
+       * lily/rest-collision.cc (force_shift_callback): rewrite using
+       -done property.
+
+       * scm/grob-property-description.scm (rest-collision-done): add
+       property.
+       
+       * lilypond.vim: add file (<hjunes@cc.hut.fi>)
+
+2002-10-23  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/multi-measure-rest-center.ly: new file.
+
+       * lily/multi-measure-rest.cc (big_rest): multi measure rest was
+       off horizontally by 0.05 ss. Fixed.
+
+2002-10-22  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/pdftex.scm: Rename ly-number to ly:number->string.
+
+       * Documentation/topdocs/index.tely: Remove duplicate from merge.
+
+2002-10-22  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/tie.cc (get_control_points): also avoid staff lines on the
+       just outside the outer staff lines
+
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * ly/params-init.ly: Just define style-alist, no need to
+       define-public.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Fix style override
+       (thanks Han-Wen).
+
+       * mf/GNUmakefile (FONT_FILES): Add feta-nummer.
+       (FET_FILES): = FONT_FILES.
+
+       * Merge from stable:
+
+           cvs update -jlilypond_1_6_5 -jlilypond_1_6_6
+
+2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: 1.7.4 released.  
+       
+       * scm/generate-documentation.scm (string-append): add macro
+       definitions.
+
+       * lily/text-item.cc (lookup_text): don't use virtual fonts for
+       normal texts.
+
+       * lily/multi-measure-rest-engraver.cc: make separate
+       MultiMeasureRestNumber grob. Introduce restNumberThreshold.
+
+       * lily/multi-measure-rest.cc: remove text handling. Remove
+       number-threshold.
+
+2002-10-20  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * scm/music-types.scm: doc patch by Graham Percival
+
+2002-10-19  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * buildscripts/make-font-dir.py (sketch_p): Bugfix: only write
+       encoding part.
+       (Font_info.set_defaults): pixelsize now also defauts to '0'.
+       (sketch_p): Sketch wants only first four elements of X11 font spec.
+
+       * buildscripts/mf-to-table.py (parse_logfile): Bugfix. 
+
+       * mf/feta-autometric.mf: Write foundry and family to log.
+
+       * mf/GNUmakefile: Fixes for pfx builds.  Also write sketch
+       font translation table.
+
+       * buildscripts/mf-to-table.py: Better font info into afm.
+
+       * buildscripts/make-font-dir.py: Use font info from afm.  Mftrace
+       1.0.9 required.
+
+       * configure.in: Whine for mftrace 1.0.9.
+
+2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (chord_body): allow <<c e>>4 notation.
+
+       * lily/main.cc (main_prog): don't try to load init.EXT when
+       processing foo.EXT.
+
+2002-10-15  Rune Zedeler  <rune@zedeler.dk>
+
+       * scm/tex.scm (zigzig-line): added.
+
+       * scm/ps.scm (zigzag-line): added.
+
+       * ps/music-drawing-routines.ps (subvec): added.
+       (draw_zigzag_line): added.
+       
+       * lily/line-spanner.cc: Add support for #'type = #'zigzag. reading
+       grob properties zigzag-width and zigzag-length.
+
+       * input/regression/glissando.ly: Add some zig-zagged glissandi.
+
+2002-10-15  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/sodipodi.scm: Some fixes.  Sketch also groks this bare-bones
+       svg output, including font.
+
+2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/lily.scm: Register sodipodi output module.
+
+       * scm/sodipodi.scm: New file.
+
+       * lily/afm.cc (read_afm_file): Read TfmCheckSum from comment.
+
+       * buildscripts/mf-to-table.py (base): Write TfmChecksum in
+       comment, after header.
+       (parse_logfile): Remove invalid key FontFamily.  Add mandatory key
+       FullName.  Fix FontName key.
+
+2002-10-14  Rune Zedeler  <rune@zedeler.dk>
+
+       * lily/rest.cc (after_line_breaking): bugfix: dots after half
+       and breve rests.
+       
+       * input/test/blank-notes.ly: bugfix
+
+       * lily/rest.cc (after_line_breaking): bugfix: dots after whole
+       rests. (Kim Shrier)
+
+       * input/test/rest-dot-positions.ly: Added. (Kim Shrier)
+       
+2002-10-14  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * scm/tex.scm: 
+       * scm/ps.scm: Cleanup and remove obsolete junk.
+
+       * Documentation/user/internals.itely:
+       * Documentation/user/refman.itely: Run texinfo-all-menus-update.
+
+       * lily/parser.yy: Identify shift/reduce problems.
+
+       * input/mutopia/W.A.Mozart/mozart-hrn3-defs.ly: Rename
+       make-style-sheet.  Too specific for convert-ly?
+
+2002-10-14  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * po/cs.po: added czech translation, courtesy Tomas Kopecek.
+
+       * input/test/*.ly: various fixes.
+
+       * lily/music.cc (name): bugfix
+
+       * lily/piano-pedal-engraver.cc (try_music): fix pedals.
+
+       * lily/input-file-results.cc (code): set-point-and-click! ->
+       set-point-and-click
+       
+2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Use uniform ly: prefix for exported scheme primitive functions.
+
+       * scm/music-types.scm: junk compat glue
+
+       * scripts/convert-ly.py: add rules for stuff below, junk
+       compatibility glue for spanrequest.
+
+       * lily/parser.yy (verbose_event): remove \spanrequest,
+       \commandspanrequest, \script. 
+       
+       * lily/identifier-smob.cc (LY_DEFINE): change name to ly-export
+
+       * lily/parser.yy: remove arpeggio keyword; use identifier. Idem
+       for \penalty, \glissando.
+
+       * VERSION: release 1.7.3
+       
+2002-10-13  Rune Zedeler  <rune@zedeler.dk>
+
+       * lily/accidental-engraver.cc: Fix
+       grace-in-the-beginning-of-measure bug caused by the resent
+       partial-measure fix.
+
+       * lily/stem.cc: reversed noteheads overlap half of the stem. (Full
+       overlap looks too crowded)
+       
+2002-10-13  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/parser.yy (assignment): allow SCM expression as assignment.
+
+       * lily/include/music-output-def.hh (class Music_output_def):
+       * lily/music-output-def.cc: 
+       * lily/paper-def.cc: 
+       * scm/font.scm (markup-to-properties):
+       * lily/parser.yy (music_output_def_body): 
+       remove style_sheet_
+
 2002-10-12  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * ly/grace-init.ly (startGraceMusic): shorten default grace stem
+       length.
+
+       * input/regression/spacing-to-grace.ly: new file.
+
+       * input/regression/spacing-end-of-line.ly: new file.
+
+       * lily/note-spacing.cc (get_spacing): take into account breakable
+       stuff sticking out at the left (time sig change at line break).
+
+       * lily/spacing-spanner.cc (breakable_column_spacing): junk weird
+       raggedright code.
+
+       * scm/music-functions.scm (make-voice-props-set): add
+       staff-position for mm rests.
+       * lily/spacing-spanner.cc (musical_column_spacing): shrink space
+       before grace notes a little.
+
        * lily/parser.yy (sup_quotes): use '\'' for sup_quotes.
 
        * lily/break-align-interface.cc (do_alignment): right-edge spacing
        (schedule_lilypond_block): Implement `noquote' option for LaTeX
        mode.
 
-2002-10-04  Jan Nieuwenhuizen  <janneke@gnu.org>
+2002-11-03  Jan Nieuwenhuizen  <janneke@gnu.org>
 
-       * scm/grob-description.scm (minimum-beam-collision-distance): 0.75
-       staff-space.  Previous 1.5 was probably meant as half-spaces.
-       (cautionary-style): parentheses (was: smaller).  This is what doco
-       says, and it seems more logical.
+       * ChangeLog: Add 1.6.6 release marker.  See below.
 
-       * Documentation/user/refman.itely (Chromatic alterations): Bugfix
-       for 2nd sentence.
+       * stepmake/stepmake/po-targets.make: Remove --c++ option.
 
-2002-10-04  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+       * scripts/midi2ly.py: Fix global syntax warnings.
 
-       * make/lilypond.redhat.spec.in: various fixes for RedHat 8.0
+       * GNUmakefile.in: Generate builddir locale tree too.
 
-2002-10-03  Jan Nieuwenhuizen  <janneke@gnu.org>
+       * scripts/ly2dvi.py:
+       * scripts/midi2ly.py: 
+       * scripts/mup2ly.py: 
+       * scripts/update-lily.py:
+       * lily/main.cc (setup_paths): Fix for locales setup.
 
-       * lily/beam.cc (rest_collision_callback): Fixed: partial rewrite.
+2002-10-29  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/windows/installing.texi: Soften wording about
+       necessity of becoming Administrator.  tommie@iae.nl reports this
+       does not seem to be necessary for his flavour of Windows 2000.
+       Explicitely discourage text mode mounts.
+
+2002-10-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/rest.cc (after_line_breaking): backport dot position fix.
+
+       * lily/rest-collision.cc (do_shift): also remove dots for suicided
+       rests. Thanks to Klaus Zimmermann for finding this bug.
+
+2002-10-24  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Correction for broken /bin/sh.
+
+2002-10-24  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * Documentation/user/music-glossary.tely: fix links.
+
+2002-10-21  Werner Lemberg  <wl@gnu.org>
+
+       * tex/lily-ps-defs.tex (\lilypondsetdimen): Define ID macro.
+       (\lilypondpostscript): Define PS macros `lyscaleXXX' (`XXX' is the
+       scaling factor) only once and use them in the definition of
+       \embeddedps.
+       * ps/music-drawing-routines.ps (skeel): Removed.
+
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * stepmake/aclocal.m4: Changed 6 instances of $( ) to ` `, for
+       Solaris7, as we don't use nested $( ) constructs.
+
+2002-10-21  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * VERSION: Release 1.6.6.
+       
+2002-10-21  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/topdocs/INSTALL.texi: Add note about using ksh for
+       as workaround for /bin/sh problems on Solaris7.
+
+2002-10-19  Werner Lemberg  <wl@gnu.org>
+
+       * GNUmakefile.in (web-doc): Fix typos.
+       * tex/lilyponddefs.tex (\lilypondspecial): Don't scan
+       `music-drawing-routines.ps' but emit \special{header=...} once.
+       * scm/tex.scm (header-end): Updated.
+
+2002-10-19  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/stem-engraver.cc (acknowledge_grob): don't crash on
+       undefined tremolo. 
+
+2002-10-15  Werner Lemberg  <wl@gnu.org>
+
+       * scripts/lilypond-book.py (g_make_html): New global variable.
+       (schedule_lilypond_block): Don't compute EPS and PNG for `texi'
+       if `g_make_html' isn't set.
+       [main]: Add format `texi-html'.
+       (option_definitions): Updated.
+       * Documentation/user/lilypond-book.itely: Updated.
+
+       * make/lilypond-vars.make (LILYPOND_BOOK_FORMAT): New variable.
+       * make/ly-rules.make (%.texi, %.nexi): Use it.
+       * stepmake/stepmake/www-targets.make (web): Pass `tex-html' as
+       format to lilypond-book.
+       * GNUmakefile.in (web-doc): Ditto.
+
+2002-10-14  Werner Lemberg  <wl@gnu.org>
+
+       Further improve TeX output.  The produced files are about 40%
+       smaller.  `lilyponddefs.tex' is now read only once.
+
+       * tex/lilyponddefs.tex: Remove footer stuff.
+       (\ifundefined): Renamed to...
+       (\lilypondundefined): This.  Use LaTeX's definition to
+       make it nestable and make it global.
+       (\lilypondstart, \lilypondend): New macro to initialize LilyPond
+       output.
+       (\lilypondspecial): New macro to read `music-drawing-routines.ps'.
+       (\fetasixteen, \fetafont, \fetachar, \botalign, \leftalign): Make
+       them global.
+       (\placebox): Renamed to...
+       (\lyitem): This.
+       Make it global and call \outputscale by itself.
+       (\lybox, \lyvrule): New macros to reduce input data.
+       (\lilypondfirst, \lilypondsecond, \lilypondloop, \lilyponditerate):
+       New auxiliary macros.
+       (\SkipLilydefs, \EndLilyPondOutput): Removed.
+       * tex/lily-pdf-defs.tex, tex/lily-ps-defs.tex (\lilySpace): Renamed
+       to...
+       (\lilypondspace): This and made it global.
+       (\turnOnPostScript): Renamed to...
+       (\lilypondpostscript): This and made it global.
+       (\turnOnExperimentalFeatures): Renamed to...
+       (\lilypondexperimentalfeatures): This and made it global.
+       * tex/lily-ps-defs.tex (\PSsetTeXdimen): Renamed to...
+       (\lilypondsetdimen): This and made it global.
+       * tex/lilypond-latex.tex, tex/lilypond-plaintex.tex: Removed.
+       * tex/GNUmakefile (TEX_FILES): Add `music-drawing-routines.ps'
+       (all, $(outdir)/music-drawing-routines.ps): New rules.
+       * buildscripts/mf-to-table.py (write_tex_defs): Use \gdef.
+       * scm/pdftex.scm, scm/tex.scm (end-output, header-end, placebox,
+       start-system, stop-system, stop-last-system, filledbox): Updated to
+       use the changed macros from lilyponddefs.tex.
+       * scripts/lilypond-book.ly (output_dict) <latex, texi>: Ditto.
+
+2002-10-07  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/windows/installing.texi: Update.
 
 2002-09-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>