From: Argiris K. <be...@us...> - 2006-01-03 01:49:31
|
Update of /cvsroot/magicajax/magicajax/Docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9346/Docs Modified Files: Changelog.html Log Message: -Client event handling controls -Various minor changes Index: Changelog.html =================================================================== RCS file: /cvsroot/magicajax/magicajax/Docs/Changelog.html,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** Changelog.html 22 Dec 2005 19:04:24 -0000 1.19 --- Changelog.html 3 Jan 2006 01:49:09 -0000 1.20 *************** *** 57,70 **** <p>Changes since 0.2.2</p> <ul> <li> ! MagicAjax.dll is now strongly named (public key token bf4053b35db106f3), so MagicAjax.dll can be registered in the GAC. <li> AjaxCall event is renamed to AjaxCallStart <LI> AjaxControl/AjaxPage/AjaxUserControl invoke AjaxCallStart at Load event, ! PreWriteScript at PreRender, and AjaxCallEnd at Unload, during an Ajax ! callback <LI> ! Huge performance improvement <LI> There were conflicts with the cookies handling by ASP.NET 2.0 and other --- 57,81 ---- <p>Changes since 0.2.2</p> <ul> + <LI> + New MagicAjax attributes for ASP.NET controls (AjaxLocalScope, ExcludeFlags) + <LI> + Added ExcludeFlags property for AjaxPanel + <LI> + New base (abstract) controls added (ClientEventControl, BaseClientEventWrapper) <li> ! New toolbox controls added (AjaxZone, KeyClientEventWrapper, ! ClientEventTrigger) ! <LI> ! Support for Opera and Netscape browsers added. ! <LI> ! MagicAjax.dll is now strongly named (public key token bf4053b35db106f3), so ! MagicAjax.dll can be registered in the GAC. <li> AjaxCall event is renamed to AjaxCallStart <LI> AjaxControl/AjaxPage/AjaxUserControl invoke AjaxCallStart at Load event, ! PreWriteScript at PreRender, and AjaxCallEnd at Unload, during an Ajax callback <LI> ! Huge performance improvement <LI> There were conflicts with the cookies handling by ASP.NET 2.0 and other |