ChangeLog 2.7 KB

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