aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-07-03 16:53:30 +0000
committerdos-reis <gdr@axiomatics.org>2011-07-03 16:53:30 +0000
commit67a9b503724a4390abf08baa367959713483f363 (patch)
tree6380b619a86bb58768d8bb3e37387acd808ed6f6 /src/ChangeLog
parentcd75300236a7e0bd4b2ba0818721deb92c522aa7 (diff)
downloadopen-axiom-67a9b503724a4390abf08baa367959713483f363.tar.gz
* boot/tokens.boot: flushOutput, writeNewline, writeString
are new builtin library functions. * boot/utility.boot (finishLine): New exported function. * interp/i-output.boot (formulaFormat): Use it. (texFormat): Likewise. (texFormat1): Likewise. (mathmlFormat): Likewise. (output): Remove case for TextWriter.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 48682b48..a62f2e1d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,14 @@
+2011-07-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * boot/tokens.boot: flushOutput, writeNewline, writeString
+ are new builtin library functions.
+ * boot/utility.boot (finishLine): New exported function.
+ * interp/i-output.boot (formulaFormat): Use it.
+ (texFormat): Likewise.
+ (texFormat1): Likewise.
+ (mathmlFormat): Likewise.
+ (output): Remove case for TextWriter.
+
2011-07-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/macros.lisp (sayALGEBRA): Remove as duplicate of sayMSG.