2006-05-05 Chris Toshok * ProviderBase.cs (Initialize): don't die if config == null. 2005-10-07 Chris Toshok * ProviderCollection.cs: fix compiler warning with Hashtable ctor. 2005-09-22 Chris Toshok * ProviderBase.cs (Initialize): set the description to name if description isn't specified in config. 2005-09-22 Chris Toshok * ProviderBase.cs: handle the description config attribute as described in Homer/Sussman/Howard, Table 7.3. 2005-08-24 Sebastien Pouliot * ProviderException.cs: New (2.0). Seems to replace the older NotSupportedByProviderException class. 2004-11-18 Lluis Sanchez Gual * IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by ProviderBase. 2003-11-07 Ben Maurer * Implemented everything for V2.