Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel de Icaza <miguel@gnome.org>2007-12-11 01:45:06 +0300
committerMiguel de Icaza <miguel@gnome.org>2007-12-11 01:45:06 +0300
commita69047bd6d84f512fe2bbe95e78c2e8c75bc4653 (patch)
treee55263be1cd8c2c240dcca72778db9aa18c4760e /mcs/class/System/System.Diagnostics/ChangeLog
parent4c230c9a443790c9d977a811b2fadd2d73b68bdb (diff)
07-12-10 Miguel de Icaza <miguel@novell.com>
* DefaultTraceListener.cs: By default set the AssertUiEnabled to false, as this is what we had previously and some broken applications (Tomboy) are too trigger happy with Debug.Assert. Also, we now load the Windows.Forms code on demand, instead of preloading it on the static ctor to reduce memory usage. svn path=/trunk/mcs/; revision=91070
Diffstat (limited to 'mcs/class/System/System.Diagnostics/ChangeLog')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 61cf79cc204..b276e13e458 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -1,3 +1,12 @@
+2007-12-10 Miguel de Icaza <miguel@novell.com>
+
+ * DefaultTraceListener.cs: By default set the AssertUiEnabled to
+ false, as this is what we had previously and some broken
+ applications (Tomboy) are too trigger happy with Debug.Assert.
+
+ Also, we now load the Windows.Forms code on demand, instead of
+ preloading it on the static ctor to reduce memory usage.
+
2007-12-08 Gert Driesen <drieseng@users.sourceforge.net>
* LocalFileEventLog.cs: To allow entry to be fully written before