aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-04-20 06:55:58 +0000
committerdos-reis <gdr@axiomatics.org>2009-04-20 06:55:58 +0000
commit107ad31254bf3de30516ce0f2563892bacf9cb60 (patch)
tree77862fdbee4770ccfb3dbffe035e3cc2f4cd72de /src/ChangeLog
parentfe63e89c9e18017cddee98f0c6ceb2783c930e86 (diff)
downloadopen-axiom-107ad31254bf3de30516ce0f2563892bacf9cb60.tar.gz
* interp/br-con.boot: Use textEditor() to get editor program.
* interp/br-saturn.boot: Likewise. * interp/compat.boot: Likewise. * interp/i-util.boot (textEditor): Define here. * interp/g-util.boot: Likewise.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 223041eb..66c9136b 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,13 @@
2009-04-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+ * interp/br-con.boot: Use textEditor() to get editor program.
+ * interp/br-saturn.boot: Likewise.
+ * interp/compat.boot: Likewise.
+ * interp/i-util.boot (textEditor): Define here.
+ * interp/g-util.boot: Likewise.
+
+2009-04-20 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
* interp/msgdb.boot (substituteSegmentedMsg): Handle %x specifier.
2009-04-19 Gabriel Dos Reis <gdr@cs.tamu.edu>