ChangeLog 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. 2002-05-10 Duncan Mak <[email protected]>
  2. * ValidatorCollection.cs: Fixed typo, ValidatedCollection to ValidatorCollection.
  3. * Page.cs (Validators): return type should be ValidatorCollection,
  4. not ValidatedCollection.
  5. * TagPrefixAttribute.cs: Added to CVS.
  6. 2002-05-07 Duncan Mak <[email protected]>
  7. * Utils.cs (GetClientValidatedEvent): Uncommented the 'Page' argument.
  8. 2002-03-26 Gaurav Vaish <[email protected]>
  9. * DataBindingHandlerAttribute.cs
  10. - Completed
  11. * ToolboxDataAttribute.cs - Completed
  12. 2002-01-03 Nick Drochak <[email protected]>
  13. * DesignTimeParseData.cs: initialze static member to avoid compile
  14. error
  15. * PropertyConverter.cs: remove uneeded exception variables from
  16. catch blocks.
  17. 2002-01-02 Nick Drochak <[email protected]>
  18. * DesignTimeParseData.cs: fix header to show correct class name
  19. 2001-12-21 Gaurav Vaish <[email protected]>
  20. * StateBag.cs - Completed
  21. 2001-12-19 Gaurav Vaish <[email protected]>
  22. * Pair.cs - Small undocumented class. Completed.
  23. 2001-12-18 Gaurav Vaish <[email protected]>
  24. * DesignTimeParseData.cs - Initial implementation
  25. * StateBag.cs - Initial implementation
  26. 2001-12-17 Gaurav Vaish <[email protected]>
  27. * PropertyConverter.cs - Undocumented class. Completed.
  28. * Utils.cs - Undocumented, private class.
  29. Initial implementation
  30. 2001-08-28 Bob Smith <[email protected]>
  31. * Control.cs: Figured out some undocumented API.
  32. * Added TODO.
  33. * BuildMethod.cs: Initial implementation.
  34. * BuildTemplateMethod.cs: Initial implementation.
  35. * HtmlTextWriterAttribute.cs: Initial implementation.
  36. * HtmlTextWriterStyle.cs: Initial implementation.
  37. * HtmlTextWriterTag.cs: Initial implementation.
  38. * IAttributeAccessor.cs: Initial implementation.
  39. * IDataBindingsAccessor.cs: Initial implementation.
  40. * ImageClickEventHandler.cs: Initial implementation.
  41. * INamingContainer.cs: Initial implementation.
  42. * IParserAccessor.cs: Initial implementation.
  43. * IPostBackDataHandler.cs: Initial implementation.
  44. * IPostBackEventHandler.cs: Initial implementation.
  45. * IStateManager.cs: Initial implementation.
  46. * ITagNameToTypeMapper.cs: Initial implementation.
  47. * ITemplate.cs: Initial implementation.
  48. * IValidator.cs: Initial implementation.
  49. * OutputCacheLocation.cs: Initial implementation.
  50. * PersistanceMode.cs: Initial implementation.
  51. * StateItem.cs: Initial implementation.
  52. 2001-08-27 Bob Smith <[email protected]>
  53. * Control.cs: Bug fixes and implementations.
  54. 2001-08-24 Bob Smith <[email protected]>
  55. * Control.cs: Bug fixes.
  56. 2001-08-23 Bob Smith <[email protected]>
  57. * Control.cs: More implementation. Events reworked for performance.
  58. 2001-08-22 Bob Smith <[email protected]>
  59. * LiteralControl.cs: Implemented.
  60. * Control.cs: Even more implementation (Events). What a beast.
  61. 2001-08-20 Bob Smith <[email protected]>
  62. * Control.cs: More implementation. Not done yet. Shutter.
  63. 2001-08-17 Bob Smith <[email protected]>
  64. * Control.cs: Partial implementation.