]> git.donarmstrong.com Git - lilypond.git/blobdiff - ChangeLog
typos.
[lilypond.git] / ChangeLog
index 1a27d1196160f96c0e9c199a6be0f5d5a2186510..dfc3329c8bc8bd3a753e4b7aecff482253f52e95 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,104 @@
+2003-07-31  Heikki Junes <hjunes@cc.hut.fi>
+
+        * lilypond-mode.el: Junk LilyPond-quick-notes-insert; instruct 
+       to use LilyPond Quick Insert Mode by Nicolas Sceaux, instead.
+
+2003-07-30  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * lexer-gcc-3.0.patch: Remove.
+
+       * lexer-gcc-3.1.sh: Disable FlexLexer.h massaging.
+
+2003-07-30  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * debian/rules (binary-arch): remove NEWS.
+
+2003-07-30  Heikki Junes <hjunes@cc.hut.fi>
+
+       * buildscripts/{ many }, lily/main.cc, po/{ all }, scripts{ many },
+       stepmake/bin{ many }: polish the `--help's of different scripts;
+       model taken from the core-utils of Linux.
+
+       * flower/getopt-long.cc, python/lilylib.py: add space, see above.
+
+2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * flower/parse-afm.cc (parseCharMetrics): add warnings.
+
+       * flower/libc-extension.cc: idem.
+
+       * flower/include/libc-extension.hh: protect against isinf macros.
+
+2003-07-29  Heikki Junes <hjunes@cc.hut.fi>
+
+        * { many }: Use two uppercase letters in LilyPond.
+
+       * lily/main.cc, po/{ many }, scripts/{ many }: add verbs.
+
+       * VERSION: 1.7.29 released.
+       
+2003-07-29  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * lily/tie.cc: add TODO comment.
+
+       * lily/bezier.cc: replace bezier-bow with bezier-sandwich.
+
+       * scm/*.scm: remove bezier-bow. Use bezier-sandwich with rounded
+       linejoins and linecaps. This fixes problems with occasional spikes
+       on slur/tie endings.
+       
+       * input/regression/font-name.ly: don't use PS fonts for
+       compatibility reasons. 
+
+       * mutopia/claop.py (accents): update to 1.8
+
+       * Documentation/user/music-glossary.tely (Top): remove 13pt.
+
+       * Documentation/user/macros.itexi: don't color glossary links.
+
+       * Documentation/user/invoking.itexi (Error messages): new section
+
+2003-07-28  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
+
+       * input/regression/font-name.ly: add file.
+
+       * scm/document-backend.scm (grob-doc): remove <hr> from
+       lilypond-internals
+
+       * Documentation/topdocs/INSTALL.texi (Top): bump GUILE
+       reqd version to 1.6.4 
+
+       * lily/font-interface.cc (get_font): bugfix: take font-name from
+       alist chain too. This fixes font-name override for \markup.
+
+2003-07-28  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * Documentation/pictures/GNUmakefile (OUT_DIST_FILES): Remove icon.
+
+       * input/test/polymetric-differing-notes.ly: Compile fix.
+
+2003-07-28  Juergen Reuter  <reuter@ipd.uka.de>
+
+       * Documentation/user/refman.itely: fixed typo
+
+       * lily/vaticana-ligature-engraver.cc: bugfix: insert extra space
+       before flexa
+
+2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
+
+       * input/test/{ many }: search & fix some typos.
+
 2003-07-27  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
+       * scripts/ly2dvi.py (include_path): use preview_resolution for PNG
+       images.
+
+       * scm/music-functions.scm (make-voice-props-set): set Script /
+       TextScript dir for polyphony too.
+
+       * scm/define-grobs.scm (all-grob-descriptions): decrease space
+       before clef.
+
        * flower/libc-extension.cc (my_round): ANSI-C compatible rounding.
 
 2003-07-27  Rune Zedeler  <rz@daimi.au.dk>
@@ -8,7 +107,7 @@
        clarifications and fixes.
 
        * scm/drums.scm: Bugfix: Use string instead of symbol when naming
-       threads. This fixes different heads playing simultainously.
+       threads. This fixes different heads playing simultaneously.
 
 2003-07-27  Heikki Junes  <hjunes@cc.hut.fi>
 
 2003-07-24  Jan Nieuwenhuizen  <janneke@gnu.org>
 
        * ly/performer-init.ly (TabStaffContext, TabVoiceContext): Add.
-       This fixes core dump on MIDI ouput (Simon Weatherill).
+       This fixes core dump on MIDI output (Simon Weatherill).
 
        * stepmake/stepmake/generic-targets.make (WWW-post): Oops, depend
        on local-WWW-post.
@@ -650,7 +749,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
        * lilypond-mode.el, lilypond-indent.el: restrusture and comment
        paren highlight function definitions. add todo for
-       Lilypond-show-paren-mode.
+       LilyPond-show-paren-mode.
 
 2003-07-07  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
@@ -3027,7 +3126,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 
 2002-12-09  Heikki Junes <hjunes@cc.hut.fi>
 
-       * lilypond-mode.el (LilyPond-kill-job): Kill all Lilypond compiling
+       * lilypond-mode.el (LilyPond-kill-job): Kill all LilyPond compiling
        jobs at the same time. Add horizontal lines to Command menu.
        Allow one compiling job -- propose killing others before a new one.
 
@@ -3509,7 +3608,7 @@ m2003-07-15  Han-Wen Nienhuys  <hanwen@cs.uu.nl>
 2002-11-10 Heikki Junes  <hjunes@cc.hut.fi>
 
        * emacs-mode.el: Added spanish-note-replacements 
-        (<carlos.betancourt@chello.be>).
+        (Carlos Betancourt, <carlos.betancourt@chello.be>).
 
        * vimrc: (Un)commenting with <(S-)F12>, tidy.