From: Christian Bauer Date: Mon, 30 Jun 2003 22:04:23 +0000 (+0000) Subject: documentation update X-Git-Tag: release_1-0-15~35 X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=commitdiff_plain;h=d199fef6a6f79688ed775af9d7235fba58a80219 documentation update --- diff --git a/NEWS b/NEWS index 0b32e117..d675dc1e 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,13 @@ This file records noteworthy changes. +1.0.15 () +* Added on-line help and Tab-completion for print(), iprint(), print_latex() + and print_csrc() in ginsh. +* Fixed a bug in the unarchiving of sums and products: terms were not + reordered in a canonical way. +* Fixed a bug in normal()/numer_denom(): denominator was not made unit + normal if it was a simple number + 1.0.14 (1 March 2003) * Improved the C-source output: complex numbers are printed correctly (using the STL complex<> template or cln::complex()), rational numbers use cl_RA()