aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2009-02-01 00:41:29 +0000
committerdos-reis <gdr@axiomatics.org>2009-02-01 00:41:29 +0000
commit472141e074a2028f72b59ec1fb18c64da2b7cb36 (patch)
treefd2bd9170a97b43b17f918b4649ea549ea65c408 /src/ChangeLog
parent8519b9831708f14b575d7896ac5d31a393d547f7 (diff)
downloadopen-axiom-472141e074a2028f72b59ec1fb18c64da2b7cb36.tar.gz
* algebra/Makefile.pamphlet: Tidy layer 0 dependency.
SETCAT and SETCAT- are no longer required for bootstrap. * algebra/SETCAT.lsp: Remove. * algebra/SETCAT-.lsp: Likewise.
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 0001fc28..14e44425 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
+2009-01-31 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/Makefile.pamphlet: Tidy layer 0 dependency.
+ SETCAT and SETCAT- are no longer required for bootstrap.
+ * algebra/SETCAT.lsp: Remove.
+ * algebra/SETCAT-.lsp: Likewise.
+
2009-01-30 Waldek Hebisch <hebisch@math.uni.wroc.pl>
Gabriel Dos Reis <gdr@cs.tamu.edu>