transl: do not assume a catch's mode based on the last body form
[maxima.git] / ChangeLog
blobd3ee60558af7dc0002c1ccae8ee32f8a4f4c94f4
1 Maxima 5.47-post change log
2 ===========================
4 New items in core:
5 ------------------
6  * New Unicode display2d and global variable display2d_unicode
7  * A new function random-name in plot.lisp that generates a random string
9 New items in share:
10 -------------------
11  * New example share/colnew/prob5.mac
12  * Add raddenest radical denesting function
14 Changes in core:
15 ----------------
16  * Add rtest_raddenest to share_testsuite_files
17  * In src/plot.lisp, clipping is no longer done when plot_format is xmaxima
18  * The default y-range for plots is determined only by points within x-range
20 Changes in share:
21 -----------------
23 Changes in Xmaxima:
24 -------------------
25  * Line clipping in plot2d  and plotdf
26  * Better integration algorithm for plotdf
28 Changes in the Windows installer:
29 ---------------------------------
30  * Update Gnuplot
31  * Update ABCL
32  * Update wxMaxima
33  * Update wxWidgets
34  * Update TCL/TK
35  * Update SBCL
36  * Support Clozure Common Lisp (for 64 bit installers)
38 Bug fixes for numbered bugs:
39 ----------------------------
40  * \#3191: parsing problem: thru 3 for i in [a,b]
41  * \#3755: Insecure tmpdir usage
42  * \#3803: Xmaxima should reopen the browser when needed
43  * \#4117: Unexpected Behaviour of run_viewer and gnu_term dumb
44  * \#4154: Some info nodes have bad headers (and no "Up"s)
45  * \#4176: fullratsubst(old = new, expr) returns incorrect result
46  * \#4177: lratsubst1 in testsuite
47  * \#4184: bessel_simplify error
48  * \#4195: cmucl 21e intermittent lisp error in limit
49  * \#4200: simplim%limit ignoring special variables
50  * \#4214: read_xpm not autoloading and not documented as requiring load("draw")
51  * \#4215: limit(sqrt(-1+%i*x),x,0,minus)
52  * \#4218: read_xpm can't handle XPM files generated by ImageMagick and maybe other sources
53  * \#4220: tex output does not respect linel
54  * \#4222: limit(6^x, x, 1) and similar cases: stack overflow crash
55  * \#4227: limit(abs(sin(x))/​sin(x), x, inf) = 1
56  * \#4237: implicit_plot punting to plot2d implicit fails when argument is a list of equations
57  * \#4238: limit((abs(sin(x)*cos(x)-x^4) -x)/​x^3,x,0,plus) gives internal error
58  * \#4245: is(string1<string2) gives Lisp error
59  * \#4246: tcl9.0b1 upgrade and xmaxima
60  * \#4251: imaxima could not display image with Emacs 29.1
61  * \#4254: plog returns unsimplfied results
62  * \#4257: Incorrect change of variable in integral involving diff
63  * \#4260: translate fails with go tag in final position
64  * \#4263: plot2d discrete with x range computes y range over all data, not restricted to x
65  * \#4265: integrate(sin(m*x)*sin(n*x), x, 0, 2*%pi) unconditionally zero
66  * \#4269: plot3d ignores the option gnuplot_postamble
67  * \#4307: partswitch affects op and operatorp
69 Unnumbered bugs fixed:
70 ---------------------
71  * Correct failing test in share/contrib/diffequations/tests
72  * plotdf sliders hidden (reported on the mailing list on 2023/11/26)
74 Documentation:
75 --------------
76  * Document colnew share package
77  * \#4154: Some info nodes have bad headers (and no "Up"s)
78  * HTML files for the manual now have the name of the corresponding section
79  * Documentation for display2d_unicode in section "Command Line"
81 Build system:
82 -------------
83  * Install Maxima icons in an 'icons' subdirectory rather than 'pixmaps'