ChangeLog 699 B

123456789101112131415161718192021222324
  1. 2005-09-22 Chris Toshok <[email protected]>
  2. * ProviderBase.cs (Initialize): set the description to name if
  3. description isn't specified in config.
  4. 2005-09-22 Chris Toshok <[email protected]>
  5. * ProviderBase.cs: handle the description config attribute as
  6. described in Homer/Sussman/Howard, Table 7.3.
  7. 2005-08-24 Sebastien Pouliot <[email protected]>
  8. * ProviderException.cs: New (2.0). Seems to replace the older
  9. NotSupportedByProviderException class.
  10. 2004-11-18 Lluis Sanchez Gual <[email protected]>
  11. * IProvider.cs, ProviderCollection.cs: IProvider has been Replaced by
  12. ProviderBase.
  13. 2003-11-07 Ben Maurer <[email protected]>
  14. * Implemented everything for V2.