aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index f8548185..f5054894 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2011-12-03 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * interp/compiler.boot: Replace %labelled with %scope.
+ * interp/define.boot: Likewise.
+ * interp/g-opt.boot: Likewise.
+ * interp/g-util.boot: Likewise. Rename mkLabelled to mkScope.
+
2011-12-02 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/g-opt.boot (groupVariableDefinitions): Simplify a bit.