diff options
author | dos-reis <gdr@axiomatics.org> | 2007-12-16 17:14:47 +0000 |
---|---|---|
committer | dos-reis <gdr@axiomatics.org> | 2007-12-16 17:14:47 +0000 |
commit | 5f43d3d90da0109a83feca96b96399f5eaa72d7c (patch) | |
tree | 671bbe3be41bf78dd652f6f8d00503c78121c978 /configure.ac.pamphlet | |
parent | 05e8990df136f779b6e2ddd700b38c918d5ca72e (diff) | |
download | open-axiom-5f43d3d90da0109a83feca96b96399f5eaa72d7c.tar.gz |
* nruncomp.boot (NOTES): Encode quasiquoted values too.
($lookupDefaults): Define.
(newLookupInDomain): Look up in the add-chain first.
(newLookupInCategories): Likewise.
(lazyMatch): Quasiquote is now like a Mapping.
(newExpandLocalTypeForm): Quasiquote is no longer like QUOTE.
* nrungo.boot (lookupInDomainAndDefaults): New.
(compiledLookup): Use it.
Diffstat (limited to 'configure.ac.pamphlet')
-rw-r--r-- | configure.ac.pamphlet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac.pamphlet b/configure.ac.pamphlet index 7f229697..0924b227 100644 --- a/configure.ac.pamphlet +++ b/configure.ac.pamphlet @@ -1010,7 +1010,7 @@ information: <<Autoconf init>>= sinclude(config/open-axiom.m4) sinclude(config/aclocal.m4) -AC_INIT([OpenAxiom], [1.1.0-2007-12-15], +AC_INIT([OpenAxiom], [1.1.0-2007-12-16], [open-axiom-bugs@lists.sf.net]) @ |