add polynomial module to ASD file
[maxima.git] / ChangeLog
blob0695da2dc8acc185f5818892985b17ce3fbf8445
1 Maxima 5.46-post change log
2 ===========================
4 New items in core:
5 ------------------
7 New items in share:
8 -------------------
10 Changes in core:
11 ----------------
12  * Maxima/ABCL: Use the option --noinform for ABCL.
13    This suppresses the startup messages from ABCL, so that e.g. the Maxima
14    option --quiet *is* quiet.
15  * Fix command line options for Maxima with ABCL.
17 Changes in share:
18 -----------------
19  * contrib_ode: Fix name of Clairaut differential equation
20    in code and documentation.  Was misspelled as Clairault.
22 Changes in Xmaxima:
23 -------------------
25 Changes in the Windows installer:
26 ---------------------------------
27  * Update SBCL and wxWidgets.
28  * Compile a recent texinfo for building the installer. Maxima now needs
29    texinfo 6.8, but 6.7 is included in the usual build machines for
30    nightly builds, etc.
32 Bug fixes for numbered bugs:
33 ----------------------------
35 Unnumbered bugs fixed:
36 ---------------------
38 Documentation:
39 --------------
40  * Help can use html docs instead of displaying help to the terminal.
41    This is enabled by setting describe_uses_html to true; it defaults
42    to false.
44 Build system:
45 -------------