CVS: Products/ParsedXML - CHANGES.txt:1.14 CREDITS.txt:1.4

Martijn Faassen <[email protected]> Tue, 2 Jul 2002 10:03:07 -0400
Newsgroups gmane.comp.web.zope.parsed-xml
Message-ID <[email protected]>
Update of /cvs-repository/Products/ParsedXML
In directory cvs.zope.org:/tmp/cvs-serv19678

Modified Files:
	CHANGES.txt CREDITS.txt 
Log Message:
Updated various documentation.


=== Products/ParsedXML/CHANGES.txt 1.13 => 1.14 ===
         should be resistent to quite a few changes to the document.
 
-      - added pretty printing feature.
+      - added pretty printing feature. A pretty print button renders
+        the document in pretty printed form, but does not save this
+        changed version (you can do so yourself).
 
     Bugs Fixed
 
@@ -25,6 +27,8 @@
       - An ongoing attempt to bring sanity to the unit test story.
 
       - Avoid XML-garbling bug in Printer by using PrettyPrinter.
+
+      - various bugfixes in the DOM.
 
   ParsedXML 1.2.1
 


=== Products/ParsedXML/CREDITS.txt 1.3 => 1.4 ===
+  Martijn Faassen <[email protected]>
+  
 The Zope Corporation Parsed XML team:
-  Karl Anderson <[email protected]>
-  Fred Drake <[email protected]>
-  Todd Corum <[email protected]>
-  Martijn Pieters <[email protected]>
+  Karl Anderson
+  Fred Drake <[email protected]>
+  Todd Corum
+  Martijn Pieters <[email protected]>
 
 External Contributor:
-  Martijn Faassen <[email protected]>
+  Martijn Faassen <[email protected]>
 
 Much test and implementation help was provided by
-  Chris McDonough <[email protected]>
-  Shane Hathaway <[email protected]>
-  Guido van Rossum <[email protected]>
+  Chris McDonough <[email protected]>
+  Shane Hathaway <[email protected]>
+  Guido van Rossum <[email protected]>
 
 Parsed XML also contains code from versions of the original
-XMLDocument, written by Amos Latteier <[email protected]> and
-Fourthought Inc.
+XMLDocument, written by Amos Latteier and Fourthought Inc.
 
 ParsedXML contains software derived from works by Fourthought Inc; see
 LICENSE.Fourthought for their license.