]> git.donarmstrong.com Git - lilypond.git/commitdiff
* Documentation/topdocs/AUTHORS.texi (AUTHORS): Use @,{c}. Remove
authorJan Nieuwenhuizen <janneke@gnu.org>
Wed, 11 Feb 2004 15:11:02 +0000 (15:11 +0000)
committerJan Nieuwenhuizen <janneke@gnu.org>
Wed, 11 Feb 2004 15:11:02 +0000 (15:11 +0000)
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).

ChangeLog
Documentation/topdocs/AUTHORS.texi
Documentation/user/music-glossary.tely
stepmake/stepmake/library-rules.make

index db0555fddb052bd21b5ef3f0f3673d2b935d40a5..999b8c2f9f7116c3a6fc8a8a0eaba60dd9671a6e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,7 +1,18 @@
+2004-02-11  Jan Nieuwenhuizen  <janneke@gnu.org>
+
+       * 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   <hanwen@xs4all.nl>
 
-       * 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  <janneke@gnu.org>
 
-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'.
index 3109316482da1c62f2d46244c405e5ea42f188bb..5199713b89adb0a3cb39233926b63d4acd4cf38c 100644 (file)
@@ -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.
index 0a613e52275fc7bfb7f3319d05773e3a8bcd0b68..08a60f90a18895e4bffc05051917af3cf8b97105 100644 (file)
@@ -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
 
index 64d49bc098a65609c18875ae40ff813cc3f30072..03f93fba2a3e91f7eb4e56d968517cde3659daa5 100644 (file)
@@ -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