Fix #4257: Remove code applying the subst y=c*x+b
[maxima.git] / ChangeLog
blobcef60ba96611cd7a76a37dddbcee9b25d85ea8f6
1 Maxima 5.47-post change log
2 ===========================
4 New items in core:
5 ------------------
7 New items in share:
8 -------------------
9  * New example share/colnew/prob5.mac
10  * Add raddenest radical denesting function
12 Changes in core:
13 ----------------
14  * Add rtest_raddenest to share_testsuite_files
15  * In src/plot.lisp, clipping is no longer done when plot_format is xmaxima
16  * The default y-range for plots is determined only by points within x-range
18 Changes in share:
19 -----------------
21 Changes in Xmaxima:
22 -------------------
23  * Line clipping in plot2d  and plotdf
24  * Better integration algorithm for plotdf
26 Changes in the Windows installer:
27 ---------------------------------
28  * Update Gnuplot
29  * Update ABCL
30  * Update wxMaxima
31  * Update TCL/TK
32  * Update SBCL
33  * Support Clozure Common Lisp (for 64 bit installers)
35 Bug fixes for numbered bugs:
36 ----------------------------
37  * \#4117: Unexpected Behaviour of run_viewer and gnu_term dumb
38  * \#4154: Some info nodes have bad headers (and no "Up"s)
39  * \#4176: fullratsubst(old = new, expr) returns incorrect result
40  * \#4177: lratsubst1 in testsuite
41  * \#4184: bessel_simplify error
42  * \#4186: Correct failing test in share/contrib/diffequations/tests
43  * \#4246: tcl9.0b1 upgrade and xmaxima
44  * \#4263: plot2d discrete with x range computes y range over all data, not restricted to x
45  * \#4269: plot3d ignores the option gnuplot_postamble
47 Unnumbered bugs fixed:
48 ---------------------
49  * plotdf sliders hidden (reported on the mailing list on 2023/11/26)
51 Documentation:
52 --------------
53  * Document colnew share package
54  * \#4154: Some info nodes have bad headers (and no "Up"s)
55  * HTML files for the manual now have the name of the corresponding section
57 Build system:
58 -------------
59  * Install Maxima icons in an 'icons' subdirectory rather than 'pixmaps'