ChangeLog 2.9 KB

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