diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-07 23:03:33 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2002-12-07 23:03:33 +0000 |
commit | b20e51ef15b2eccd03198d82b3b90a6685c3197b (patch) | |
tree | d74be431069dcc6bf7cf361c5c072e614224af1c /NEWS | |
parent | 3000328dbd281e164c79c30b60e1aa87c30b1798 (diff) | |
download | mdk-b20e51ef15b2eccd03198d82b3b90a6685c3197b.tar.gz mdk-b20e51ef15b2eccd03198d82b3b90a6685c3197b.tar.bz2 |
misc changes
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 16 insertions, 7 deletions
@@ -6,6 +6,15 @@ See the end for copying conditions. Please send mdk bug reports to bug-mdk@gnu.org. --------------------------------------------------------------------------- +* Version 1.0.1 (/04/02) + +** All translatable strings are ready for i18n. + +h** Portability fixes to extend supported platforms. + +** Minor bug fixes. + +--------------------------------------------------------------------------- * Version 1.0 (08/04/02) ** The stable release. @@ -71,7 +80,7 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** Bug fix: help messages are now correctly aligned in (g)mixvm. ** Bug fix: timing statitics for the MOVE instruction are correctly - computed. + computed. ** Bug fix: pressing return at an empty 'MIX >' prompt does not produce an error message. @@ -134,9 +143,9 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** The commands 'tron' and 'troff' have been substituted by 'tracing on|off'. - + ** The trace flag is saved as a configuration parameter in mixvm and - gmixvm. + gmixvm. ** New vm commands: 'pedit'/'sedit' (print/set editor command) and 'pasm'/'sasm' (print/set compile command). Their value is stored as @@ -199,7 +208,7 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** The completion key for the gmixvm command prompt is now TAB (instead of RETURN). - + ** The gmixvm command prompt maintains now a history of previously typed commands, which can be visited using the arrow keys (UP for previous command, DOWN for next one). @@ -299,8 +308,8 @@ Please send mdk bug reports to bug-mdk@gnu.org. ** MDK is now compilable in rpm-based linuxes. ** MDK fully compliant with Knuth's specification. In particular, - local symbols are now properly handled in special cases such as - 3H ORIG 3B + local symbols are now properly handled in special cases such as + 3H ORIG 3B instructions. See samples/stress{1,2}.mixal. ** Future references affected by unary minus are accepted with a warning (they are banned in Knuth's specification). @@ -332,4 +341,4 @@ Copyright (C) 2000, 2001, 2002 Free Software Foundation, Inc. --- -$Id: NEWS,v 1.40 2002/04/08 01:06:57 jao Exp $ +$Id: NEWS,v 1.41 2002/12/07 23:03:33 jao Exp $ |