* MdiClient.cs: Add the sizegrip when both scrollbars are used.
[mono.git] / mcs / build / ChangeLog
index ef4da8ca282dcf9f54431e4824643269df686972..4cbf05c7e5d253b00e6c53bea8e5f7634496bd95 100644 (file)
@@ -1,5 +1,37 @@
-2005-11-15 Vlad Spivak <spivak@mainsoft.com>
-       * net_1_1_java profile related changes
+2006-01-19  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (test_lib): Don't allow to be overridden.
+       (test_against, test_dep): Remove.
+
+2006-01-11 Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * executable.make: allow installing a different .config file for
+       executables such as nunit-console.exe that should use a different one
+       depending on the profile.
+
+2006-01-05  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (run-test-lib, run-test-ondotnet-lib): Workaround a
+       sed limitation when printing the testsuite log.
+
+2005-12-22  Raja R Harinath  <rharinath@novell.com>
+
+       * library.make (lib_dir): Define to 'compat' if LIBRARY_COMPAT is
+       defined, 'lib' otherwise.
+       (the_lib): Use it to decide where to place the output library.
+       (LIBRARY_PACKAGE): New define.  Install development symlinks for
+       compat libraries in a different directory.
+
+2005-12-03  Kornél Pál  <kornelpal@hotmail.com>
+
+       * config-default.make: Corrected default CODEPAGE comment to ISO-8859-1
+         (Latin 1).
+
+2005-11-22  Vladislav Spivak <spivak@mainsoft.com>
+       * Missed dependency. 
+       <profile>.sources file is supporting #include directive
+       Usually it includes common .sources file.
+       Let's make it dependency of <profile>.sources
 
 2005-10-03  Raja R Harinath  <rharinath@novell.com>