[Httpunit-commit] CVS: httpunit/doc Javascript-support.html,1.1,1.2 release_notes.txt,1.130,1.131
Brought to you by:
russgold
From: Russell G. <rus...@us...> - 2002-08-06 21:42:11
|
Update of /cvsroot/httpunit/httpunit/doc In directory usw-pr-cvs1:/tmp/cvs-serv1938/doc Modified Files: Javascript-support.html release_notes.txt Log Message: Hans-Joerg Hessmann: Speed up table searches Index: Javascript-support.html =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/Javascript-support.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- Javascript-support.html 6 Aug 2002 19:39:17 -0000 1.1 +++ Javascript-support.html 6 Aug 2002 21:42:08 -0000 1.2 @@ -89,4 +89,7 @@ <li>checked - read/write - the state of the checkbox</li> </ul> +</body> +</html> + Index: release_notes.txt =================================================================== RCS file: /cvsroot/httpunit/httpunit/doc/release_notes.txt,v retrieving revision 1.130 retrieving revision 1.131 diff -u -r1.130 -r1.131 --- release_notes.txt 6 Aug 2002 19:14:53 -0000 1.130 +++ release_notes.txt 6 Aug 2002 21:42:08 -0000 1.131 @@ -13,6 +13,12 @@ Revision History: 6-Aug-2002 +Acknowledgements: + Thanks to Hans-Joerg Hessmann for a faster algorithm for the table lookups + +Problems fixed: + 1. Table lookups should be faster, especially for complex and large tables + Additions: 1. JavaScript: the link.onClick event is now supported 2. JavaScript: the form.onSubmit event is now supported |