Skip to content

Commit e182568

Browse files
Big improvements to the graphical output + a working help system on gentoo
Along with the SpeedUps this justifies a release.
1 parent a790dd5 commit e182568

37 files changed

+93
-74
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ else()
1414
endif()
1515

1616
project(wxmaxima LANGUAGES CXX)
17-
set(VERSION 19.12.2-DevelopmentSnapshot)
17+
set(VERSION 19.12.3)
1818
set(PACKAGE_VERSION ${VERSION})
1919
set(GITVERSION ${VERSION})
2020
set(PACKAGE wxMaxima)

ChangeLog

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
Now:
1+
19.12.3:
22
* A Russian traslation update by OlesyaGerasimenko
3-
* The manual is now found on Gentoo, too.
4-
* A major speedUp by caching already-determined text snippet sizes.
3+
* The manual is now found on Gentoo, too
4+
* Big improvements to the maths output
5+
* A major speedUp by caching already-determined text snippet sizes
56
* All icons that aren't provided by the operating system now are
6-
rendered from SVG.
7+
rendered from SVG
78
* Internal communication with maxima is now more MathML-like in
8-
many places.
9+
many places
910
* Many additional small bug fixes.
1011

1112
19.12.2:

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,24 @@
5151
<content_attribute id="social-info">mild</content_attribute>
5252
</content_rating>
5353
<releases>
54+
<release version="19.12.3" date="2019-12-27">
55+
<description>
56+
<p>
57+
Big improvements for the graphical output.
58+
</p>
59+
<ul>
60+
<li>A Russian traslation update by OlesyaGerasimenko</li>
61+
<li>The manual is now found on Gentoo, too</li>
62+
<li>Big improvements to the maths output</li>
63+
<li>A major speedUp by caching already-determined text snippet sizes</li>
64+
<li>All icons that aren't provided by the operating system now are
65+
rendered from SVG</li>
66+
<li>Internal communication with maxima is now more MathML-like in
67+
many places</li>
68+
<li>Many additional small bug fixes</li>
69+
</ul>
70+
</description>
71+
</release>
5472
<release version="19.12.2" date="2019-12-22">
5573
<description>
5674
<p>

test/automatic_test_files/autosave.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ perspective=layout2|name=console;caption=;state=16892;dir=5;layer=0;row=2;pos=0;
1414
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files]
1515
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files/testbench_automatic_unicode.wxm]
1616
x=292
17-
y=53
17+
y=27
1818
w=1152
19-
h=1175
19+
h=1053
2020
Maximized=0
2121
Iconized=0
2222
decor_l=0

test/automatic_test_files/config_from_19.11.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ perspective=layout2|name=console;caption=;state=16892;dir=5;layer=0;row=2;pos=0;
1212
[Persistent_Options/Window/home/gunter/src/wxmaxima/test]
1313
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files]
1414
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files/testbench_automatic_unicode.wxm]
15-
x=0
16-
y=0
15+
x=237
16+
y=210
1717
w=960
1818
h=768
1919
Maximized=0

test/automatic_test_files/noautosave.cfg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ perspective=layout2|name=console;caption=;state=16892;dir=5;layer=0;row=2;pos=0;
1414
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files]
1515
[Persistent_Options/Window/home/gunter/src/wxmaxima/test/automatic_test_files/testbench_automatic_unicode.wxm]
1616
x=292
17-
y=53
17+
y=27
1818
w=1152
19-
h=1175
19+
h=1053
2020
Maximized=0
2121
Iconized=0
2222
decor_l=0

test/automatic_test_files/testbench_all_celltypes.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 19.12.2-DevelopmentSnapshot ] */
2+
/* [ Created with wxMaxima version 19.12.3 ] */
33
/* [wxMaxima: subsect start ]
44
SumCells
55
[wxMaxima: subsect end ] */
@@ -22,4 +22,4 @@ f(3);
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 19.12.2-DevelopmentSnapshot"$
25+
"Created with wxMaxima 19.12.3"$

test/automatic_test_files/testbench_automatic_absCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 19.12.2-DevelopmentSnapshot ] */
2+
/* [ Created with wxMaxima version 19.12.3 ] */
33
/* [wxMaxima: input start ] */
44
x(n):=sum(x[i],i,1,n)$
55
/* [wxMaxima: input end ] */
@@ -22,4 +22,4 @@ abs(x(100));
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 19.12.2-DevelopmentSnapshot"$
25+
"Created with wxMaxima 19.12.3"$

test/automatic_test_files/testbench_automatic_atCells.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 19.12.2-DevelopmentSnapshot ] */
2+
/* [ Created with wxMaxima version 19.12.3 ] */
33
/* [wxMaxima: input start ] */
44
x(n):=sum(x[i],i,1,n)$
55
/* [wxMaxima: input end ] */
@@ -22,4 +22,4 @@ x(100)@t33;
2222

2323

2424
/* Old versions of Maxima abort on loading files that end in a comment. */
25-
"Created with wxMaxima 19.12.2-DevelopmentSnapshot"$
25+
"Created with wxMaxima 19.12.3"$

test/automatic_test_files/testbench_automatic_boxes.wxm

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/* [wxMaxima batch file version 1] [ DO NOT EDIT BY HAND! ]*/
2-
/* [ Created with wxMaxima version 19.12.2-DevelopmentSnapshot ] */
2+
/* [ Created with wxMaxima version 19.12.3 ] */
33
/* [wxMaxima: input start ] */
44
1+box(x(1))+z;
55
/* [wxMaxima: input end ] */
@@ -17,4 +17,4 @@
1717

1818

1919
/* Old versions of Maxima abort on loading files that end in a comment. */
20-
"Created with wxMaxima 19.12.2-DevelopmentSnapshot"$
20+
"Created with wxMaxima 19.12.3"$

0 commit comments

Comments
 (0)