- Switched XplatUIWin32 to Unicode. Fixes #71147
[mono.git] / mcs / class / ChangeLog
index 2fe978ef2c40bea84eeb0adda787f1df6d4c3327..54a6cdcba64d2eda395f98895115c5c0edc65c12 100644 (file)
@@ -1,3 +1,56 @@
+2005-01-04  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (DIST_ONLY_SUBDIRS): Remove Managed.Windows.Forms.
+
+2004-12-26  Peter Bartok  <pbartok@novell.com>
+
+       * Makefile (SUBDIRS): Switched from System.Windows.Forms to
+         Managed.Windows.Forms to build with the managed implementation
+         by default.
+
+2004-12-08  Martin Baulig  <martin@ximian.com>
+
+       * Mono.CSharp.Debugger/: Renamed to Mono.CSharp.CompilerServices.
+       (the DLL it creates has already been renamed a long time ago).
+
+2004-12-08  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (monolite_files): New.  Do away with lib/basic.tar.gz.
+       Create the files in lib/monolite/.
+       (DISTFILES, dist-default, dist-local): Distribute them.
+
+2004-12-06  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (SUBDIRS): Move I18N after second-pass of System.
+
+2004-12-03  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (basic_SUBDIRS): Add second-pass System, too.
+       (basic_files): Add System.Xml.dll.
+
+2004-12-02  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile : now we need System.Xml.dll for basic bootstrapping.
+
+2004-11-25  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (DISTFILES): Add public and private keys.
+       (lib/basic.tar.gz): New.
+       (dist-local): Distribute it.
+       (DIST_ONLY_SUBDIRS): Distribute Managed.Windows.Forms.
+       * I18N/Makefile (DISTFILES): Add Assembly/ChangeLog and
+       Assembly/AssemblyInfo.cs.
+       * IBM.Data.DB2/Makefile (EXTRA_DISTFILES): Distribute ibm.pub.
+
+2004-11-22  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_1_1_bootstrap_SUBDIRS): Add Mono.Security.
+
+2004-11-19  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (DIST_PROFILES): New.
+       (dist-local): Create profile-specific directories in the tarball.
+
 2004-11-12  Martin Baulig  <martin@ximian.com>
 
        * Makefile (SUBDIRS): Added Mono.C5.