summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-02 23:22:48 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2003-06-02 23:22:48 +0000
commit8378cef3764d60e8738467a5e43f3e13bbc86d44 (patch)
treeccb86dfe0ecbb25c80909cea8b9823231ee293e0
parent2ffe12d0527ebaa57c95ca28f2bae5b99d1b5b47 (diff)
downloadmdk-8378cef3764d60e8738467a5e43f3e13bbc86d44.tar.gz
mdk-8378cef3764d60e8738467a5e43f3e13bbc86d44.tar.bz2
more changes
-rw-r--r--ChangeLog60
1 files changed, 48 insertions, 12 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ec190b..d82c700 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,19 +1,55 @@
-2003-05-28 Jose A Ortega Ruiz <jao@member.fsf.com>
+2003-06-03 Jose A Ortega Ruiz <jao@member.fsf.org>
+
+ * AUTHORS: Added Pieter Pareit.
+
+ * doc/mdk_ack.texi (Acknowledgments):
+ * THANKS: Thanks to P. E. J. Pareit, N. H. F. Beebe and Ronald Cole.
+
+ * doc/mdk_install.texi (Supported platforms): added platforms
+ tested by N. H. F. Beebe.
+
+ * doc/mdk_mixal-mode.texi (mixal-mode.el): minor editing of
+ Pieter's original documentation.
+
+ * doc/mdk_tut.texi (Address transfer operators): mixed bug in
+ DECX's MOD value.
+
+2003-05-28 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixlib/mix_scanner.l, mixlib/mix_parser.h, mixlib/mix_parser.c:
new error message for missing ALF operand quotes (bug #3750 fixed)
-2003-04-06 Jose A Ortega Ruiz <jao@member.fsf.com>
+2003-04-06 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixguile/xmixguile_cmd_dispatcher.c: Missing standard header for
strlen #included.
-2003-01-12 Jose A Ortega Ruiz <jao@gnu.org>
+2003-02-13 Pieter E J Pareit <pieter.pareit@skynet.be>
+
+ * mixguile/xmixguile_cmd_dispatcher.c: bug fix: mix_reg_() and
+ mix_set_reg_() did not convert argument to string if it was a
+ symbol.
+
+2003-01-17 Pieter E J Pareit <pieter.pareit@skynet.be>
+
+ * misc/mixal-mode.el: bug fix: a regex was missing a '-'.
+
+ * doc/mdk_mixal-mode.texi: added documentation for mixal-mode.el.
+
+ * doc/mdk.texi: updated menu to include documentation for mixal-mode.el.
+
+ * doc/mdk_emixvm.texi: updated nodes to include mixal-mode.el.
+
+ * doc/mdk_egstart.texi: updated nodes to include mixal-mode.el.
+
+ * doc/mdk_install.texi: added documentation to node 'Emacs support'.
+
+2003-01-12 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixlib/xmix_vm.h (inc_loc_): Stop program execution if the
program counter is incremented beyond the maximum address (3999).
-2003-01-11 Jose A Ortega Ruiz <jao@gnu.org>
+2003-01-11 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixlib/xmix_vm_handlers.c: Bug #1704 fixed.
@@ -23,20 +59,20 @@
* misc/mixvm.el: bug fix: correctly detect the absence of menu bar.
-2002-12-08 Jose A Ortega Ruiz <jao@gnu.org>
+2002-12-08 Jose A Ortega Ruiz <jao@member.fsf.org>
* Makefile.am, aclocal.m4, configure.in, mixlib/gettext.h,
mixlib/mix.h: corrections to gettext infrastructure.
-2002-12-08 Jose A Ortega Ruiz <jao@gnu.org>
+2002-12-08 Jose A Ortega Ruiz <jao@member.fsf.org>
* autogen.sh: use autopoint instead of gettextize.
-2002-10-19 Jose A Ortega Ruiz <jao@gnu.org>
+2002-10-19 Jose A Ortega Ruiz <jao@member.fsf.org>
* THANKS: Vasilij removed, as he requested.
-2002-04-11 Jose A Ortega Ruiz <jao@gnu.org>
+2002-04-11 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixgtk/gmixvm.c, mixgtk/mixgtk.c, mixgtk/mixgtk_device.c,
mixgtk/mixgtk_gen_handlers.c, mixgtk/mixgtk_mixal.c,
@@ -46,19 +82,19 @@
_() i18n macro added to all strings missing it.
-2002-04-11 Jose A Ortega Ruiz <jao@gnu.org>
+2002-04-11 Jose A Ortega Ruiz <jao@member.fsf.org>
* po/POTFILES.in: file list updated.
-2002-04-10 Jose A Ortega Ruiz <jao@gnu.org>
+2002-04-10 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixgtk/: mixgtk_mixal.c, mixgtk_mixvm.c: sprintf -> g_snprintf.
-2002-04-10 Jose A Ortega Ruiz <jao@gnu.org>
+2002-04-10 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixlib/xmix_vm_handlers.c: bug fix in 'load' command.
-2002-04-10 Jose A Ortega Ruiz <jao@gnu.org>
+2002-04-10 Jose A Ortega Ruiz <jao@member.fsf.org>
* mixgtk/mixgtk_cmd_dispatcher.c, mixgtk/mixgtk_device.c,
mixgtk/mixgtk_input.c, mixgtk/mixgtk_mixal.c,