summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog34
-rw-r--r--NEWS25
-rw-r--r--THANKS16
4 files changed, 70 insertions, 8 deletions
diff --git a/AUTHORS b/AUTHORS
index 005d9d9..7bde8b5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -9,3 +9,6 @@ mixal-mode.el, and fixed bugs in other mdk code.
Philip E. King designed and implemented mixvm.el.
Michael Scholz wrote the German translation po/de.po.
+
+Sergey Poznyakoff provided patches to mixlib/mix_scanner.l improving
+MIXAL compliance.
diff --git a/ChangeLog b/ChangeLog
index 87d4340..19392d0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,37 @@
+2005-09-20 Jose Antonio Ortega Ruiz <jao@gnu.org>
+
+ * doc/mdk_tut.texi: compliance with 'traditional' ALF directive
+ documented.
+
+2005-09-19 Jose Antonio Ortega Ruiz <jao@gnu.org>
+
+ * po/de.po: corrections by Jens Seidel.
+
+ * mixgtk/Makefile.am (AM_LDFLAGS): fix libglade dynamic linking.
+
+ * mixutils/mixasm.c:improve -g handling (accept it to not break
+ potential user scripts)
+
+2005-04-05 Pieter Pareit <pieter.pareit@scarlet.be>
+
+ * mixutils/mixasm.c: make handeling of arguments somewhat robuster.
+
+ * misc/mixal-mode.el: -g option no longer needed on compilation.
+
+ * doc/mdk_mixasm.texi: fix of grammer mistake.
+
+2005-03-26 Sergey Poznyakoff <gray@gnu.org>
+
+ * mixlib/mix_scanner.l (ENTER_WEVAL) Accept an argument, specifying
+ how many characters to exclude from yyless.
+ (ws): Removed '+' closure. Throughout the code this macro is used
+ as {ws}+ or {ws}*, so it is superfluous.
+ (%{...%} block) [FLEX_DEBUG]: Set yy_flex_debug from the environment
+ variable. Useful for debugging.
+ (ALF): Pad with spaces arguments shorter than 5 characters
+ Accept traditional ALF syntax (withoutq quotes)
+ (<ADDRESS>): Accept w-expressions in literals (between = =).
+
2004-08-05 Jose Antonio Ortega Ruiz <jao@gnu.org>
* mdk: version 1.2 tagged (v1r2).
diff --git a/NEWS b/NEWS
index a3fd50e..9c27bcf 100644
--- a/NEWS
+++ b/NEWS
@@ -1,11 +1,32 @@
GNU MDK -- History of visible changes.
-Copyright (C) 2000, 2001, 2002, 2003, 2004, Free Software Foundation, Inc.
+Copyright (C) 2000, 2001, 2002, 2003, 2004, 2005, Free Software Foundation, Inc.
See the end for copying conditions.
Please send mdk bug reports to bug-mdk@gnu.org.
---------------------------------------------------------------------------
+* Version 1.2.1 (/09/05)
+
+** MIXAL compliance improvements (Sergey Poznyakoff):
+
+ - w-expressions in literals are now admitted (e.g. LDA =8(1:1)=)
+ - ALF now accepts non-quoted arguments (in addition to quoted
+ - ones), as in the original TAOCP definition.
+
+** German translation updated (thanks to Jens Seidel)
+
+** mixal.el improvements (Pieter Pareit)
+
+** Bug fixes:
+
+ - gmixvm's failure to dynamically link with libglade (#13661)
+ (thanks to Sascha Wilde)
+ - mixal.el calls mixasm with obsolete -g option (#14569) (thanks to
+ Sascha Wilde)
+ - mixasm -g causes a coredump (#14579) (Pieter Pareit)
+
+---------------------------------------------------------------------------
* Version 1.2 (05/08/04)
** Graphical user interface (gmixvm) updated to gtk+ 2.4.x
@@ -426,4 +447,4 @@ Copyright (C) 2000, 2001, 2002, 2003 Free Software Foundation, Inc.
---
-$Id: NEWS,v 1.53 2004/08/05 21:11:04 jao Exp $
+$Id: NEWS,v 1.54 2005/09/20 19:14:16 jao Exp $
diff --git a/THANKS b/THANKS
index 05ed480..5338c6d 100644
--- a/THANKS
+++ b/THANKS
@@ -20,6 +20,9 @@ list of these people. Help me keep it complete and exempt of errors.
* Michael Scholz (<scholz-micha@gmx.de>) is the author of the
German translation of MDK's user interface.
+ * Sergey Poznyakoff(<gray@gnu.org>) provided patches to
+ mixlib/mix_scanner.l improving MIXAL compliance.
+
* Francesc Xavier Noria (<fxn@retemail.es>) kindly and thoroughly
reviewed the MDK documentation, providing insightful advice.
@@ -31,9 +34,9 @@ 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
- bugs in MDK.
+ Ruslan Batdalov (<linnando@tolkien.ru>), WeiZheng
+ (<pro_zw@lol365.com>) and Sascha Wilde reported (sometimes with
+ fixes) several bugs in MDK.
* Nelson H. F. Beebe (<beebe@math.utah.edu>,
http://www.math.utah.edu/~beebe) has tested MDK in a lot of Unix
@@ -44,12 +47,13 @@ list of these people. Help me keep it complete and exempt of errors.
(<sjr3a@virginia.edu>) and Johan Swanljung (<johanswa@yahoo.com>)
tested MDK on different platforms.
- * Eli Bendersky (<spur4444@yahoo.com>) and Milan Bella
- (<milanbella@hotmail.com>) reported several documentation bugs.
+ * Eli Bendersky (<spur4444@yahoo.com>), Milan Bella
+ (<milanbella@hotmail.com>) and Jens Seidel reported several
+ documentation bugs.
* MDK was inspired by Darius Bacon's MIXAL program
(http://www.accesscom.com/~darius/).
--
-$Id: THANKS,v 1.19 2004/08/05 21:19:25 jao Exp $
+$Id: THANKS,v 1.20 2005/09/20 19:14:16 jao Exp $