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 | 37cc9d38f0b02ae612376e22423ead11231692b2 (patch) | |
tree | 50004a49d558c8546ae365a8fa8c417d9039ad52 /NEWS | |
parent | f5f109c54d3f9324697721adedd53a70ca648921 (diff) | |
download | mdk-37cc9d38f0b02ae612376e22423ead11231692b2.tar.gz mdk-37cc9d38f0b02ae612376e22423ead11231692b2.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) |