2004-02-13 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / ChangeLog
index e3c98f9c09fb5f3fdab7d4418cafadc6e1a838ef..311c33bdb1deb9e25005e0c11ba188663b2958b7 100644 (file)
@@ -1,3 +1,44 @@
+2004-01-14  Martin Willemoes Hansen  <mwh@sysrq.dk>
+
+       * INSTALL.txt: Fixed, autogen should be autogen.sh
+
+2003-12-01  Cesar Lopez Nataren  <cesar@ciencias.unam.mx>
+
+       * Added dirs mcs/jtest and mcs/jerrors.
+
+2003-10-28 Jackson Harper <jackson@ximian.com>
+
+       * INSTALL.txt: Tell users where to find monocharges, do not
+       reference README.building.
+       
+2003-07-22  Peter Williams  <peter@newton.cx>
+
+       * README: INSTALL.txt, not INSTALL.
+
+2003-07-20  Peter Williams  <peter@newton.cx>
+
+       * nunit20/nunit-console/Makefile (PROGRAM): Put nunit-console.exe
+       in $(topdir)/class/lib so we can find our DLL's.
+
+2003-07-18  Peter Williams  <peter@newton.cx>
+
+       * build/library.make (dist-local): Fancy make dist magic gives
+       way to boring old 'for'.
+
+       * build/executable.make (dist-local): Ditto.
+
+2003-07-17  Peter Williams  <peter@newton.cx>
+
+       * build/profiles/default.make: Actually fix this. Use the platform
+       compiler all the way.
+
+2003-07-17  Peter Williams  <peter@newton.cx>
+
+       * build/profiles/default.make: Try to make this smarter so
+       that we can build on Windows. Specifically, don't require
+       the mono runtime. Combined with the corlib $(BOOT_COMPILE) change,
+       this should make corlib build out of the box, I think.
+
 2003-07-16  Peter Williams  <peter@newton.cx>
 
        A whole passel of build system changes. Doc updates: