diff options
author | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-06 22:49:25 +0000 |
---|---|---|
committer | Jose Antonio Ortega Ruiz <jao@gnu.org> | 2001-06-06 22:49:25 +0000 |
commit | cb2a285f50a6a0bf54a9d7e65579cb6edcda008b (patch) | |
tree | 9066b5f3327e5170530294e6e29b1a1476d725fe /NEWS | |
parent | 4bc28027ccb359c6e3b469d4eb702a38c11792a6 (diff) | |
download | mdk-cb2a285f50a6a0bf54a9d7e65579cb6edcda008b.tar.gz mdk-cb2a285f50a6a0bf54a9d7e65579cb6edcda008b.tar.bz2 |
command history and tab completion added
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -17,13 +17,28 @@ Please send mdk bug reports to bug-mdk@gnu.org. external programs used can be configured using the menu entry Settings->External programs. +** The commands 'edit' and 'compile' can be now executed without + argument (both in mixvm and gmixvm). When no argument is given, the + MIXAL source file corresponding to the currently loaded MIX program + is edited/compiled. + ** Bug in CON fixed : 'CON wexpr' didn't compile correctly unless wexpr represented a valid instruction; now, wexpr can evaluate to an arbitrary value (Vasilij Ozmetelenko). +** 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 commands, DOWN for next). + ** When a file is reloaded by the virtual machine (both in mixvm and gmixvm), the currently set breakpoints are conserved. +** When compiling a source file which is not in the current directory, the + correct path is now stored in the compiled file. + --------------------------------------------------------------------------- * Version 0.3.2 (10/04/01) |