Fix bug #1848: taytorat leaks internal gensyms from multivar expansions
[maxima.git] / changelogs / ChangeLog-5.45.1.md
blob3593dc9e5931b233d0d415a19d4a94e4d3cece22
1 Maxima 5.45.1 change log
2 ========================
4 Changes in core:
5 ----------------
6  * Reverts the changes made to plot3d to fix the mesh_lines_color option
7    in newer versions of Gnuplot, because it breaks plot3d for users of older
8    versions. In newer versions of Gnuplot the mesh lines will appear orange
9    and mesh_lines_color will not work.
11 Changes in the Windows installer:
12 ---------------------------------
13  * Strip the included C programs (winkill, winkill_lib, maxima_longnames)
14  * Downgrade the included Gnuplot version.
15    The Gnuplot team announced, that version < 5.4 should be used with Windows.
16    That solves a problem, that plots could not be rotated (bug #3796)
17  * Compile the included TCL/TK statically
18    Solves a strange error when TCL wanted to load the library tcl86.dll. (*)
19  * Use draw_renderer:gnuplot as default for Windows/SBCL.
20    gnuplot_pipes did not work with SBCL (*)
21  * Downgrade the included wxWidgets to 3.1.4.
22    version 3.1.5 caused a strange warning (about localization), 3.1.4
23    does not have that problem. (*)
25 (*) These changes were already included in the binary Windows installer
26     for 5.45.0, they were discovered, after the source code release was made.
28 Bug fixes for numbered bugs:
29 ----------------------------
30  * \#926: sign errors in cartan package
31  * \#3789: package ezunits: ev(dimensions(u), nouns) stack overflow
32  * \#3793: plot2d fails on small x-range
33  * \#3796 plot3d doesn't support rotation in 5.45
34  * \#3797: plot2d(0, ...) gives "can't plot with empty y range" -- regression
35  * \#3801: error sourcing .xmaximarc on Windows