X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=9c05fe3d54713b3da98cfc8bd5742c99ae5a71cf;hb=870741910912e5294329a120ec0c405fd109d24e;hp=cbdbf1c4ff8e4e83cf0aea4d61c83f1f3e352ac4;hpb=d0514c221c79fa95db355780c577ecebe5137b7e;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index cbdbf1c4ff..9c05fe3d54 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,90 @@ +2002-04-18 Heikki Junes + + * lilypond-mode.el: Toggles font-lock-multiline (Emacs 21.1 or newer). + + * lilypond-font-lock.el: Handles multiline-strings. Fontifies notes + more strictly. Use more clever regular expressions. Commented regexps. + +2002-04-16 Heikki Junes + + * lilypond-mode.el: "C-c f" does font-lock-fontify-buffer. + +2002-04-15 Juergen Reuter + + * scm/grob-description.scm, lily/staff-symbol.cc: added properties + to control width of staff symbol in ragged-right mode (by request + of Han-Wen) + + * ly/engraver-init.ly, lily/include/my-lily-parser.hh, + lily/include/ligature-bracket.hh, lily/lexer.ll, lily/parser.yy, + lily/ligature-bracket.cc, lily/ligature-bracket-engraver.cc: + added support for ligature brackets (needed when transcribing + mensural music) + +2002-04-15 Heikki Junes + + * lilypond-font-lock.el: Handle scheme-slurs up to seventh level. + Fontify notes more strictly. + +2002-04-15 Han-Wen + + * mf/feta-din-code.mf: dynamic z sign. + +2002-04-13 Heikki Junes + + * lilypond-mode.el: Prevent recoloring strings and comments. + + * lilypond-font-lock.el: Handle block comments: block comments + can have also ordinary comments inside. + +2002-04-13 Han-Wen + + * lily/stem.cc (get_default_dir): set direction to CENTER if + invisible. Various other fixes to deal with invisible stems and + stem-direction == CENTER. + + * lily/rest-collision.cc (do_shift): take direction from note if + not set. + + * input/regression/tie-grace.ly: new file. + + * lily/tie-engraver.cc (create_grobs): fix tied graces. + + * lily/note-spacing.cc (stem_dir_correction): set fixed space for + knee correction. Fixes tight spacing for knees. + +2002-04-12 Han-Wen Nienhuys + + * VERSION: 1.5.52 released + + * lily/*.cc: add some undocced properties. + scm/grob-description.scm: idem. + +2002-04-12 Heikki Junes + + * lilypond-font-lock.el: Handle slurs \( and \), numbers, + multi-measure rests like "R1 *4" and scheme (typically has '#' + in the beginning). Small fixes. Add few reserved words. + +2002-04-12 Jan Nieuwenhuizen + + * Documentation/topdocs/INSTALL.texi: Updates for MacOS X and + emacs mode. + + * Documentation/windows/installing.texi: Suggest gswin32c (console + program) for getting the version. Layout fixes. + +2002-04-11 Jan Nieuwenhuizen + + * Documentation/user/tutorial.itely (Running LilyPond): Separate + windows viewing commands, remove silly comment about Yap. + 2002-04-10 Mats Bengtsson + + * Documentation/topdocs/INSTALL.texi: Describe how to learn + configure to find kpathsea on for example Slackware 8.0. + + * scripts/ly2dvi.py (non_path_environment): Set $TEXMF correctly. * scm/grob-description.scm (MultiMeasureRest): number-threshold=1 by default: avoid "1" over single bar rests.