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