aboutsummaryrefslogtreecommitdiff
path: root/src/ChangeLog
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2011-10-16 09:43:42 +0000
committerdos-reis <gdr@axiomatics.org>2011-10-16 09:43:42 +0000
commitf699415cce3f73d0f2b63ecb3b1fdc7084ba4cea (patch)
tree744cd817af434417c8bbcc64123029f4e42ae7a3 /src/ChangeLog
parent39982663dc44f7b44c63af6ae4182f8d60d7d341 (diff)
downloadopen-axiom-f699415cce3f73d0f2b63ecb3b1fdc7084ba4cea.tar.gz
* algebra/boolean.spad.pamphlet (Boolean): Implement default
Boolean operators in terms of Logic operators. (PropositionalFormula): Implement Logic operators instead of Boolean operators. * algebra/exposed.lsp.pamphlet: Expose PropositionalFormulaFunctions1 and PropositionalFormulaFunctions2.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d20c8c5e..63ed42d9 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
+2011-10-16 Gabriel Dos Reis <gdr@cs.tamu.edu>
+
+ * algebra/boolean.spad.pamphlet (Boolean): Implement default
+ Boolean operators in terms of Logic operators.
+ (PropositionalFormula): Implement Logic operators instead of
+ Boolean operators.
+ * algebra/exposed.lsp.pamphlet: Expose
+ PropositionalFormulaFunctions1 and PropositionalFormulaFunctions2.
+
2011-10-12 Gabriel Dos Reis <gdr@cs.tamu.edu>
* interp/spad-parser.spad: New parsing functions.