aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.