diff options
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a99d946c..fafaf259 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,14 @@ 2008-01-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/boolean.spad.pamphlet (PropositionalLogic): New category. + (Boolean): Assert as belonging to PropositionalLogic. + Update cached Lisp translation. + * algebra/Makefile.pamphlet (axiom_algebra_layer_0): Add + PROPLOG.o + * src/algebra: Update databases. + +2008-01-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + * algebra/syntax.spad (autoCoerce$Syntax): Add overloads. * interp/compiler.boot (coerceExtraHard): Always coerce by autoCoerce. |