* Managed.Windows.Forms/System.Windows.Forms/HtmlDocument.cs,
[mono.git] / mcs / ChangeLog
index 152d8acbf459db81e91d2b413109b0752feee693..83f704b145649c8dcaf5d489519ff4a0ef7ba391 100644 (file)
@@ -1,3 +1,114 @@
+2008-10-20  Jonathan Pryor  <jpryor@novell.com>
+
+       * docs/Makefile (MONO_DIRS): Add Mono.Data.SqliteClient docs.
+
+2008-10-18  Jonathan Pryor  <jpryor@novell.com>
+
+       * docs/Makefile (MONODOC_INSTALL_DIR): Prefix path with $(DESTDIR) so 
+         that it installs properly under the buildbot.
+
+2008-10-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * docs/Makefile (DISTFILES): Don't use 'find' to list files.
+
+2008-10-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (net_2_0_SUBDIRS): Add 'docs'.
+       * docs/Makefile: Build documentation only in the net_2_0 profile.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * docs/Makefile: Add install/uninstall support.
+
+2008-10-17  Jonathan Pryor  <jpryor@novell.com>
+
+       * docs/Makefile: Assemble documentation.
+       * docs/cs-errors.config: Update to refer to correct directory.
+       * docs/mono-tools.config: Man pages are in mono/man now...
+
+2008-10-08  Zoltan Varga  <vargaz@gmail.com>
+
+       * README: Update after the profile changes.
+
+       * Makefile */Makefile build/profiles/*.make: Rename the 'default'
+       profile to 'net_1_1'.
+
+2008-05-14  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Enabled more tests.
+
+2008-02-18  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (net_2_0_centum_tests): Add System.Xml.Linq here.
+
+2008-02-17  Raja R Harinath  <harinath@hurrynot.org>
+
+       * Makefile (_boot_): Orchestrate the net_2_1 bootstrap.
+       (net_2_1_bootstrap_SUBDIRS, net_2_1_raw_SUBDIRS): New.
+
+2008-02-06  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile (dir-check): Hopefully fix make dist.
+
+2008-02-05  Zoltan Varga  <vargaz@gmail.com>
+
+       * Makefile: Abort with an error message if make is typed directly in this
+       directory, instead from the 'mono' directory.
+
+2007-12-06  Atsushi Enomoto  <atsushi@ximian.com>
+
+       * Makefile: currently Sys.Web.Extensions is not ready for
+         centum_tests.
+
+2007-12-04  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Added more tests.
+
+2007-12-03  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Added 3.5 profile, it probably not used here.
+
+2007-11-28  Raja R Harinath  <harinath@gmail.com>
+
+       * Makefile (_boot_): Incorporate 'net_2_1' into the bootstrap
+       process -- it depends on 'net_2_0' profile being built.
+
+2007-07-27  Marek Safar  <marek.safar@gmail.com>
+
+       * Makefile: Removed gmcs and smcs, removed DIST_ONLY_SUBDIRS.
+
+2007-07-27  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: integrate the tuner in the build.
+
+2007-07-26  Jb Evain  <jbevain@novell.com>
+
+       * smcs: add a project of its own for the 2.1 compiler.
+
+2007-07-11  Jb Evain  <jbevain@novell.com>
+
+       * Makefile: work on the 2.1 profile.
+
+2007-05-11  Raja R Harinath  <rharinath@novell.com>
+
+       * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'mcs'.
+
+2007-04-18  Marek Habersack  <grendello@gmail.com>
+
+       * Makefile (SUBDIRS): removed tools/culevel, it is now built in
+       the 1.1 bootstrap phase.
+
+2007-04-17  Marek Habersack  <mhabersack@novell.com>
+
+       * Makefile (thisdir): added tools/culevel to the list of
+       subdirectories - it must be compiled before compiling the classes
+       since System.Web depends on it.
+
+2007-04-06  Wade Berrier  <wberrier@novell.com>
+
+       * Makefile: use bzip2 instead of gzip for 'make dist'
+       (even though it's not used here anymore)
+
 2006-08-18  Raja R Harinath  <rharinath@novell.com>
 
        * Makefile (net_2_0_bootstrap_SUBDIRS): Add 'tools'.