diff options
| author | jmoenig <jens@moenig.org> | 2014-11-14 12:49:01 +0100 |
|---|---|---|
| committer | jmoenig <jens@moenig.org> | 2014-11-14 12:49:01 +0100 |
| commit | b36a358173fcf4f2a4a77a9c202d6dc0d6c1a7b8 (patch) | |
| tree | 435c32980ce72c43ceedf42023bb681c56ec3108 /history.txt | |
| parent | 7b96be6c40fac46bb53752531f24878425eb9330 (diff) | |
| download | snap-b36a358173fcf4f2a4a77a9c202d6dc0d6c1a7b8.tar.gz snap-b36a358173fcf4f2a4a77a9c202d6dc0d6c1a7b8.zip | |
Fix reporting out of nested custom C-shaped blocks
REPORT now reports to the nearest lexical element expecting an input
(which may not be the block holding the REPORT statement, this lets you
REPORT out of nested FOR loops).
STOP THIS BLOCK behaves as it used to.
If you’ve been using REPORT instead of STOP THIS BLOCK, you should
migrate.
Diffstat (limited to 'history.txt')
| -rwxr-xr-x | history.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/history.txt b/history.txt index 28116b9..b3bc7da 100755 --- a/history.txt +++ b/history.txt @@ -2309,3 +2309,11 @@ ______ 141008 ------ * Objects: fixed #608, #610 + +141106 +------ +* Morphic: Enable mouseMove events with right button pressed + +141114 +------ +* Threads, Store: Fix reporting out of nested custom C-shaped blocks |
