ChangeLog 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. 2001-12-21 Gaurav Vaish <[email protected]>
  2. * StateBag.cs - Completed
  3. 2001-12-19 Gaurav Vaish <[email protected]>
  4. * Pair.cs - Small undocumented class. Completed.
  5. 2001-12-18 Gaurav Vaish <[email protected]>
  6. * DesignTimeParseData.cs - Initial implementation
  7. * StateBag.cs - Initial implementation
  8. 2001-12-17 Gaurav Vaish <[email protected]>
  9. * PropertyConverter.cs - Undocumented class. Completed.
  10. * Utils.cs - Undocumented, private class.
  11. Initial implementation
  12. 2001-08-28 Bob Smith <[email protected]>
  13. * Control.cs: Figured out some undocumented API.
  14. * Added TODO.
  15. * BuildMethod.cs: Initial implementation.
  16. * BuildTemplateMethod.cs: Initial implementation.
  17. * HtmlTextWriterAttribute.cs: Initial implementation.
  18. * HtmlTextWriterStyle.cs: Initial implementation.
  19. * HtmlTextWriterTag.cs: Initial implementation.
  20. * IAttributeAccessor.cs: Initial implementation.
  21. * IDataBindingsAccessor.cs: Initial implementation.
  22. * ImageClickEventHandler.cs: Initial implementation.
  23. * INamingContainer.cs: Initial implementation.
  24. * IParserAccessor.cs: Initial implementation.
  25. * IPostBackDataHandler.cs: Initial implementation.
  26. * IPostBackEventHandler.cs: Initial implementation.
  27. * IStateManager.cs: Initial implementation.
  28. * ITagNameToTypeMapper.cs: Initial implementation.
  29. * ITemplate.cs: Initial implementation.
  30. * IValidator.cs: Initial implementation.
  31. * OutputCacheLocation.cs: Initial implementation.
  32. * PersistanceMode.cs: Initial implementation.
  33. * StateItem.cs: Initial implementation.
  34. 2001-08-27 Bob Smith <[email protected]>
  35. * Control.cs: Bug fixes and implementations.
  36. 2001-08-24 Bob Smith <[email protected]>
  37. * Control.cs: Bug fixes.
  38. 2001-08-23 Bob Smith <[email protected]>
  39. * Control.cs: More implementation. Events reworked for performance.
  40. 2001-08-22 Bob Smith <[email protected]>
  41. * LiteralControl.cs: Implemented.
  42. * Control.cs: Even more implementation (Events). What a beast.
  43. 2001-08-20 Bob Smith <[email protected]>
  44. * Control.cs: More implementation. Not done yet. Shutter.
  45. 2001-08-17 Bob Smith <[email protected]>
  46. * Control.cs: Partial implementation.