This is the changelog for Inishell release 1.0.0
	*editing existing ini file:
		+populate the GUI according to the values in an existing ini file
		+show progress bar while loading
		+Comments are preserved, nested template parameters properly handled, unknown keys are preserved

	*usability improvements:
		+the file dialogs remember the last path they pointed to
		+add ".ini" extension when saving to a config file if necessary
		+new icons, hoping to make their meaning clearer
		+reset button on the GUI to revert to defaults

	*layout improvements:
		+fixed help text horizontal alignements issues
		+the help text is now verticaly aligned with the top of the widget
		+Notion of hierarchy for an easier handling of layout issues
		+layout now consistent between Linux and Windows, still some small spacing differences with osX
		+possibility to group parameters in a frame with a frame title

	*bug fixes:
		+default value in comboBox is honored
		+mandatory comboBox properly handled on osX
		+better help text handling

	*others:
		+keys are printed in the order they appear on the GUI
		+code cleanup and optimizations
		+add version information in MANIFEST and title bar
		+clean up and reorganization in build.xml, add help and pack targets
