Ver Fonte

corrected some format errors my previous commit did make

svn path=/trunk/mcs/; revision=19913
Andreas N há 22 anos atrás
pai
commit
7ffd65ca4d
1 ficheiros alterados com 28 adições e 1 exclusões
  1. 28 1
      mcs/class/System/System.Diagnostics/ChangeLog

+ 28 - 1
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  <[email protected]>	* TraceListenerCollection.cs: Remove Warnings.2002-01-06  Ravi Pratap  <[email protected]>	* Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits	with the MonoTODO attribute.2002-01-04  John R. Hicks <[email protected]>	* Added Debug.cs to the build.2002-01-04  John R. Hicks <[email protected]>	* Added preliminary TraceListenerCollection.cs to the build.2002-01-04  John R. Hicks <[email protected]>	* Added TraceListener.cs, TextWriterTraceListener.cs, and	DefaultTraceListener.cs to the build and moved them into the	proper assembly.2002-01-04  John R. Hicks <[email protected]>	* Added DiagnosticsConfigurationHandler.cs to the build.2001-09-09  Nick Drochak <[email protected]>	* 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 <[email protected]>	* ChangeLog: added this file		* Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.	
+2002-01-17  Miguel de Icaza  <[email protected]>
+	* TraceListenerCollection.cs: Remove Warnings.
+
+2002-01-06  Ravi Pratap  <[email protected]>
+	* Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits
+	with the MonoTODO attribute.
+
+2002-01-04  John R. Hicks <[email protected]>
+	* Added Debug.cs to the build.
+
+2002-01-04  John R. Hicks <[email protected]>
+	* Added preliminary TraceListenerCollection.cs to the build.
+
+2002-01-04  John R. Hicks <[email protected]>
+	* Added TraceListener.cs, TextWriterTraceListener.cs, and
+	DefaultTraceListener.cs to the build and moved them into the
+	proper assembly.
+
+2002-01-04  John R. Hicks <[email protected]>
+	* Added DiagnosticsConfigurationHandler.cs to the build.
+
+2001-09-09  Nick Drochak <[email protected]>
+	* 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 <[email protected]>
+	* ChangeLog: added this file
+	* Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.