Skip to content

Commit 1ae628e

Browse files
committed
Update ChangeLog
1 parent 7b2de8a commit 1ae628e

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

ChangeLog

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
1-
21
ChangeLog
32
---------
43

54
Version 2022.01.00-a4 - 15-May-2022:
65
- MMB4L is now open-source and licensed under a modified 4-clause BSD license
7-
similar to that or the PicoMite firmware and MMBasic for Windows. See the
6+
similar to that for the PicoMite firmware and MMBasic for Windows. See the
87
LICENSE file for details. My thanks to Geoff and Peter for allowing this to
98
be possible.
109
- Added * command which may be used at the MMBasic prompt (but not within
@@ -33,8 +32,8 @@ Version 2022.01.00-a4 - 15-May-2022:
3332
options except for BASE, BREAK, CASE, CODEPAGE, CONSOLE, EXPLICIT and
3433
RESOLUTION:
3534
- only options that differ from their defaults are saved to this file.
36-
- Added OPTION EDITOR <editor> command to change the EDITor;
37-
<editor> is one of:
35+
- Added OPTION EDITOR <editor> command to change the EDITor.
36+
Supported editors are:
3837
- ATOM
3938
- CODE (synonym for VSCODE)
4039
- DEFAULT (synonym for NANO)
@@ -49,18 +48,18 @@ Version 2022.01.00-a4 - 15-May-2022:
4948
- XED (untested because I couldn't get a version for Ubuntu 21.)
5049
- or a string specifying a command to run, e.g.
5150
OPTION EDITOR "code -g ${file}:${line}"
52-
${file} is a placeholder for the filename to edit, this will
53-
automatically have "quotes" put around it.
51+
${file} is a placeholder for the filename to edit, the filename will
52+
be automatically enclosed in double-quoted.
5453
${line} is a placeholder for the line number to set the initial
5554
cursor position to.
5655
- Added OPTION F<num> string$ sub-commands to define the strings that will be
5756
generated when pressing function keys at the MMBasic prompt:
58-
- all of F1-F12 can be programmed.
57+
- all of F1-F12 can be redefined.
5958
- beware that some function keys may be captured by the Linux window
6059
manager and never passed on to MMBasic.
6160
- Added OPTION SEARCH PATH <path> command as per CMM2.
6261
- Added OPTION {SAVE | LOAD} <filename> command.
63-
- Added OPTION RESET [ALL | <option>] command.
62+
- Added OPTION RESET {ALL | <option>} command.
6463
- Added PEEK(DATAPTR) function and POKE DATAPTR ptr% command for getting
6564
and setting the DATA read pointer.
6665
- Added READ {RESTORE | SAVE} command for pushing and popping the DATA read

0 commit comments

Comments
 (0)