X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=8a53823d10dd29e32a004331e39057d021c2bc10;hb=561a7149dda0986358311aefeda44a44d7972860;hp=de76c2ad0c811c949265b81a98c34209d10695b5;hpb=01105e2a179bbf14da0923f7e1f4093cd9bcd8c5;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index de76c2ad0c..8a53823d10 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,203 @@ +2003-05-11 Heikki Junes + + * lilypond-mode.el: XEmacs fixes: include two definitions for the + key for autocompletion XEmacs [iso-left-tab], Emacs [iso-lefttab], + use only two arguments in sit-for, use no arguments in + read-char-exclusive, backspace is not a character (127) in XEmacs. + + * lilypond-font-lock.el: XEmacs: small fix to scheme-fontifying. + +2003-05-06 Heikki Junes + + * lilypond-mode.el: un-commenting works after syntax-table fix. + + * lilypond-font-lock.el: fontify \[- and \]-slurs as horizontal + group, verbose commenting for syntax table. + + * lilypond-indent.el: add TODO for ligature slurs. + +2003-05-05 Heikki Junes +(numberp (read-event)) + * lilypond-mode.el: Move comments of parenthesis matching away, + (blink-matching-paren-on-screen) fix blinking in Emacs. + + * lilypond-font-lock.el: Fix parent-matching for Emacs: + Emacs syntax-table knows only "13"-style, XEmacs knows also "1b3b". + + * lilypond-indent.el: Add TODO for parenthesis matching. + +2003-05-03 Heikki Junes + + * lilypond-mode.el: Fix XEmacs: + changed [S-iso-lefttab] to [(shift iso-lefttab)], + invoke explicitly easy-menu-add (in Emacs done automatically). + + * lilypond.words: Add few words from input/*/*.ly. + +2003-05-02 Han-Wen Nienhuys + + * input/mutopia/J.S.Bach/baerenreiter-sarabande.ly: corrections + and syntax updates. + +2003-05-01 Han-Wen Nienhuys + + * mf/feta-toevallig.mf: revamp flat symbol: use less points, + better parametrisation. Move fatness of bulb downward. + + * mf/parmesan-custodes.mf (dir_down): remove underscores from + glyph names. Underscores are not allowed .ps encoding files. + +2003-04-30 Juergen Reuter + + * lily/spacing-spanner.cc, ly/paper-init.ly: introduced paper + variable "packed" for packed right-ragged mode + + * lily/spacing-spanner.cc: fixed typo: colunm -> column; removed + unused variable ragged; fixed indentation + + * Documentation/user/refman.itely: tiny cleanups in ancient + clef and custos section + +2003-04-30 Han-Wen Nienhuys + + * lily/parser.yy (Simple_music): add \applyoutput, syntax + \applyoutput PROCEDURE + + * lily/my-lily-lexer.cc: add \applyoutput. + + * scm/music-types.scm (music-descriptions): add ApplyOutputEvent. + + * lily/text-item.cc: clean text-interface description + +2003-04-27 Han-Wen Nienhuys + + * input/{regression,test}/: use postfix for slur endings and beam + begins. + + * lily/beam-engraver.cc (acknowledge_grob): set melismata for new + style beams too. + + * input/regression/lyrics-melisma-beam.ly: new file. + + * lily/lyric-engraver.cc (process_music): change from + process_acknowledged_grobs() + + * scm/auto-beam.scm (override-auto-beam-setting): write Scheme + functions to set and revert auto-beam settings. + +2003-04-26 Han-Wen Nienhuys + + * lily/*.cc (number_accidentals): gh_assoc -> scm_assoc. + +2003-04-24 Juergen Reuter + + * ChangeLog, Documentation/topdocs/AUTHORS.texi, + Documentation/user/lilypond.tely: fixed some typos; updated author + info + + * Documentation/user/music-glossary.tely: bugfix: #'flag-style = + #"" -> #'flag-style = #'() + + * lily/cluster-engraver.cc, lily/ligature-bracket-engraver.cc: + cleanup: removed dead #includes + + * lily/gregorian-ligature-engraver.cc, + lily/include/gregorian-ligature.hh, + scm/grob-property-description.scm: small cleanups, small spacing + fixes + + * lily/gregorian-ligature-engraver.cc, lily/parser.yy, + lily/vaticana-ligature.cc, + lily/include/gregorian-ligature-engraver.hh, + scm/grob-property-description.scm, scm/music-types.scm: + "porrectus" -> "pes or flexa" + + * ly/engraver-init.ly, scm/grob-description.scm, + scm/grob-property-description.scm: junked porrectus, now handled + by ligature code + + * scm/grob-description.scm: bugfix: added space-alist entry for + breathing sign/custos + +2003-04-24 Jan Nieuwenhuizen + + * Another grand 2003 update. + + * Remove mentioning of `mudela'; There's no such thing. + +2003-04-24 Han-Wen Nienhuys + + * Documentation/user/preface.itely (Preface to version 1.8): update + + * Documentation/user/invoking.itexi (Invoking LilyPond): revise + + * Documentation/user/converters.itely (Invoking convert-ly): revise + + * scripts/convert-ly.py (outfile_name): remove --assume-old. + + * scripts/lilypond-book.py (schedule_lilypond_block): remove --read-lys + +2003-04-24 Han-Wen Nienhuys + + * Documentation/user/internals.itely: more updates. + +2003-04-23 Han-Wen Nienhuys + + * Documentation/user/refman.itely: revise + + * Documentation/user/internals.itely: revise + + * lily/music.cc (LY_DEFINE): add function ly:music-deep-copy + +2003-04-23 Juergen Reuter + + * Documentation/user/refman.itely: bugfix: fixed broken @ref{}; + beautification: reformatted ancient clefs section; cleanup: small + wording fixes + +2003-04-22 Heikki Junes + + * lilypond.words: added words for chant notation, sorted + alphabetically through "sort lilypond.words" + +2003-04-22 Juergen Reuter + + * ly/gregorian-init.ly, ly/script-init.ly, mf/parmesan-scripts.mf, + scm/script.scm, input/test/gregorian-scripts.ly: added scripts for + chant notation + +2003-04-21 Juergen Reuter + + * buildscripts/mf-to-table.py: bugfix: "--" in glyph names: + prevent TeX from interpreting them as long dash + + * input/test/vaticana.ly: updated + + * mf/parmesan-accidentals.mf, mf/parmesan-clefs.mf, + mf/parmesan-custodes.mf, mf/parmesan-flags.mf, + mf/parmesan-heads.mf, mf/parmesan-rests.mf, + mf/parmesan-scripts.mf, mf/parmesan-timesig.mf: more set_char_box + fixes + + * mf/parmesan-heads.mf: ledger endings: removed dead code + 2003-04-21 Han-Wen Nienhuys + * VERSION: 1.7.17 released + + * Documentation/user/GNUmakefile + ($(outdir)/lilypond-internals/lilypond-internals.html): copy ly + files too. + + * scm/document-markup.scm: new file: document all markup + functions. + + * scm/documentation-generate.scm: rename all documentation modules + to document-*.scm + + * scripts/lilypond-book.py: generate link to .ly file iso. link to + .png + * input/test/divisiones.ly: added * input/regression/output-property.ly: new file