Index: openacs-4/packages/ajaxhelper/www/resources/yui/utilities/README =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/resources/yui/utilities/README,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/resources/yui/utilities/README 26 Dec 2006 01:03:21 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/resources/yui/utilities/README 8 Sep 2007 14:22:09 -0000 1.2 @@ -1,24 +1,36 @@ -utilities.js Release Notes - -*** version 0.12.1 *** - - * Includes 0.12.1 revisions to all YUI utilities and includes yahoo.js. - -*** version 0.12.0 *** - -The utilities.js file rolls up all of the YUI utility components into a single -file; it includes the following components: - -* Yahoo Global Object -* Event -* Dom -* Connection Manager -* Animation -* Drag & Drop - -For implementations that use a significant subset of these files, it may prove -more efficient to include utilities.js as opposed to including separate files -for each component. - -Note: If you are require only the Yahoo Global Object, Event Utility and Dom -collection, consider using the special yahoo-event-dom.js aggregate instead. +utilities.js - Release Notes + +*** NOTE *** + +This document is not updated with each release. Changes to +the utilities.js source are noted in the README +file for each component that comprises this aggregate: + +yahoo/README +dom/README +event/README +connection/README +animation/README +dragdrop/README +element/README + +************* + +The utilities.js file rolls up all of the YUI utility components into a single +file; it includes the following components: + +* Yahoo Global Object +* Event +* Dom +* Connection Manager +* Animation +* Drag & Drop +* Element + +For implementations that use four or more of these files, it may prove +more efficient to include utilities.js as opposed to including separate files +for each component. + +Note: If you require only the Yahoo Global Object, Event Utility and Dom +collection, consider using the special yahoo-dom-event.js aggregate instead. +