[cxml-cvs] CVS cxml/doc

dlichteblau dlichteblau at common-lisp.net
Thu Jul 5 20:58:15 UTC 2007


Update of /project/cxml/cvsroot/cxml/doc
In directory clnet:/tmp/cvs-serv5595/doc

Modified Files:
	index.xml 
Log Message:
Fixed build on non-Unicode lisps.
Fixed parsing on non-Unicode lisps.
Fixed Unicode detection on OpenMCL.


--- /project/cxml/cvsroot/cxml/doc/index.xml	2007/06/16 11:27:19	1.11
+++ /project/cxml/cvsroot/cxml/doc/index.xml	2007/07/05 20:58:15	1.12
@@ -59,6 +59,10 @@
     <h3>Recent Changes</h3>
     <p class="nomargin"><tt>rel-2007-mm-dd</tt></p>
     <ul class="nomargin">
+      <li>
+	Fixed build on non-Unicode lisps.  Fixed parsing on
+	non-Unicode lisps.  Fixed Unicode detection on OpenMCL.
+      </li>
       <li>Serialization no longer defaults to canonical form.</li>
       <li>Fixed octet array argument to make-source.</li>
       <li>
@@ -74,6 +78,8 @@
 	where normal streams are used instead of xstreams and ystreams
 	(albeit both SCL-specific at this point).
       </li>
+      <li>new convenience serialization function cxml:doctype.  Various
+	DTD serialization fixes.</li>
     </ul>
     <p class="nomargin"><tt>rel-2007-05-26</tt></p>
     <ul class="nomargin">




More information about the Cxml-cvs mailing list