aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authoralfredoport <doyenatccny@gmail.com>2008-03-16 20:08:29 +0000
committeralfredoport <doyenatccny@gmail.com>2008-03-16 20:08:29 +0000
commitd9b9f67266bcb24e7bec1a26afaf062b376d450e (patch)
treeeacaab35984aba4428bb306858974bcebed48ff0 /src/ChangeLog
parent64a98e2f75407a020ed217227ad0e6e6a3730800 (diff)
downloadopen-axiom-d9b9f67266bcb24e7bec1a26afaf062b376d450e.tar.gz
Add support for MathML output
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 543c3177..4b3a5d14 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
+2008-03-16 Alfredo Portes <doyenatccny@gmail.com>
+ Arthur Ralfs <acralfs@shaw.ca>
+
+ * algebra/mathml.spad.pamphlet: Add Arthur Ralfs's MathML package.
+ * algebra/Makefile.in: Add MathML to the build process.
+ * algebra/Makefile.pamphlet: Likewise.
+ * algebra/exposed.lsp.pamphlet: Likewise.
+ * interp/setvart.boot: Create an output MathML section in
+ patterned after the tex section.
+ * interp/setvars.boot: Likewise.
+ * interp/i-output.boot: Add the coerce and display functions
+ from MathMLFormat actually gets called.
+
2008-03-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
* boot/translator.boot: Switch to new native type translation.