Skip to content

Commit a0df302

Browse files
committed
Update for V1.9 release.
1 parent 69fc1df commit a0df302

2 files changed

Lines changed: 13 additions & 24 deletions

File tree

README.md

Lines changed: 12 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -137,28 +137,17 @@ Run-REDUCE-FX currently uses a bundled copy of
137137
active and a green dot at the top right shows which panel is
138138
selected.
139139

140-
### Updates since last release
140+
### Version 1.9
141141

142-
* V1.81 Fix the code to detect question prompts.
143-
* Add a *Save Raw Session Log...* item to the File menu, which I will
144-
probably hide in release versions.
145-
* Fix the normal session log code to output the TeX markup used for
146-
typeset maths.
147-
* V1.82 Move *Load Packages...* to the *REDUCE* menu.
142+
* Detect question prompts correctly.
148143
* Add a *Print Session Log...* item to the File menu, which prints the
149-
I/O Display pane.
150-
* Update docs.
151-
* V1.83 Support the pop-up keyboard on the input editor.
152-
* Reset the English and Degrees buttons for each new invocation of the
153-
pop-up keyboard. Change use of \u200B, the zero-width space, to
154-
\u200C, the zero-width non-joiner, which does not appear as a space
155-
in a TextArea. Only decode pop-up keyboard characters inserted in
156-
templates when they are evaluated, not when they are edited.
157-
* Add a label "Control+Click for the Pop-Up Keyboard" with a tooltip
158-
to the top of the input editor and the bottom of each template
159-
dialogue.
160-
* Update User Guide.
161-
* V1.84 Add table-based rewriting of \symb{n} and handle all (four)
162-
cases that I have noticed in fmprint.red.
163-
* V1.85 Map \Int to \int and fix some other bugs found when testing on
164-
Linux.
144+
entire content of the I/O Display pane as it appears on screen.
145+
* Fix the *Save Session Log...* code to output the TeX markup used to
146+
display typeset maths.
147+
* Move *Load Packages...* to the *REDUCE* menu.
148+
* Support the pop-up keyboard on the input editor and add a label
149+
"Control+Click for the Pop-Up Keyboard" with a tooltip to the top of
150+
the input editor and the bottom of each template dialogue.
151+
* Handle more of the non-standard TeX markup generated by fmprint.
152+
153+
### Updates since last release

src/fjwright/runreduce/RunREDUCEFrame.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -644,7 +644,7 @@ private void sourceForgeMenuItemAction() {
644644
@FXML
645645
private void aboutMenuItemAction() {
646646
Alert alert = new Alert(Alert.AlertType.INFORMATION,
647-
"Version 1.85, September 2020\n" +
647+
"Version 1.9, September 2020\n" +
648648
"\u00A9 2020 Francis Wright");
649649
alert.getDialogPane().setMinHeight(Region.USE_PREF_SIZE);
650650
alert.initOwner(RunREDUCE.primaryStage);

0 commit comments

Comments
 (0)