X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=ChangeLog;h=fe3a11b3671e7df936de40b81766287189df10cd;hb=00752686df0155b1e46955ebf65fc76624b28834;hp=cfea65b36d459324490a56e4870aba246a0b6364;hpb=bb4d48ee1c1398ad103566f8606e7221283757dc;p=lilypond.git diff --git a/ChangeLog b/ChangeLog index cfea65b36d..fe3a11b367 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,242 @@ +2002-11-28 Heikki Junes + + * input/test/to-xml.ly: + * lily/ligature-engraver.cc: Fixes documentation. + +2002-11-27 Jan Nieuwenhuizen + + * scripts/ly2dvi.py (run_dvips): Use ly.read_pipe () instead of + os.popen.read (). + +2002-11-27 Han-Wen Nienhuys + + * scripts/ly2dvi.py (include_path): print warning if failing anything. + + * python/lilylib.py (error): add space + +2002-11-25 Han-Wen Nienhuys + + * GNUmakefile.in (EXTRA_DIST_FILES): add lilypond.words for + distribution. + +2002-11-24 Han-Wen Nienhuys + + * lily/paper-outputter.cc (Paper_outputter): close port when + finishing score. + +2002-11-26 Jan Nieuwenhuizen + + * scm/sodipodi.scm: Fixes. + +2002-11-26 Heikki Junes + + * lilypond-mode.el: Look shortcuts in menu from keymap, if possible. + + * buildscripts/make-font-dir.py: Fix. + +2002-11-25 Heikki Junes + + * lilypond-mode.el: Add support for Info inside Emacs. + +2002-11-24 Jan Nieuwenhuizen + + * buildscripts/make-font-dir.py: + * mf/GNUmakefile: Make sodipodi font map. + + * scm/sodipodi.scm: Add more output functions. + + * mf/feta-nummer.mf: + * mf/feta-beugel.mf: Add font_coding_scheme. + + * lily/paper-outputter.cc (output_header): Fix creator string. + +2002-11-23 Heikki Junes + + * lilypond-mode.el (LilyPond-autocompletion): invoked with + [S-iso-lefttab], fixes at bol and eol, descriptive variable names. + + * lilypond.words: add two (Everybody can add/remove words now!). + + * debian/rules: + * make/lilypond.suse.spec.in: + * make/lilypond.mandrake.spec.in: + * make/lilypond.redhat.spec.in: Add lilypond.words for emacs-files. + + * Documentation/user/refman.itely: Mention autocompletion. + +2002-11-23 Jan Nieuwenhuizen + + * scripts/ly2dvi.py: Add paper sizes. + + * lily/timing-engraver.cc: + * lily/time-signature.cc: + * lily/span-bar.cc: + * lily/grob-scheme.cc: Code formatting fixes. + + * scm/sodipodi.scm: + * scm/sketch.scm: + * buildscripts/mf-to-table.py: + * buildscripts/make-font-dir.py: Font testing. + +2002-11-23 Heikki Junes + + * lilypond-mode.el (LilyPond-autocompletion): deletes end-of-word, + inserts try-completion and shows all-completions. + + * lilypond.words: '\' -> '\\' + + * lilypond-mode.el: load libraries in the end, lilypond.words defines + LilyPond-keywords, LilyPond-identifiers and LilyPond-reserved-words. + + * lilypond-font-lock.el: Use LilyPond-keywords, LilyPond-identifiers + and LilyPond-reserved-words. + +2002-11-22 Heikki Junes + + * lilypond-mode.el (LilyPond-words-filename): find lilypond.words + from load-path. + + * lilypond-mode.el (LilyPond-autocompletion): shows completions in + the mini-buffer with Control-Shift-c. + +2002-11-21 Han-Wen Nienhuys + + * lily/parser.yy (tempo_event): use tempo-unit for \tempo + duration. This fixes \tempo taking time. + +2002-11-21 Mats Bengtsson + + * lily/volta-engraver.cc (process_acknowledged_grobs): + Allow for text markup in repeatCommands. + +2002-11-21 Heikki Junes + + * lilypond-mode.el (LilyPond-insert-string): new function, use it + in LilyPond-insert-tag-notes. LilyPond-insert-between, new function. + Get rid of skeleton.el-dependency. + + * Documentation/topdocs/INSTALL.texi: tell how to get syntax-highlight. + +2002-11-20 Han-Wen Nienhuys + + * lily/beam-engraver.cc (stop_translation_timestep): reset + now_stop_ev_ + + * lily/scm-option.cc: add parse-protect to ly:set-option + + * lily/lexer.ll: set errorlevel if GUILE fails during parse. + +2002-11-19 Han-Wen Nienhuys + + * lily/include/ligature-bracket.hh: removed + * lily/ligature-bracket.cc: removed + + * lilypond-mode.el (LilyPond-expand-alist): set LaTeX extension to + .tex + + * lily/beam.cc (set_beaming): don't change beam count on rests. + (brew_molecule): always set flag-width > 0. + +2002-11-19 Heikki Junes + + * lilypond-mode.el: LilyPond-imenu-generic-re: only alphabetic + chars, remove instructions; instead, refer to lilypond-init.el and + Documentation/topdocs/INSTALL.texi. + + * lilypond.words: add identifiers and reserved words. + + * Documentation/topdocs/INSTALL.texi: separate sections for installing + files and adding a load-path. + + * lilypond-init.el: Instructions, extracted from + Documentation/topdocs/INSTALL.texi. + +2002-11-19 Han-Wen Nienhuys + + * VERSION: 1.7.8 released + + * lily/grob.cc (warning): better robustness fix. + +2002-11-19 Juergen Reuter + + * 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 + + * 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 + + * 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 + + * Documentation/user/music-glossary.tely (Top): add custos. + +2002-11-18 Heikki Junes + + * Documentation/topdocs/INSTALL.texi: advise how to include source + path to Emacs load-path and improve language. + +2002-11-16 Jan Nieuwenhuizen + + * 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 + + * 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 * scm/music-types.scm (music-descriptions): no length for tempo event. @@ -6,6 +245,8 @@ * 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.