VERSION HISTORY OF MATHOMATIC (latest changes are at the end of this file)
--------------------------------------------------------------------------

CHANGES MADE TO MATHOMATIC V12.5.0:

Corrected color and html mode routines.

get_expr() now has equation space pull.
You may now enter a "#" followed by an equation space number when prompted for an expression.

Ported nintegrate command to non-equations.  No more commands to port.

"make install" works better and installs the "tests" directory.

Made redirected output ignore screen_columns.

Added "-q" option (quiet mode, don't display prompts).

The Mathomatic man page was improved.

CHANGES MADE TO MATHOMATIC V12.5.1:

Fixed sum and product command docs and code.

Split off "am.c" into "solve.c" and "am.c".

Added "tests/trig.in".  (trig functions!)

The list command now displays the equation numbers,
but not when exporting or saving.

Added "tests/hypertrig.in".

Allow limit command to work with non-equations.

An optional step parameter was added to the sum and product commands.

Minor documentation updates.

Corrected makefiles to install everything in /usr/local.

CHANGES MADE TO MATHOMATIC V12.5.2:

Ported matho-primes, matho-twin, and matho-pascal to long doubles.
"make test" added in "primes" directory.

Alphabetic case sensitive mode set by default.

Added "list maxima" option.  "list export" is now for other programs.

Code cleanup.

CHANGES MADE TO MATHOMATIC V12.5.3:

Removed parsing of "infinity" and fixed parsing of "inf".

Removed matho-around.  Use GNU "seq | factor" instead.

Allow "#+"number and "#-"number at main prompt, to select relative equation numbers.

Removed all primes (') support from variable names.
This is for compatibility with other math programs.

Added version command.

Added "-v" option.

Split off super.c into super.c and poly.c.
All polynomial routines are now in poly.c.

Improved roots command and put it in tests.

Fixed bug simplifying "a = (e# + (e#*i#))^(pi + (pi*i#))".

CHANGES MADE TO MATHOMATIC V12.5.4:

Added "doc/manpage.html", which is the man page for Mathomatic
generated with "groff -Thtml -man".

Made sure all HTML files have the extension ".html".

Made sure we can allocate at least 1 equation space on startup.

Made entering things like "#1 a" succeed at entering a single variable expression.
Previously it gave an error.

Fix-ups to the symbolic math library.

Increased power of limit command.
A limit expression with infinity in it is assumed to be infinity.
