From: janneke Date: Wed, 11 Feb 2004 15:11:02 +0000 (+0000) Subject: * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}. Remove X-Git-Tag: release/2.1.21^2~7 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=0a0823b2abef1bd9160cfa548432e51662819472;p=lilypond.git * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}. Remove comment about barfing of @c,{}. * Documentation/user/music-glossary.tely: Add list of authors. * stepmake/stepmake/library-rules.make: Thank Nelson only in source (was: also in build log). --- diff --git a/ChangeLog b/ChangeLog index db0555fddb..999b8c2f9f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,7 +1,18 @@ +2004-02-11 Jan Nieuwenhuizen + + * Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}. Remove + comment about barfing of @c,{}. + + * Documentation/user/music-glossary.tely: Add list of authors. + + * stepmake/stepmake/library-rules.make: Thank Nelson only in + source (was: also in build log). + 2004-02-11 Han-Wen Nienhuys - * GNUmakefile.in (README_FILES): remove TODO. Put in new CVS - module /cvsroot/lilypond/workbook/ + * GNUmakefile.in (README_FILES): remove TODO. + + * TODO: Remove. Put in new CVS module /cvsroot/lilypond/workbook/ * lily/tuplet-engraver.cc: remove tupletInvisible @@ -16,7 +27,7 @@ 2004-02-11 Jan Nieuwenhuizen -i * scm/part-combiner.scm: Add proper header. + * scm/part-combiner.scm: Add proper header. * All but lily/*: The great --2003 --2004 replace; the missing `bits'. diff --git a/Documentation/topdocs/AUTHORS.texi b/Documentation/topdocs/AUTHORS.texi index 3109316482..5199713b89 100644 --- a/Documentation/topdocs/AUTHORS.texi +++ b/Documentation/topdocs/AUTHORS.texi @@ -55,10 +55,9 @@ list is alphabetically ordered. @item @email{janneke@@gnu.org, Jan Nieuwenhuizen}, @uref{http://www.xs4all.nl/~jantien/}, Main author (initials: JCN). -@item @email{pinard@@iro.umontreal.ca, Francois Pinard}, +@item @email{pinard@@iro.umontreal.ca, Fran@,{c}ois Pinard}, @uref{http://www.iro.umontreal.ca/~pinard/}, parts of Documentation/user/glossary*, started internationalization stuff. -@c urg: @c,{} in @email{} barfs. @item @email{gperciva@@sfu.ca, Graham Percival}, @uref{http://www.sfu.ca/~gperciva/}, minor documentation fixes. diff --git a/Documentation/user/music-glossary.tely b/Documentation/user/music-glossary.tely index 0a613e5227..08a60f90a1 100644 --- a/Documentation/user/music-glossary.tely +++ b/Documentation/user/music-glossary.tely @@ -10,8 +10,21 @@ PostScript} and @uref{music-glossary.pdf,PDF}. @titlepage @title Music Glossary -@author Christian Mondrup -@c License PD, BSD-ish, GNU GPL, GNU FDL? +@author Christian Mondrup @c Original author of LilyPond glossary +@c Danish glossary +@author Fran@,{c}ois Pinard @c Original glossary of GNU music project, +@c French glossary +@author Han-Wen Nienhuys @c Dutch glossary +@author Jan Nieuwenhuizen @c Dutch glossary +@author Dadiv Gonzalez @c Spanish glossary +@author Bjoern Jacke @c German glossary +@author Neil Jerram @c English glossary translations +@author Mats Bengtsson @c Swedish glossary +@author Adrian Mariano @c Italian glossary + +@c Fixes by Jean-Pierre Coulon and `Dirk' +@c Norwegian? + Copyright @copyright{} 1999--2004 by the authors @@ -24,7 +37,7 @@ Copyright @copyright{} 1999--2004 by the authors @end titlepage - +@c FIXME: multiple omfcreators? @ignore @omfcreator Christian Mondrup @omfdescription Glossary of musical terms with translations @@ -42,7 +55,26 @@ Copyright @copyright{} 1999--2004 by the authors @end ifnottex @ifnottex -Christian Mondrup +@table @code +@item Adrian Mariano +Italian glossary, +@item Bjoern Jacke +German glossary, +@item Christian Mondrup +Original author of LilyPond glossary, Danish glossary, +@item Dadiv Gonzalez +Spanish glossary, +@item Fran@,{c}ois Pinard +Original glossary of GNU music project, French glossary, +@item Han-Wen Nienhuys +Dutch glossary, +@item Jan Nieuwenhuizen +Dutch glossary, +@item Mats Bengtsson +Swedish glossary, +@item Neil Jerram +English glossary translations. +@end table @* Copyright 1999--2004 by the authors diff --git a/stepmake/stepmake/library-rules.make b/stepmake/stepmake/library-rules.make index 64d49bc098..03f93fba2a 100644 --- a/stepmake/stepmake/library-rules.make +++ b/stepmake/stepmake/library-rules.make @@ -1,7 +1,7 @@ $(LIBRARY): $(outdir)/config.h $(O_FILES) $(AR) $(ARFLAGS) $@ $(O_FILES) - # thanks to Nelson Beebe for this trick. +# thanks to Nelson Beebe for this trick. $(RANLIB) $@ || $(AR) ts $@ || true