From 3c216f36d9d869356906b07c0214f986af0fb22b Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Tue, 3 Dec 2002 00:54:08 +0000 Subject: [PATCH] r3542: *** empty log message *** --- debian/changelog | 6 ++++++ package.lisp | 9 +++++++-- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index d55348b..fa955d9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +cl-kmrcl (1.22-1) unstable; urgency=low + + * New upstream + + -- Kevin M. Rosenberg Mon, 2 Dec 2002 17:54:02 -0700 + cl-kmrcl (1.21-1) unstable; urgency=low * Remore allegroserve dependant modules diff --git a/package.lisp b/package.lisp index 8646698..080b81e 100644 --- a/package.lisp +++ b/package.lisp @@ -7,7 +7,7 @@ ;;;; Programmer: Kevin M. Rosenberg ;;;; Date Started: Apr 2000 ;;;; -;;;; $Id: package.lisp,v 1.13 2002/11/25 07:45:36 kevin Exp $ +;;;; $Id: package.lisp,v 1.14 2002/12/03 00:54:08 kevin Exp $ ;;;; ;;;; This file, part of KMRCL, is Copyright (c) 2002 by Kevin M. Rosenberg ;;;; @@ -112,8 +112,13 @@ #:*standard-html-header* #:*standard-xhtml-header* #:*standard-xml-header* - #:xml-cdata #:user-agent-ie-p + + ;; From xml-utils + #:wrap-with-xml + #:xml-tag-contents + #:positions-xml-tag-contents + #:xml-cdata )) -- 2.34.1