Skip to content

Commit

Permalink
As the next maxima release might be imminent I better release the las…
Browse files Browse the repository at this point in the history
…t bugfixes.
  • Loading branch information
gunterkoenigsmann committed Feb 24, 2020
1 parent e5e817c commit 6c1f679
Show file tree
Hide file tree
Showing 39 changed files with 83 additions and 70 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else()
endif()

project(wxmaxima LANGUAGES CXX)
set(VERSION 20.02.3-DevelopmentSnapshot)
set(VERSION 20.02.4)
set(GITVERSION ${VERSION})
set(PACKAGE wxmaxima)
set(APP_NAME wxmaxima)
Expand Down
3 changes: 3 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#20.02.4
* Corrected a few last bugs for pre- and post- super- and subscripts

#20.02.3
* Support for pre- and post- super- and subscripts provided by Robert Dodier

Expand Down
10 changes: 10 additions & 0 deletions data/io.github.wxmaxima_developers.wxMaxima.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,16 @@
<content_attribute id="social-info">mild</content_attribute>
</content_rating>
<releases>
<release version="20.02.4" date="2020-02-24">
<description>
<p>
A bugfix-only release.
</p>
<ul>
<li>Corrected a few last bugs for pre- and post- super- and subscripts</li>
</ul>
</description>
</release>
<release version="20.02.3" date="2020-02-23">
<description>
<p>
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/absCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ abs(x(100));


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/atCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ x(100)@t33;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
2 changes: 1 addition & 1 deletion test/automatic_test_files/autosave.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ decor_b=0
x=54
y=27
w=1220
h=1090
h=1053
Maximized=0
Iconized=0
decor_l=0
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/boxes.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
1+box(x(1))+z;
/* [wxMaxima: input end ] */
Expand All @@ -17,4 +17,4 @@


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
2 changes: 1 addition & 1 deletion test/automatic_test_files/config_from_19.11.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Iconized=0
x=54
y=27
w=1220
h=1090
h=1053
Maximized=0
Iconized=0
decor_l=0
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/conjugateCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
r;
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -72,4 +72,4 @@ conjugate(c_100);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/diffCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ x(n):=sum(x[i],i,1,n)$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/exptCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand All @@ -22,4 +22,4 @@ exp(sum(x[i],i,1,100));


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/formerCrashes.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
a: (x+y)^2;
/* [wxMaxima: input end ] */
Expand All @@ -25,4 +25,4 @@ Bauteilwerte:[


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/fracCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -35,4 +35,4 @@ kill(a)$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/functionCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -37,4 +37,4 @@ f1234568901234568901234568901234568901234568901234568901234568901234568901234568


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/imageCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: caption start ]
Poldino the guinea pig
[wxMaxima: caption end ] */
Expand All @@ -16,4 +16,4 @@ show_image("a.png")$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/intCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -29,4 +29,4 @@ integrate(f(100),t,0,T);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/limitCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
f(n):=sum(f[i](t),i,1,n);
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -28,4 +28,4 @@ f(n):=sum(f[i](t),i,1,n);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/lisp.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
to_lisp();
(format t "test");
Expand All @@ -26,4 +26,4 @@ to_lisp();


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/matrixCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: subsubsect start ]
Rounded parenthesis
[wxMaxima: subsubsect end ] */
Expand Down Expand Up @@ -54,4 +54,4 @@ funmake('matrix,


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/multiplication.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
ab≠a*b;
/* [wxMaxima: input end ] */
Expand All @@ -20,4 +20,4 @@ aa_c*bb;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
2 changes: 1 addition & 1 deletion test/automatic_test_files/noautosave.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ decor_b=0
x=54
y=27
w=1220
h=1090
h=1053
Maximized=0
Iconized=0
decor_l=0
Expand Down
4 changes: 2 additions & 2 deletions test/automatic_test_files/nonsenseConstructs.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
(makelist(c01,i,1,2)+c01);
%(1);
Expand All @@ -13,4 +13,4 @@


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/parenthesisCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -31,4 +31,4 @@ a;sin(a/(b+c/(d+e/f))+qdqwldwqkldkqwlk+wqwqlwqlkdkdlcs+wqqdlqqwlk+wdwqdqwqwlklwq


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/presubsupcells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.3-DevelopmentSnapshot ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: section start ]
Pre-and-post-sub-and-sup-cells
[wxMaxima: section end ] */
Expand Down Expand Up @@ -421,4 +421,4 @@ X[a];


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.3-DevelopmentSnapshot"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/printf_continuationLines.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
for i:0 thru 1000 do printf(true,"t");
/* [wxMaxima: input end ] */
Expand All @@ -18,4 +18,4 @@ printf(true,"line4~%")$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/printf_equations.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
(
disp("XML Text"),
Expand Down Expand Up @@ -69,4 +69,4 @@ x=2;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/printf_simple.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
for i:1 thru 20 do printf(true,"test~%");
/* [wxMaxima: input end ] */
Expand All @@ -17,4 +17,4 @@ printf(true,"Ordinary text")$


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/rememberingAnswers.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
askinteger(y);
askinteger(n);
Expand Down Expand Up @@ -46,4 +46,4 @@ n;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/simpleInput.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: section start ]
Simple input and output cells
[wxMaxima: section end ] */
Expand Down Expand Up @@ -39,4 +39,4 @@ aa*b_1;


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/slideshowCells.wxm
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
wxanimate_from_imgfiles("a.png","b.png","c.png","d.png")$
/* [wxMaxima: input end ] */



/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/sqrtCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -54,4 +54,4 @@ sqrt(a/b);


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
4 changes: 2 additions & 2 deletions test/automatic_test_files/subCells.wxm
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
/* [ Created with wxMaxima version 20.02.2 ] */
/* [ Created with wxMaxima version 20.02.4 ] */
/* [wxMaxima: input start ] */
x(n):=sum(x[i],i,1,n)$
/* [wxMaxima: input end ] */
Expand Down Expand Up @@ -27,4 +27,4 @@ x[x[x[x[1]]]];


/* Old versions of Maxima abort on loading files that end in a comment. */
"Created with wxMaxima 20.02.2"$
"Created with wxMaxima 20.02.4"$
Loading

0 comments on commit 6c1f679

Please sign in to comment.