diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | THANKS | 8 | ||||
-rw-r--r-- | doc/mdk_ack.texi | 7 |
3 files changed, 11 insertions, 8 deletions
@@ -12,7 +12,3 @@ Michael Scholz wrote the German translation po/de.po. Sergey Poznyakoff provided patches to mixlib/mix_scanner.l improving MIXAL compliance. - -Eric S. Raymond contributed the documentation file doc/MIX.DOC and the -samples sample/elevator.mixal, sample/mistery.mixal from his MIXAL -package. @@ -14,7 +14,8 @@ list of these people. Help me keep it complete and exempt of errors. * Aleix Conchillo (<aleix@member.fsf.org>) has been following MDK's development for many years, indefatigably chasing and fixing bugs, and suggesting many improvements. He's also the author of - the Fink and Macports ports. + the Fink and Macports ports, and took care of keeping Guile + support up to date. * Pieter E.J. Pareit (<pieter.pareit@skynet.be>) is the author of the Emacs MIXAL mode, and has also contributed many bug fixes. @@ -28,6 +29,10 @@ list of these people. Help me keep it complete and exempt of errors. * Francesc Xavier Noria (<fxn@hash-ref.com>) kindly and thoroughly reviewed the MDK documentation, providing insightful advice. + * Eric S. Raymond contributed the documentation file doc/MIX.DOC + and the samples sample/elevator.mixal, sample/mistery.mixal from + his MIXAL package. + * Agustin Navarro (<anp@cantv.net>), Ying-Chieh Liao (<ijliao@csie.nctu.edu.tw>), Adrian Bunk (<bunk@fs.tum.de>), Baruch Even (<baruch@debian.org>) and Ronald Cole @@ -58,4 +63,3 @@ list of these people. Help me keep it complete and exempt of errors. * MDK was inspired by Darius Bacon's MIXAL program (http://www.accesscom.com/~darius/). - diff --git a/doc/mdk_ack.texi b/doc/mdk_ack.texi index 4699773..18fe06d 100644 --- a/doc/mdk_ack.texi +++ b/doc/mdk_ack.texi @@ -1,6 +1,6 @@ @c -*-texinfo-*- @c This is part of the GNU MDK Reference Manual. -@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009 +@c Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2009, 2013 @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. @@ -38,6 +38,10 @@ provided patches to mixlib/mix_scanner.l improving MIXAL compliance. kindly and thoroughly reviewed the @sc{mdk} documentation, providing insightful advice. +@item Eric S. Raymond +contributed the documentation file @file{MIX.DOC} and the samples +@file{elevator.mixal} and @file{mistery.mixal} from his MIXAL package. + @item Nelson H. F. Beebe has tested @sc{mdk} in a lot of Unix platforms, suggesting portability enhancements to the source code. @@ -63,4 +67,3 @@ kept an eye on each @sc{mdk} release. @uref{http://www.accesscom.com/@/~darius/, MIXAL program}. @end itemize - |