summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-03 11:16:52 +0000
committerJose Antonio Ortega Ruiz <jao@gnu.org>2001-06-03 11:16:52 +0000
commit4c0eb9d5e3221137d322169d3956c2ee7d39ca71 (patch)
tree82b03796a5be8edb2079ec5adfe7fb437ff9007b
parentb302a5bd2dbe5618fefd9202b267762f1fa8ece0 (diff)
downloadmdk-4c0eb9d5e3221137d322169d3956c2ee7d39ca71.tar.gz
mdk-4c0eb9d5e3221137d322169d3956c2ee7d39ca71.tar.bz2
when a file is reloaded, breakpoints are no reset
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index aed5b34..a5b1436 100644
--- a/NEWS
+++ b/NEWS
@@ -13,6 +13,13 @@ Please send mdk bug reports to bug-mdk@gnu.org.
** The main gmixvm window is not shown until it is completely drawn.
+** 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).
+
+** When a file is reloaded by the virtual machine (both in mixvm and
+ gmixvm), the currently set breakpoints are conserved.
+
---------------------------------------------------------------------------
* Version 0.3.2 (10/04/01)
@@ -64,7 +71,7 @@ Please send mdk bug reports to bug-mdk@gnu.org.
** Readline and history support for mixvm are now optional features.
** JRED is now properly implemented (bug pointed out by
- Vasiliy Ozmetelenko).
+ Vasilij Ozmetelenko).
---------------------------------------------------------------------------
* Version 0.2 (07/01/01)