2010-12-01  Jonathan Pryor  <jonpryor@vt.edu>

	Add response file suport to Mono.Options.

	Response file support is an "opt-in" feature, performed by adding
	a ResponseFileSource to the OptionSet initialization logic:

	var p = new OptionSet () { // normal options here... new
	ResponseFileSource (), };

	Response files make use of the new "ArgumentSource" support, which
	acts as a low-level argument pre-processor, allowing processing of
	arguments _before_ Option processing is performed.

2010-06-09  Jonathan Pryor  <jpryor@novell.com>

	* Mono.Options_test.dll.sources: Add additional sources.

2008-10-22  Jonathan Pryor  <jpryor@novell.com>

	* Documentation/en/**/*.xml: s/NDesk.Options/Mono.Options/g (How'd I
	  miss this earlier?).

2008-10-22  Jonathan Pryor  <jpryor@novell.com>

	* Documentation/en/Mono.Options/OptionSet.xml: Document the support for
	  nullable types.

2008-10-17  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Use NO_INSTALL to prevent installation instead of using
	  do-install and do-uninstall.

2008-10-17  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Add fixup-docs target, to simplify importing NDesk.Options
	  documentation for use in Mono.Options

2008-10-14  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Don't bother installing Mono.Options.dll into the GAC (or
	  anywhere else), instead just follow a subset of the App Deployment 
	  Guidelines and install just the source into $prefix/lib/mono-options.

2008-10-14  Jonathan Pryor  <jpryor@novell.com>

	* Makefile: Install Options.cs into the GAC, so that mono-options.pc
	  can perform source install (as suggeted by App Deployment Guidelines).

2008-10-13  Jonathan Pryor  <jpryor@novell.com>

	* ChangeLog: Started.
	* Makefile: Added; build Mono.Options; do NOT install as an ABI-stable
	  package.
	* Mono.Options.dll.sources: Added; sources for Mono.Options.dll.
	* Mono.Options_test.dll.sources: Added; Test sources.

