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:
authorAndreas N <andreas@mono-cvs.ximian.com>2003-11-12 23:32:56 +0300
committerAndreas N <andreas@mono-cvs.ximian.com>2003-11-12 23:32:56 +0300
commit7ffd65ca4dbeba3dea282d2c81d077f6204ffa7e (patch)
tree46ccdc33e74b5b5200dbbf79bfce638668717e12 /mcs/class/System/System.Diagnostics
parent352faa887f340128b31f9af69dc0fe349a988999 (diff)
corrected some format errors my previous commit did make
svn path=/trunk/mcs/; revision=19913
Diffstat (limited to 'mcs/class/System/System.Diagnostics')
-rw-r--r--mcs/class/System/System.Diagnostics/ChangeLog29
1 files changed, 28 insertions, 1 deletions
diff --git a/mcs/class/System/System.Diagnostics/ChangeLog b/mcs/class/System/System.Diagnostics/ChangeLog
index 649bc057603..cbe6053c3b6 100644
--- a/mcs/class/System/System.Diagnostics/ChangeLog
+++ b/mcs/class/System/System.Diagnostics/ChangeLog
@@ -315,4 +315,31 @@
support
* DefaultTraceListener.cs: new file; the default trace listener
-2002-01-17 Miguel de Icaza <miguel@ximian.com> * TraceListenerCollection.cs: Remove Warnings.2002-01-06 Ravi Pratap <ravi@ximian.com> * Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits with the MonoTODO attribute.2002-01-04 John R. Hicks <angryjohn69@nc.rr.com> * Added Debug.cs to the build.2002-01-04 John R. Hicks <angryjohn69@nc.rr.com> * Added preliminary TraceListenerCollection.cs to the build.2002-01-04 John R. Hicks <angryjohn69@nc.rr.com> * Added TraceListener.cs, TextWriterTraceListener.cs, and DefaultTraceListener.cs to the build and moved them into the proper assembly.2002-01-04 John R. Hicks <angryjohn69@nc.rr.com> * Added DiagnosticsConfigurationHandler.cs to the build.2001-09-09 Nick Drochak <ndrochak@gol.com> * BooleanSwitch.cs: Make this class use it's parent class's features. Namely, use SwitchSetting so that we can get OnSwitchSettingChanged() to fire for free.2001-09-09 Nick Drochak <ndrochak@gol.com> * ChangeLog: added this file * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed. \ No newline at end of file
+2002-01-17 Miguel de Icaza <miguel@ximian.com>
+ * TraceListenerCollection.cs: Remove Warnings.
+
+2002-01-06 Ravi Pratap <ravi@ximian.com>
+ * Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits
+ with the MonoTODO attribute.
+
+2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
+ * Added Debug.cs to the build.
+
+2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
+ * Added preliminary TraceListenerCollection.cs to the build.
+
+2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
+ * Added TraceListener.cs, TextWriterTraceListener.cs, and
+ DefaultTraceListener.cs to the build and moved them into the
+ proper assembly.
+
+2002-01-04 John R. Hicks <angryjohn69@nc.rr.com>
+ * Added DiagnosticsConfigurationHandler.cs to the build.
+
+2001-09-09 Nick Drochak <ndrochak@gol.com>
+ * BooleanSwitch.cs: Make this class use it's parent class's features. Namely, use SwitchSetting
+ so that we can get OnSwitchSettingChanged() to fire for free.
+
+2001-09-09 Nick Drochak <ndrochak@gol.com>
+ * ChangeLog: added this file
+ * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed. \ No newline at end of file