ChangeLog
 1 2005-11-20 Sven Van Caekenberghe <svc@mac.com>
2
3 * added xml prefix namespace as per REC-xml-names-19990114 (by Rudi Schlatte)
4
5 2005-11-06 Sven Van Caekenberghe <svc@mac.com>
6
7 * removed Debian packaging directory (on Luca's request)
8 * added CDATA support (patch contributed by Peter Van Eynde pvaneynd@mailworks.org)
9
10 2005-08-30 Sven Van Caekenberghe <svc@mac.com>
11
12 * added Debian packaging directory (contributed by Luca Capello luca@pca.it)
13 * added experimental XML namespace support
14
15 2005-02-03 Sven Van Caekenberghe <svc@mac.com>
16
17 * release 5 (cvs tag RELEASE_5)
18 * added :start and :end keywords to print-string-xml
19 * fixed a bug: in a tag containing whitespace, like <foo> </foo> the parser collapsed
20 and ingnored all whitespace and considered the tag to be empty!
21 this is now fixed and a unit test has been added
22 * cleaned up xml character escaping a bit: single quotes and all normal whitespace
23 (newline, return and tab) is preserved a unit test for this has been added
24 * IE doesn't understand the &apos; XML entity, so I've commented that out for now.
25 Also, using actual newlines for newlines is probably better than using #xA,
26 which won't get any end of line conversion by the server or user agent.
27
28 June 2004 Sven Van Caekenberghe <svc@mac.com>
29
30 * release 4
31 * project moved to common-lisp.net, renamed to s-xml,
32 * added examples counter, tracer and remove-markup, improved documentation
33
34 13 Jan 2004 Sven Van Caekenberghe <svc@mac.com>
35
36 * release 3
37 * added ASDF systems
38 * optimized print-string-xml
39
40 10 Jun 2003 Sven Van Caekenberghe <svc@mac.com>
41
42 * release 2
43 * added echo-xml function: we are no longer taking the car when
44 the last seed is returned from start-parse-xml
45
46 25 May 2003 Sven Van Caekenberghe <svc@mac.com>
47
48 * release 1
49 * first public release of working code
50 * tested on OpenMCL
51 * rewritten to be event-based, to improve efficiency and
52 to optionally use different DOM representations
53 * more documentation
54
55 end of 2002 Sven Van Caekenberghe <svc@mac.com>
56
57 * release 0
58 * as part of an XML-RPC implementation
59
60 $Id: ChangeLog,v 1.5 2005/11/20 14:24:33 scaekenberghe Exp $