Tue Dec 16 12:15:00 GMT+2 2003 Joel Basson <jstrike@mweb.co.za>

	* Applied patch from Alberto Fernandez with the following changes...
	* Added Shorcut to MenuItem.
	* Changed demo.cs to work with new FileDialog.
	* Created dialogs (Basic funcionality).
	* Added new:
		Timer.cs (?)
	* Removed function ControlLocationChanged
		(the code has been moved to Control.OnLocationChanged, and now works from
		child Control, instead from parent.)
	* MenuItem
	* Menu
	* ContextMenu
	* MainMenu
	* Fixed Control.Size bug
	* New Samples:
		ButtonEvents2.cs
		ChangeParentDemo.cs (works with Gtk-Warnings)
		LabelClickDemo.cs (doesn't work for now)
		Menu.cs
	* Added new:
		CommonDialog.cs
		OpenFileDialog.cs
		SaveFileDialog.cs
		FolderBrowserDialog.cs
		PageSetupDialog.cs
		PrintDialog.cs
	* Changed:
		FileDialog.cs (now Inherits from CommonDialog, and is an abstract class).
	* Control.Parent works now.
	* Added - copied from current System.Windows.Forms (wine based): 

		ApplicationContext.cs
		BindingContext.cs
		BoundsSpecified.cs
		ComVisible.cs
		ControlBindingsCollection.cs
		ControlStyles.cs
		CreateParams.cs
		DragAction.cs
		DragDropEffects.cs
		DragEventArgs.cs
		DragEventHandler.cs
		DrawItemEventHandler.cs
		FlatStyle.cs
		FormBorderStyle.cs
		FormStartPosition.cs
		FormWindowState.cs
		GiveFeedbackEventArgs.cs
		GiveFeedbackEventHandler.cs
		HelpEventArgs.cs
		HelpEventHandler.cs
		IDataObject.cs
		ImageList.cs
		ImeMode.cs
		IMessageFilter.cs
		IWin32Window.cs
		InputLanguageChangedEventArgs.cs
		InputLanguageChangedEventHandler.cs
		InputLanguageChangingEventArgs.cs
		InputLanguageChangingEventHandler.cs
		InputLanguageCollection.cs
		InputLanguage.cs
		InvalidateEventArgs.cs
		InvalidateEventHandler.cs
		LayoutEventHandler.cs
		LeftRightAlignment.cs
		MdiLayout.cs
		MeasureItemEventArgs.cs
		MeasureItemEventHandler.cs
		MenuMerge.cs
		Message.cs
		MouseEventHandler.cs
		QueryAccessibilityHelpEventArgs.cs
		QueryAccessibilityHelpEventHandler.cs
		QueryContinueDragEventArgs.cs
		QueryContinueDragEventHandler.cs
		SizeGripStyle.cs
		UICues.cs
		UICuesEventArgs.cs
		UICuesEventHandler.cs

	* Added (new, incomplete):
		Cursor.cs
		Menu.cs
		ContextMenu.cs
		
	* Changed (to be compatible, now have empty methods):
		MainMenu.cs
		MenuItem.cs
	
	* Added (provides static conversion methods):
		SWFGtkConv.cs
	* Work on:
		Control.cs - Completed stub, connected some events.		
		Forms.cs - Completed stub.
		Button.cs - Some methos overriden, some property changes have
		to be aplied to the contained Gtk.Label (instead to the Gtk.Button)

	* Others minor changes...

Tue Nov 18 23:00:00 GMT+2 2003 Joel Basson <jstrike@mweb.co.za>

	* New start to DataGrid. Imported files from swf-winelib
	* CurrencyManager.cs	
	* BindingManagerBase.cs	
	* BindingsCollection.cs	
	* BaseCollection.cs	
	* Binding.cs	
	* ItemChangedEventArgs.cs	
	* ItemChangedEventHandler.cs	
	* ConvertEventArgs.cs	
	* ConvertEventHandler.cs	
	* BindingMemberInfo.cs	
	* BorderStyle.cs	
	* KeyEventArgs.cs	
	* KeyEventHandler.cs	
	* KeyPressEventArgs.cs	
	* KeyPressEventHandler.cs	
	* Keys.cs	
	* AccessibleObject.cs	
	* AccessibleEvents.cs	
	* AccessibleNavigation.cs	
	* AccessibleRole.cs	
	* AccessibleSelection.cs	
	* AccessibleStates.cs	
	* NavigateEventArgs.cs	
	* NavigateEventHandler.cs	
	* PaintEventArgs.cs	
	* PaintEventHandler.cs	
	* GridTableStylesCollection.cs	
	* GridColumnStylesCollection.cs	
	* DataGrid.cs	
	* IDataGridColumnStyleEditingNotificationService.cs	
	* IDataGridEditingService.cs	
	* DataGridColumnStyle.cs	
	* DataGridBoolColumn.cs	
	* DataGridCell.cs	
	* DataGridLineStyle.cs	
	* DataGridParentRowsLabelStyle.cs	
	* DataGridPreferredColumnWidthTypeConverter.cs	
	* DataGridTableStyle.cs	
	* DataGridTextBoxColumn.cs	
	* DataGridTextBox.cs	

Fri Oct	24 20:50:00	GMT+2 2003 Joel Basson <jstrike@mweb.co.za>

	* Added start of DataGrid

Fri Jul 04 20:30:10 GMT 2003 Joel Basson <jstrike@mweb.co.za>

	* Started the List Control
 
Wed Jul 02 00:31:21 CEST 2003 Philip Van Hoof <me@freax.org>

	* Created this ChangeLog file
	* Fixed the positioning of MainMenus and StatusBar Controls (and ToolBar 
	  Controls, but we don't completed this Control yet)
	* Prepared the Button-control for button1.Controls.Add ( ... );

Thu Jul 01 00:00:00 CEST 2003 Philip Van Hoof <me@freax.org>
	
	* Made Form1.cs compile and run on both Windows and Linux platforms
	* A lot hacks and fixes

Xyz Xyz 00 00:00:00 CEST 2003 Older changes by Philip Van Hoof <me@freax.org>

	* The positioning of a MainMenu
	* Copy/Paste/Cut in TextBoxes
	* Minor hacks for Control.cs

Xyz Xyz 00 00:00:00 CEST 2003 Older changes by Joel Basson <jstrike@mweb.co.za>

	* Implementations of the GroupBox, FileDialog, ColorDialog, MainMenu, MenuItem,
	  CheckBox, MessageBox, ...


Xyz Xyz 00 00:00:00 CEST 2003 Philip Van Hoof <me@freax.org>

	* Initial Version of this implementation by
		Miguel de Icaza (miguel@ximian.com)
		Rachel Hestilow (hestilow@ximian.com)

2003-06-01  Joel Basson  <jstrike@mweb.co.za>

* Added Click event to menus
* Updated demo.cs
* Many other additions by Philip Van Hoof

2003-05-25  Joel Basson  <jstrike@mweb.co.za>

* PictureBoxSizeMode.cs
* Added relevent functions to PictureBox.cs
* Updated demo.cs 

2003-05-25  Joel Basson  <jstrike@mweb.co.za>

* Added Shortcut and Checked property to MenuItem.cs
* Updated Demo2.cs to demonstrate new properties 

2003-05-24  Joel Basson  <jstrike@mweb.co.za>

* MainMenu.cs
* MenuItem.cs
* Some more work done to MessageBox.cs

2003-05-11  Joel Basson  <jstrike@mweb.co.za>

* MessageBox.cs
* Bugfix to ComboBox.cs
* Small update to Form.cs 

2003-05-09  Joel Basson  <jstrike@mweb.co.za>

* Added many new properties to Combo.cs
* Fixed the TextBox.Text get property
* Fixed some properties in Form.cs
* Small code cleanups  

2003-05-07  Joel Basson  <jstrike@mweb.co.za>

* Added ComboBox.Items.Add and ComboBox.Items.Add to ComboBox.cs
* FontDialog.cs
* Added new Demo2.cs test app

2003-04-17	Joel Basson  <jstrike@mweb.co.za>	

* ComboBox.cs
* ColorDialog.cs
* Improved functionality in RadioBox.cs
* Fix some things that were broken with the update to gtk-sharp-0.8

2003-03-17  Joel Basson  <jstrike@mweb.co.za>

* FileDialog.cs
* Updated Demo.cs and added "Enabled" property
 
2003-03-10  Joel Basson  <jstrike@mweb.co.za>

* Update Demo.cs to reflect current status, and got rid termination bug

2003-03-10  Joel Basson  <jstrike@mweb.co.za>

* PictureBox.cs

2003-03-08  Joel Basson  <jstrike@mweb.co.za>

* Frame.cs should have been GroupBox.cs

2003-03-07  Joel Basson  <jstrike@mweb.co.za>

*	CheckBox.cs
*	RadioButton.cs
*	Frame.cs
*	Added properties: Size and Name
*	Touchups here and there

2002-8-7  DennisHayes <dennish@raytek.com>

*  Started changelog

2002-8-7  DennisHayes <dennish@raytek.com>
Check in for  Remco de Jong <rdj@rdj.cg.nu>

* HorizontalAlignment.cs
* ProgressBar.cs
* ScrollBars.cs
* TextBox.cs
* TextBoxBase.cs
* added new files with some functinality
