2005-10-18 Lluis Sanchez Gual <lluis@novell.com>
[mono.git] / ChangeLog
index 6a77594d1754c596e7c1726353b131d9945b9c5f..4495a84885ae0a75a5280956e5e1e3e8280466de 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,23 @@
+2005-10-11  John Luke  <john.luke@gmail.com>
+
+       * man/monop.1: update for new monop options
+       
+2005-10-04  Zoltan Varga  <vargaz@freemail.hu>
+
+       * configure.in: Fix up problems with the latest libtool on win32.
+
+2005-10-04  Zoltan Varga  <vargaz@gmail.com>
+
+       * configure.in: Remove 'Globalization:' entry from final message.
+
 2005-09-27  Raja R Harinath  <rharinath@novell.com>
 
        * configure.in (BUILD_MCS): New automake conditional.  Used to
        disable building the mcs/ tree if cross-compiling.
-       ($mcsdir/build/config.make): Don't clobber if we're cross-compiling.
+       (CROSS_COMPILING): New automake conditional.
+       ($mcsdir/build/config.make): Don't clobber when cross-compiling.
+       (GLIB_CFLAGS, GLIB_LIBS, GMODULE_CFLAGS, GMODULE_LIBS):
+       Define even when cross-compiling.
        * runtime/Makefile.am (all-local, install, uninstall, clean-local):
        Disable building in the mcs/ tree if !BUILD_MCS.