ChangeLog 965 B

12345678910111213141516171819202122232425262728293031323334
  1. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  2. * IObjectListFieldCollection.cs,
  3. * IPageAdapter.cs,
  4. * ITemplateable.cs : Added interface.
  5. * ObjectListField.cs : Dummy implementation.
  6. 2003-01-10 Gaurav Vaish <gvaish_mono AT lycos.com>
  7. * MobileListItemType.cs,
  8. * ObjectListViewMode.cs,
  9. * WmlListFieldType.cs, // Failed to locate enumeration!
  10. * Wrapping.cs
  11. : Added enumerations.
  12. 2003-01-09 Gaurav Vaish <gvaish_mono AT lycos.com>
  13. * MobileControl.cs : Added some more properties (dummies).
  14. * Alignment.cs,
  15. * BooleanOption.cs,
  16. * CommandFormat.cs,
  17. * FontSize.cs,
  18. * FormMethod.cs,
  19. * ListDecoration.cs,
  20. * ListSelectType.cs,
  21. : Added enumerations.
  22. 2003-01-08 Gaurav Vaish <gvaish_mono AT lycos.com>
  23. * IControlAdapter.cs : Completed interface.
  24. * MobileControl.cs : Initial implementation.
  25. * MobilePage.cs : Dummy implementation.