diff options
-rw-r--r-- | AUTHORS | 4 | ||||
-rw-r--r-- | NEWS | 7 | ||||
-rw-r--r-- | THANKS | 7 | ||||
-rw-r--r-- | doc/mdk.texi | 14 | ||||
-rw-r--r-- | doc/mdk_ack.texi | 5 |
5 files changed, 27 insertions, 10 deletions
@@ -6,4 +6,6 @@ Jose A. Ortega Ruiz designed and implemented mdk. Pieter E. J. Pareit designed, implemented and documented mixal-mode.el, and fixed bugs in other mdk code. -Philip E. King designed and implemented mixvm.el.
\ No newline at end of file +Philip E. King designed and implemented mixvm.el. + +Michael Scholz wrote the German translation po/de.po. @@ -19,6 +19,11 @@ Please send mdk bug reports to bug-mdk@gnu.org. - Current source line and breakpoints are now marked via icons. - New menu option to change all fonts at once. +** German i18n available (thanks to Mike Scholz). + +** mixasm includes debug info in compiled mix files by default: the + options -g and --debug are gone; if you want to compile without + debug info, use -O or --ndebug. --------------------------------------------------------------------------- * Version 1.1 (12/06/04) @@ -420,4 +425,4 @@ Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc. --- -$Id: NEWS,v 1.51 2004/07/10 23:15:02 jao Exp $ +$Id: NEWS,v 1.52 2004/08/02 10:49:45 jao Exp $ @@ -17,6 +17,9 @@ list of these people. Help me keep it complete and exempt of errors. * Pieter E.J. Pareit (<pieter.pareit@skynet.be>) is the author of the Emacs MIXAL mode, and has also contributed many bug fixes. + * Michael Scholz (<scholz-micha@gmx.de>) is the author of the + German translation of MDK's user interface. + * Francesc Xavier Noria (<fxn@retemail.es>) kindly and thoroughly reviewed the MDK documentation, providing insightful advice. @@ -29,7 +32,7 @@ list of these people. Help me keep it complete and exempt of errors. * Jason Uhlenkott, Andrew Hood (<ajhood@fl.net.au>), Radu Butnaru (<rbb@email.ro>), Aleix Conchillo (<aleix@member.fsf.org>), Ruslan Batdalov (<linnando@tolkien.ru>) and WeiZheng - (<pro_zw@lol365.com>) reported (sometimes with fixes) several + (<pro_zw@lol365.com>) reported (sometimes with fixes) several bugs in MDK. * Nelson H. F. Beebe (<beebe@math.utah.edu>, @@ -48,5 +51,5 @@ list of these people. Help me keep it complete and exempt of errors. (http://www.accesscom.com/~darius/). -- -$Id: THANKS,v 1.17 2004/06/07 00:05:32 jao Exp $ +$Id: THANKS,v 1.18 2004/08/02 10:49:45 jao Exp $ diff --git a/doc/mdk.texi b/doc/mdk.texi index 5961f2c..793158c 100644 --- a/doc/mdk.texi +++ b/doc/mdk.texi @@ -12,12 +12,13 @@ @end direntry -@set UPDATED June, 2004 -@set EDITION 1.1 -@set VERSION 1.1 +@set UPDATED August, 2004 +@set EDITION 1.2 +@set VERSION 1.2 @set JAO Jose Antonio Ortega Ruiz @set PHILIP Philip E. King @set PIETER Pieter E. J. Pareit +@set MIKE Michael Scholz @footnotestyle separate @ifinfo @@ -62,7 +63,7 @@ approved by the Free Software Foundation. @page @vskip 0pt plus 1filll -Copyright @copyright{} 2000, 2001 Free Software Foundation, Inc. +Copyright @copyright{} 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc. Permission is granted to make and distribute verbatim copies of this manual provided the copyright notice and this permission notice @@ -102,6 +103,9 @@ and improve it. @value{PHILIP} has contributed to this package development with many helpful discussions, as well as actual code (@pxref{GUD integration}). +@value{MIKE} is the author of the German translation of @sc{mdk}'s +user interface. + @end ifinfo @menu @@ -272,4 +276,4 @@ Copying @contents @bye -$Id: mdk.texi,v 1.22 2004/06/11 23:55:10 jao Exp $ +$Id: mdk.texi,v 1.23 2004/08/02 10:49:25 jao Exp $ diff --git a/doc/mdk_ack.texi b/doc/mdk_ack.texi index b0d4dc4..a157f97 100644 --- a/doc/mdk_ack.texi +++ b/doc/mdk_ack.texi @@ -4,7 +4,7 @@ @c Free Software Foundation, Inc. @c See the file mdk.texi for copying conditions. -@c $Id: mdk_ack.texi,v 1.10 2004/06/07 00:05:12 jao Exp $ +@c $Id: mdk_ack.texi,v 1.11 2004/08/02 10:49:25 jao Exp $ @node Acknowledgments, Installing MDK, Introduction, Top @comment node-name, next, previous, up @@ -28,6 +28,9 @@ design with insightful comments and prototypes. is the author of the Emacs MIXAL mode, and has also contributed many bug fixes. +@item Michael Scholz +is the author of the German translation of @sc{mdk}'s user interface. + @item Francesc Xavier Noria kindly and thoroughly reviewed the @sc{mdk} documentation, providing insightful advice. |