From scaekenberghe at common-lisp.net Thu Feb 3 08:23:46 2005 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Thu, 3 Feb 2005 09:23:46 +0100 (CET) Subject: [s-xml-cvs] CVS update: s-xml/ChangeLog Message-ID: <20050203082346.7FADA88659@common-lisp.net> Update of /project/s-xml/cvsroot/s-xml In directory common-lisp.net:/tmp/cvs-serv32646 Added Files: ChangeLog Log Message: extended with old messages Date: Thu Feb 3 09:23:45 2005 Author: scaekenberghe From scaekenberghe at common-lisp.net Thu Feb 3 08:30:38 2005 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Thu, 3 Feb 2005 09:30:38 +0100 (CET) Subject: [s-xml-cvs] CVS update: s-xml/ChangeLog Message-ID: <20050203083038.D7A8A8865D@common-lisp.net> Update of /project/s-xml/cvsroot/s-xml In directory common-lisp.net:/tmp/cvs-serv329 Modified Files: ChangeLog Log Message: wrong date Date: Thu Feb 3 09:30:32 2005 Author: scaekenberghe Index: s-xml/ChangeLog diff -u s-xml/ChangeLog:1.1 s-xml/ChangeLog:1.2 --- s-xml/ChangeLog:1.1 Thu Feb 3 09:23:45 2005 +++ s-xml/ChangeLog Thu Feb 3 09:30:30 2005 @@ -1,4 +1,4 @@ -2005-01-22 Sven Van Caekenberghe +2005-02-03 Sven Van Caekenberghe * release 5 (cvs tag RELEASE_5) * added :start and :end keywords to print-string-xml @@ -43,4 +43,4 @@ * release 0 * as part of an XML-RPC implementation -$Id: ChangeLog,v 1.1 2005/02/03 08:23:45 scaekenberghe Exp $ +$Id: ChangeLog,v 1.2 2005/02/03 08:30:30 scaekenberghe Exp $ From scaekenberghe at common-lisp.net Thu Feb 3 08:36:13 2005 From: scaekenberghe at common-lisp.net (Sven Van Caekenberghe) Date: Thu, 3 Feb 2005 09:36:13 +0100 (CET) Subject: [s-xml-cvs] CVS update: public_html/index.html Message-ID: <20050203083613.EAF4688667@common-lisp.net> Update of /project/s-xml/cvsroot/public_html In directory common-lisp.net:/tmp/cvs-serv994 Modified Files: index.html Log Message: updated 'release history & changelog' section Date: Thu Feb 3 09:36:07 2005 Author: scaekenberghe Index: public_html/index.html diff -u public_html/index.html:1.9 public_html/index.html:1.10 --- public_html/index.html:1.9 Sat Jul 31 12:07:34 2004 +++ public_html/index.html Thu Feb 3 09:36:05 2005 @@ -270,15 +270,54 @@ Tag and attribute names are converted to keywords. Note that XML is case-sensitive, hence the fact that Common Lisp has to resort to the special literal symbol syntax.

-

Release History

+

Release History and ChangeLog

- +
+2005-02-03 Sven Van Caekenberghe <svc at mac.com>
+
+        * release 5 (cvs tag RELEASE_5)
+	* added :start and :end keywords to print-string-xml
+	* fixed a bug: in a tag containing whitespace, like <foo> </foo> the parser collapsed 
+	  and ingnored all whitespace and considered the tag to be empty!
+          this is now fixed and a unit test has been added
+	* cleaned up xml character escaping a bit: single quotes and all normal whitespace  
+	  (newline, return and tab) is preserved a unit test for this has been added
+	* IE doesn't understand the ' XML entity, so I've commented that out for now. 
+	  Also, using actual newlines for newlines is probably better than using #xA, 
+	  which won't get any end of line conversion by the server or user agent.
+
+June 2004 Sven Van Caekenberghe <svc at mac.com>
+
+	* release 4
+	* project moved to common-lisp.net, renamed to s-xml, 
+	* added examples counter, tracer and remove-markup, improved documentation
+
+13 Jan 2004 Sven Van Caekenberghe <svc at mac.com>
+	
+	* release 3
+	* added ASDF systems
+	* optimized print-string-xml
+
+10 Jun 2003 Sven Van Caekenberghe <svc at mac.com>
+	
+	* release 2
+	* added echo-xml function: we are no longer taking the car when
+	  the last seed is returned from start-parse-xml
+
+25 May 2003 Sven Van Caekenberghe <svc at mac.com>
+	
+	* release 1
+	* first public release of working code
+	* tested on OpenMCL
+	* rewritten to be event-based, to improve efficiency and 
+	  to optionally use different DOM representations
+	* more documentation
+
+end of 2002 Sven Van Caekenberghe <svc at mac.com>
+	
+	* release 0
+	* as part of an XML-RPC implementation
+

Todo

@@ -294,7 +333,7 @@
  • S-XML-ANNOUNCE mailing list info
  • -

    CVS version $Id: index.html,v 1.9 2004/07/31 10:07:34 scaekenberghe Exp $

    +

    CVS version $Id: index.html,v 1.10 2005/02/03 08:36:05 scaekenberghe Exp $