Continued work on PropertyGrid control. Use double buffering to draw.
[mono.git] / ChangeLog
index 756e36d634776847c03a6661359ec05c4d7ab4c4..35f0a19f96bff4d14c1027967c882dd00405d8a1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,50 @@
+2005-05-17  Zoltan Varga  <vargaz@freemail.hu>
+
+       * man/mono.1: Document the new MONO_DEBUG options.
+
+2005-05-16  Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in (AC_OUTPUT): Add mono/arch/ia64/Makefile.
+
+2005-05-08  Ben Maurer  <bmaurer@ximian.com>
+
+       * scripts/Makefile.am (bin_SCRIPTS): monoresgen.exe is not
+       installed, therefore, don't make a script for it.
+
+2005-05-05  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Applied patch from Jakub Bogusz <qboosh@pld-linux.org>.
+       Fix library names on sparc-linux and alpha-linux.
+
+2005-05-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * runtime/Makefile.am: Pass the prefix to the mcs makefiles.
+
+2005-04-28  James Willcox  <james@ximian.com>
+
+       * man/mkbundle.1: add --config-dir flag
+
+2005-04-27  Raja R Harinath  <rharinath@novell.com>
+
+       * configure.in (AC_DISABLE_FAST_INSTALL): Set.
+
+2005-04-25  Ben Maurer  <bmaurer@ximian.com>
+
+       * configure.in: Version bumpage
+
+2005-04-25  Raja R Harinath  <rharinath@novell.com>
+
+       Fix #74692.
+       * configure.in ($mcsdir/build/config.make): Point RUNTIME and
+       ILDISASM to the in-tree versions of mono and monodis.  Propagate
+       value of INSTALL to mcs too.
+       * runtime/Makefile.am: Avoid passing RUNTIME and ILDISASM to each
+       sub-make, now that 'configure' sets up the 'mcs' tree.
+
 2005-04-23  Zoltan Varga  <vargaz@freemail.hu>
 
+       * doc: Remove unused directory.
+       
        * configure.in: Remove --with-icu option to prevent people from using
        it by mistake.