diff options
author | dos-reis <gdr@axiomatics.org> | 2008-01-16 05:50:37 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2008-01-16 05:50:37 +0000 |
commit | cf37c5138205fd23e94e51a099a8d7735651ca8f (patch) | |
tree | 35b41cc896a89bfd131a55e0fe0a45e19412fcac /src/ChangeLog | |
parent | f2ed2477feacf51988c6bfd96b487d7261267a28 (diff) | |
download | open-axiom-cf37c5138205fd23e94e51a099a8d7735651ca8f.tar.gz |
Fix SF/1850071
* algebra/syntax.spad (compound?$Syntax): New.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fafaf259..55fb4d2b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2008-01-15 Gabriel Dos Reis <gdr@cs.tamu.edu> + Fix SF/1850071 + * algebra/syntax.spad (compound?$Syntax): New. + +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. |