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

jjlee at codespeak.net jjlee at codespeak.net
Sat Nov 19 01:41:56 CET 2005


Author: jjlee
Date: Sat Nov 19 01:41:56 2005
New Revision: 20053

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

Modified: wwwsearch/ClientForm/common/ChangeLog
==============================================================================
--- wwwsearch/ClientForm/common/ChangeLog	(original)
+++ wwwsearch/ClientForm/common/ChangeLog	Sat Nov 19 01:41:56 2005
@@ -1,6 +1,18 @@
 This isn't really in proper GNU ChangeLog format, it just happens to
 look that way.
 
+2005-11-19 John J Lee <jjl at pobox.com>
+	* Fixes to setuptools support.
+	* Released 0.2.1b.
+
+2005-10-30 John J Lee <jjl at pobox.com>
+	* Fix redirection of content-type header (Titus Brown).
+	* Fix ordering of interspersed list controls (Balazs Ree).
+
+2005-10-28 John J Lee <jjl at pobox.com>
+	* Implement HTMLForm.__contains__, since it's odd that
+	  'form[blah]' works but 'blah in form' did not.
+
 2005-10-11 John J Lee <jjl at pobox.com>
 	* Released 0.2.0a.
 
@@ -40,13 +52,15 @@
 	  set
 	  toggle
 	* The following HTMLForm methods have been deprecated:
-	  get_value
-	  set_value
 	  possible_items
 	  set_single
 	  toggle_single
 	  set
 	  toggle
+	* The by_label argument of the following methods has been
+	  deprecated.
+	  get_value
+	  set_value
 	* Added support for setuptools / EasyInstall / Python Eggs.
 
 2005-05-20 John J Lee <jjl at pobox.com>


More information about the wwwsearch-commits mailing list