From: Argiris K. <be...@us...> - 2005-12-10 02:40:44
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20134/Docs Modified Files: Changelog.html Log Message: Changed PageStore struct to class. Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Changelog.html 9 Dec 2005 17:51:02 -0000 1.7 --- Changelog.html 10 Dec 2005 02:40:35 -0000 1.8 *************** *** 54,61 **** <p class="header" align="center">MagicAjax.NET Framework</p> <P class="header" align="center">Change Log</P> ! <P class="MainHeader" align="left">v0.2.2 (9 December 2005) - Maintenance Release</P> <p>Changes since 0.2.1</p> <ul> <li> Now AjaxPanel takes into account the changes made to form elements by the user and updates their values when necessary --- 54,63 ---- <p class="header" align="center">MagicAjax.NET Framework</p> <P class="header" align="center">Change Log</P> ! <P class="MainHeader" align="left">v0.2.2 (10 December 2005) - Maintenance Release</P> <p>Changes since 0.2.1</p> <ul> <li> + Changed the MagicAjax.Configuration.PageStore struct to class + <LI> Now AjaxPanel takes into account the changes made to form elements by the user and updates their values when necessary |