2005-06-10 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/nunit-gtk.glade: fixed problems that showed up with dialogs on
	gtk# 1.0.

2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* configure.in: added GNUNIT_VERSION.
	* gnunit/src/AssemblyInfo.cs.in: use GNUNIT_VERSION instead.
	* gnunit/NEWS: Removed.
	* gnunit/README: updated.

2005-06-09 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/main.cs:
	* src/nunit-gtk.glade:
	* src/AssemblyStore.cs: make it compile/run using gtk-sharp 1.

2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/main.cs: no more obsolete gtk# stuff used.
	* README: nunit-gtk => gnunit

2005-06-07 Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/nunit-gtk.schema:
	* src/main.cs:
	* src/nunit-gtk.glade:
	* src/AssemblyStore.cs:
	* src/Settings.cs: added support for categories, display the number of
	assertions made, workaround 'Stop' as thread.Abort wasn't doing very
	well.

2005-05-08  Ben Maurer  <bmaurer@ximian.com>

	* src/Makefile.am, script*.in: use @RUNTIME@ rather than
	@bin_dir@/mono. This is a problem for people who have mono-tools
	and mono in a different prefix (say you install mono from rpm but
	want to hack on monodoc).

2005-04-23  Mike Kestner  <mkestner@novell.com>

	* src/Makefile.am : distcheck fixes.

2005-01-23  Ben Maurer  <bmaurer@ximian.com>

	* src/gnunit2.exe.config: Config file for 2.0

	* src/Makefile.am: Do this the right way.

	* configure.in: Remove 2.0 hackishness

2004-12-27  Ben Maurer  <bmaurer@ximian.com>

	* configure.in: 2.0 happyness

	* src/Makefile.am: Create gnunit2 for 2.0 apis. Make everything
	follow the mono conventions now.

2004-08-05  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* src/main.cs: Implement translator credits the proper way.
	* src/.cvsignore: Added catalog.cs

2004-05-29  Jordi Mas <jordi@ximian.com>

	* configure.in: added Catalan po processing

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

	* configure.in: added catalog.cs to the output.	

	* src/Makefile.am: use catalog.cs.in instead of catalog.cs.
	* src/catalog.cs: Removed file.
	* src/catalog.cs.in: added InitCatalog. It sets the directory to the one
	where the .mo files are installed, not the default one, which might
	be different.

	* src/main.cs: commented out the Log stuff. It crashes.

2004-05-28  Martin Willemoes Hansen  <mwh@sysrq.dk>

	* autogen.sh: Swapped automake and aclocal to prevent 
	error msgs on the first run of autogen.sh
	* autogen.sh: I18N 
	* configure.in: Ditto
	* Makefile.am: Ditto
	* mkinstalldirs: Ditto (Workaround for automake-1.8.x)
	* .cvsignore: Ditto
	* po/ChangeLog: Ditto
	* po/da.po: Ditto
	* po/es.po: Ditto
	* po/fr.po: Ditto
	* po/README: Ditto (added)
	* po/POTFILES.in: Ditto
	* resources/*: Ditto (removed)
	* src/AssemblyStore: Ditto
	* src/catalog.cs: Ditto (added)
	* src/FileDialog.cs: Ditto
	* src/main.cs: Ditto
	* src/Makefile.am: Ditto
	* src/translation.cs: Ditto (removed)

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

	* src/AssemblyStore.cs:
	* src/Makefile.am:
	* src/main.cs: make it compile with new nunit 2.2 beta.

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

	* configure.in:
	* src/Makefile.am: updated to use the fancy -pkg option in mcs.

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

	* src/main.cs: update to CVS gtk#.

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

	distcheck works now.

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

	* src/AssemblyStore.cs: make it work with CVS gtk#.

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

	* src/nunit-gtk.glade: Beautify.

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

	* src/AssemblyStore.cs, src/main.cs: Some more code cleanup.
	Also, made ctrl+f work in the treeview.

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

	* src/AssemblyStore.cs, src/CircleRenderer.cs, src/main.cs:
	cleanup use of GLib.Value. Does a little bit of code cleanup.

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

	* src/AssemblyStore.cs: workaround for mcs bug. Canceling tests now is
	inmediate; no need to wait for the current running test to finish.

	* src/main.cs: make it compile with CVS Gtk#.

2003-12-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs:
	* src/main.cs: updated to CVS gtk#.

2003-11-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/CircleRenderer.cs:
	* src/main.cs:
	* src/resources/strings.txt: readded the circles. CVS gtk# works now.

2003-11-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/CircleRenderer.cs: fix nullef
	* src/translation.cs: disabled translations by now.

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

	* configure.in: 0.2.99
	* src/AssemblyInfo.cs: Removed file. It's autogenerated now...
	* src/AssemblyInfo.cs.in: ...from this one.
	* src/Makefile.in: modified accordingly.

2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* INSTALL:
	* README:
	* NEWS: updated.

	* configure.in:
	* src/AssemblyInfo.cs: version 0.2

	* src/main.cs: don't crash if the schema is not installed;

2003-10-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/Makefile.in: dist works now.
	* src/resources/strings.txt: Modified file.

2003-10-03  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: Get the path for the assembly. Weird.

	* src/main.cs: gets the full path of the assembly and change the current
	directory to the one containing the current test assembly. Don't
	use a CellRendererPixbuf.

	* src/CircleRenderer.cs: well, at least it displays something and
	doesn't crash.

2003-07-23  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/Makefile.am: some fixes for automake1.4 (i hope this also works
	with 1.7). Thanks to Chris Turchin (chris@turchin.net).

2003-07-10  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* .cvsignore:
	* Makefile.am:
	* autogen.sh:
	* configure.in:
	* makefile: Removed file.
	* makefile.gnu: Removed file.
	* art/.cvsignore:
	* art/Makefile.am:
	* src/.cvsignore:
	* src/Makefile.am:
	* src/makefile: Removed file.
	* src/makefile.gnu: Removed file.
	* src/resources/.cvsignore: use auto* and added .cvsignore.

2003-07-04  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* README:
	* src/main.cs: updated to use Data property instead of Get/SetData.
	* src/makefile.gnu: fixed topdir and mcs options.

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

	* makefile.gnu: use monoresgen again. If you don't have a script for it,
	try http://primates.ximian.com/~gonzalo/mono/util/ ;-).

	* src/AssemblyStore.cs: the test are run in a separate thread now so
	the UI doesn't freeze.
	
	* src/main.cs: added an elapsed time counter when running the tests.

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

	* src/makefile.gnu: don't call 'monoresgen' directly. Uses
	monoresgen.exe instead and allow the user defining RUNTIME and
	MONORESGEN to locate and execute it.

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

	* src/makefile.gnu: added Danish translation from Martin.

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

	* src/AssemblyStore.cs:
	* src/FileDialog.cs:
	* src/getstrings.pl:
	* src/main.cs:
	* src/makefile.gnu:
	* src/translation.cs:
	* src/resources/strings.es.txt:
	* src/resources/strings.txt: added I18N support  la .NET. You still
	have to set the culture manually to see it working. Currently only
	English and Spanish available ;-).

Thu May 1 16:08:52 CEST 2003 Paolo Molaro <lupus@ximian.com>

	* src/main.cs: disable row expansion when a test suite is run.

2003-04-16  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: keep the result from the last test. Allow
	quitting the application while loading an assembly.
	
	* src/FileDialog.cs: title and complete are parameters now.
	* src/main.cs: allow saving the result from the last test run to an XML
	file.

	* src/nunit-gtk.glade: added overwriteDialog.

2003-04-13  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs: don't gray out the tests already run.
	* src/main.cs: work around for the Gnome.About issue. Added a label for
	displaying the number of tests run, ignored and failed. Double-clicking
	on a test will run it.

2003-04-06  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* src/AssemblyStore.cs:
	* src/main.cs:
	* src/nunit-gtk.glade: added ability to cancel running tests. Display
	a dialog when an unhandled exception happens.

	You need latest gtk# and mono runtime for this to work.

2003-04-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>

	* Initial check in.

