2004-05-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* monop.cs: give the correct assembly that fails loading or the type.

2004-05-14  Carlos Alberto Cortez <carlos@unixmexico.org>

	* outline.cs: Support for delegates and nested types
	added.

2004-05-09  John Luke  <jluke@cfl.rr.com>

	* monop.cs: seperate assembly loading into .GetAssembly method,
	fail gracefully, and support loading assemblies from absolute and
	relative paths
	support /r: as well as -r:

2004-05-08  Pawel Rozanski  <tokugawa@afn.no-ip.org>

	* monop-completion.sh: simple bash completion for monop

2004-05-07 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: Helpers for completion.

2004-05-05  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* monop.cs: use assembly.LoadWithPartialName.

2004-04-29  Lluis Sanchez Gual  <lluis@ximian.com>

	* outline.cs: Property.GetGetMethod() does not return the method if it
	is private (it did until now because of a bug). Make sure it works as it 
	worked before the fix.

2004-04-27 Ben Maurer  <bmaurer@users.sourceforge.net>

	* outline.cs: Don't show the interfaces of an enum,
	s/;/, for enum. Style cop.

2004-04-27  John Luke <jluke@cfl.rr.com>

	* outline.cs: add GetTypeKind so we print
	enums and interfaces, instead of always class or
	struct	
	add a special case for enums so we just print the fields
	and quit

2004-04-03  Duncan Mak  <duncan@ximian.com>

	* monop.cs (PrintTypes): show the number of types in the assembly
	as well.

2004-03-30 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: Print out class list on just -r.

2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: Add buffering, makes output way, way faster.

2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>

	* outline.cs: add support for events.

2004-03-15 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: remove printing logic.
	* outline.cs: new file that just does printing stuff.

	Makes the code *MUCH* cleaner.

2004-03-15  Miguel de Icaza  <miguel@ximian.com>

	* monop.cs: Add -r: command line.

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: do structs better.

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: add gtk#. Try catch if gtk# is not installed.

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: You can type `monop string'

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: show `static' when it applies. Static members
	first. new sorting stuff.

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: sort members

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: show base type, interfaces.

2004-03-14 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: Make this work on MS (we have a bug).

2004-03-07 Ben Maurer  <bmaurer@users.sourceforge.net>

	* monop.cs: New tool, clone of javap. Allows you to get
	an outline view of a class.

