[wwwsearch-commits] r36198 - wwwsearch/ClientForm/common

jjlee at codespeak.net jjlee at codespeak.net
Sun Jan 7 18:38:28 CET 2007


Author: jjlee
Date: Sun Jan  7 18:38:25 2007
New Revision: 36198

Modified:
   wwwsearch/ClientForm/common/ChangeLog
Log:
Update ChangeLog

Modified: wwwsearch/ClientForm/common/ChangeLog
==============================================================================
--- wwwsearch/ClientForm/common/ChangeLog	(original)
+++ wwwsearch/ClientForm/common/ChangeLog	Sun Jan  7 18:38:25 2007
@@ -1,6 +1,20 @@
 This isn't really in proper GNU ChangeLog format, it just happens to
 look that way.
 
+2007-01-07 John J Lee <jjl at pobox.com>
+	* 0.2.6 release:
+	* Don't allow underlying parser errors (e.g. SGMLParseError)
+	  through -- always raise ClientForm.ParseError .  To preserve.
+	  However, any code that distinguishes between
+	  ClientForm.ParseError and these other exceptions will break.
+	* Allow controls to appear outside of forms (the HTML spec allows
+	  this).  This involved adding new functions ParseFileEx and
+	  ParseResponseEx, which return a list that's always one longer
+	  than the return value of their counterparts ParseFile and
+	  ParseResponse.  The new first element in the list of forms is an
+	  HTMLForm representing the collection of all forms that lie
+	  outside of any FORM element.
+
 2006-10-24 John J Lee <jjl at pobox.com>
 	* 0.2.5 release:
 	* Fix fragment bug introduced in 0.2.4 (thanks Dave Marble).  This


More information about the wwwsearch-commits mailing list