Documentation: Fix including graphics for PDF builds.
[maxima/cygwin.git] / ChangeLog
blob6ed92dde4d854f0fc7623ca06b5dea0ac7fbb0f8
1 Maxima 5.45-post change log
2 ===========================
4 New items in core:
5 ------------------
7 New items in share:
8 -------------------
10 Changes in core:
11 ----------------
12 * new code to commute conjugate of derivative (Commit [565fcf])
14 Changes in share:
15 -----------------
17 Changes in Xmaxima:
18 -------------------
20 Changes in the Windows installer:
21 ---------------------------------
22  * Update SBCL, wxMaxima, TCL/TK
23  * Use the HTML manual (not the PDF version) in the start menu.
24  * Strip included C programs (saves some space).
26 Bug fixes for numbered bugs:
27 ----------------------------
28  * #380: algsys a*b=c*d grossly incomplete
29  * #1097: pattern variable appears in letsimp result
30  * #2709: `letsimp' is wrong if `ratexpand' is called
31  * #2837: ev causes bogus WNA checks for sum, product, define and ":"
32  * #2876: Error simplifying infix operators declared l/rassociative
33  * #2921: errcatch fails to catch various errors
34  * #3068: taylor of CRE fails
35  * #3793: plot2d fails on small x-range
36  * #3797: plot2d(0, ...) gives "can't plot with empty y range" -- regression
37  * #3801: error sourcing .xmaximarc on Windows
38  * #3769: max or min called on CRE expressions
39  * #3764: limit of min works with assume but not with asksign 
40  * #3765: min(und,...) gives error with trylevel > 1 
41  * #3736: Quoting either min or max inhibits simplification
42  * #3820: testsuite with display_all = true 
43  * #3838: limit(atan(sin(x)),x,inf,plus) --> atan(ind) 
44  * #3844: Wrong limit involving gamma function 
45  * #3483: limit apparently causes infinite loop 
46  * #2388: wrong limit 
47  * #2953: limit loops endlessly 
48  * #484 limit(x=0,x,0) wrong  
50 Unnumbered bugs fixed:
51 ---------------------
53 Documentation:
54 --------------