Skip to content

Commit 2cf64d0

Browse files
Now we can start worksheets with a :lisp command.
1 parent adb9bf5 commit 2cf64d0

File tree

5 files changed

+16
-5
lines changed

5 files changed

+16
-5
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project(wxmaxima)
2-
set(VERSION 19.05.6-DevelopmentSnapshot)
2+
set(VERSION 19.05.7)
33
set(PACKAGE_VERSION ${VERSION})
44
set(GITVERSION ${VERSION})
55
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Current:
2-
* Support :lisp as the first command of the worksheet if maxima
3-
supports that.
1+
19.05.7:
2+
* Support :lisp as the first command of the worksheet, in case that
3+
maxima is new enough to support that.
44

55
19.05.6:
66
* Correctly save the autosave interval

NEWS.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# wxMaxima 19.05.7 - Stable
2+
* In conjunction with a new enough maxima worksheets can now start
3+
with a :lisp command.
4+
15
# wxMaxima 19.05.6 - Stable
26
* Correctly save the autosave interval
37
* A better logic for saving on exit if autosave is on and the file

data/io.github.wxmaxima_developers.wxMaxima.appdata.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,13 @@
5757
<content_attribute id="social-info">mild</content_attribute>
5858
</content_rating>
5959
<releases>
60+
<release version="19.05.7" date="2019-05-30">
61+
<description>
62+
<ul>
63+
<li>If maxima is new enough a worksheet now can start with a :lisp command.</li>
64+
</ul>
65+
</description>
66+
</release>
6067
<release version="19.05.6" date="2019-05-24">
6168
<description>
6269
<ul>

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: wxmaxima
2-
version: 19.05.6~git
2+
version: 19.05.7~git
33
summary: A nightly build of wxMaxima, a gui for Maxima, a full-featured CAS.
44
description: wxMaxima is a quite full-featured graphical user interface for maxima.
55
confinement: strict

0 commit comments

Comments
 (0)