
2003-10-08	Gaurav Vaish <gvaish_mono AT lycos.com>

	* SelectionList.cs       : Initial implementation.
	* ListDataHelper.cs      : Initial implementation.
	* TextBox.cs             : Dummy implmentation.

2003-10-08	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Style.cs               : ApplyTo(WebControl)        - Stubbed.

2003-08-14	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileControl.cs       : Style { get; }             - Completed.

2003-04-29	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobilePage.cs          : Adapter { get; }           - Stubbed.

2003-04-08	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Style.cs               : Implements interfaces now.

2003-04-07	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItem.cs      : Completed.

2003-04-04	Gaurav Vaish <gvaish_mono AT lycos.com>

	* DeviceSpecificChoice.cs: FindAndApplyProperty(...) - Bug fix.
	* Style.cs               : Added several properties.

2003-04-04	Gaurav Vaish <gvaish_mono AT lycos.com>

	* DeviceSpecificChoice.cs: HasTemplates { get; },
	                         : FindAndApplyEvent(...)     - Completed
	                         : FindAndApplyProperty(...),
	                         : CheckOnPageEvaluator(...)  - Init impl.

2003-04-03	Gaurav Vaish <gvaish_mono AT lycos.com>

	* DeviceSpecific.cs      : Almost done.
	* DeviceSpecificChoice.cs: HasTemplates { get; } - Subbed.
	* Style.cs               : Control      { get; } - Stubbed.
	* MobileControl.cs       : FindClosestTemplateControl()
	                                                 - Stubbed.

2003-02-23	Gaurav Vaish <gvaish_mono AT lycos.com>

	* CustomValidator.cs     : Completed.
	* DeviceSpecific.cs      : Initial implementation.
	* DeviceSpecificChoiceTemplateContainer.cs
	                         : Completed.
	* DeviceSpecificChoiceCollection.cs
	                         : Completed.
	* DeviceSpecificChoice.cs: Initial implementation.

2003-02-23	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Calendar.cs            : Completed.
	* BaseValidator.cs       : Completed.
	* CompareValidator.cs    : Completed.

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItemCollection.cs
	                         : Stubbed Add(...) methods.

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItemCollection.cs
	                         : Stubbed IStateManager methods.

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ListDataHelperInternal.cs
	                         : Moved to Util namespace,
	                           as ListDataHelper.cs

2003-01-30	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ListDataHelperInternal.cs
	                         : Added class.

2003-01-27	Gaurav Vaish <gvaish_mono AT lycos.com>

	* IListControl.cs        : A private class hacked.
	* PagedControl.cs        : Fixed typo error (OnPageChange)
	* List.cs                : Stubbed almost all methods. Will
	                           implement tommorrow. Time to sleep.
	* MobileListItemCollection.cs
	                         : Finally, a collection class will bite
	                           me all. ;-)

2003-01-27	Gaurav Vaish <gvaish_mono AT lycos.com>

	* List.cs, PagedControl.cs
	                         : Was I drunk? or Sleeping when I wrote
	                           the classes? I mixed up the methods.
	                           Reorganizing.
	* PagedControl.cs        : Completed.

2003-01-26	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Form.cs                : HasActiveHandler()       - Stubbed.
	* List.cs                : Initial implementation.
	* ItemPager.cs,
	* Image.cs,
	* Link.cs,
	* ListDataBindEventArgs.cs,
	* ListDataBindEventHandler.cs,
	* ListCommandEventArgs.cs,
	* ListCommandEventHandler.cs,
	* LoadItemsEventArgs.cs,
	* LoadItemsEventHandler.cs
	                         : Completed.
	* MobilePage.cs          : ActivePage { get; set; } - Stubbed.
	                         : GetForm(string)          - Stubbed.
	* PagedControl.cs        : Initial implementation.

2003-01-25	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ControlPager.cs        : Completed.
	* ItemPager.cs           : Initial implementation.

2003-01-24	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ControlPager.cs        : PageCount { get; set; }   - Stubbed.
	* MobileControl.cs       : EnablePagination { get; set; }
	                                                     - Completed
	                         : SetControlPageRecursive   - Stubbed.
	* Panel.cs               : Completed.

2003-01-23	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Command.cs             : Completed.
	* Form.cs                : CurrentPage { get; set; } - Stubbed.

2003-01-19	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Command.cs             : Initial implementation.
	* IObjectListFieldCollection.cs
	                         : F*** the docs. Use only reflection
	                           to get the correct methods / properties.
	* TextControl.cs         : Implemented.
	* ObjectListCommandEventArgs/Handler.cs
	                         : Implemented.
	* MobileListItem.cs      : Initial Implementation.
	* ObjectListItem.cs      : Initial Implementation.
	* ObjectList.cs          : Initial Implementation.
	* TemplateContainer.cs   : Initial Implementation.

2003-01-18	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Constants.cs           : Undocumented class. Reflection revealed.	
	                           Implemented.

2003-01-18	Gaurav Vaish <gvaish_mono AT lycos.com>

	* ArrayListCollectionBase.cs
	                         : Implemented.

2003-01-14	Gaurav Vaish <gvaish_mono AT lycos.com>

	* *.cs                   : Update the year in copyright notice.

2003-01-13	Gaurav Vaish <gvaish_mono AT lycos.com>

	* Label.cs               : The smallest class on this earth.

2003-01-12	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileControl.cs       : Stub-ing completed. ;-)
	* ControlPager.cs        : Dummy implementation.

2003-01-12	Gaurav Vaish <gvaish_mono AT lycos.com>

	* FontInfo.cs            : Implemented.
	* Form.cs                : Initial implementation.
	* Panel.cs               : Initial implementation.
	* MobileControl.cs       : Stubbed all properties.

2003-01-10	Gaurav Vaish <gvaish_mono AT lycos.com>

	* DeviceSpecific.cs      : Dummy implementation.
	* MobilePage.cs          : GetControlAdapter(MobileControl) - Stubbed.
	* MobileControl.cs       : Adapter        { get; }      - Implemented
	                         : BreakAfter     { get; set; } - Stubbed.
	                         : DeviceSpecific { get; set; } - Stubbed.
	                         : MobilePage     { get; }      - Stubbed.

2003-01-10	Gaurav Vaish <gvaish_mono AT lycos.com>

	* IObjectListFieldCollection.cs,
	* IPageAdapter.cs,
	* ITemplateable.cs                    : Added interface.
	* ObjectListField.cs                  : Dummy implementation.

2003-01-10	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileListItemType.cs,
	* ObjectListViewMode.cs,
	* WmlListFieldType.cs,    // Failed to locate enumeration!
	* Wrapping.cs
	                         : Added enumerations.

2003-01-09	Gaurav Vaish <gvaish_mono AT lycos.com>

	* MobileControl.cs       : Added some more properties (dummies).
	* Alignment.cs,
	* BooleanOption.cs,
	* CommandFormat.cs,
	* FontSize.cs,
	* FormMethod.cs,
	* ListDecoration.cs,
	* ListSelectType.cs,
	                         : Added enumerations.

2003-01-08	Gaurav Vaish <gvaish_mono AT lycos.com>

	* IControlAdapter.cs     : Completed interface.
	* MobileControl.cs       : Initial implementation.
	* MobilePage.cs          : Dummy implementation.

