ChangeLog 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. 2002-01-17 Miguel de Icaza <[email protected]>
  2. * TraceListenerCollection.cs: Remove Warnings.
  3. 2002-01-06 Ravi Pratap <[email protected]>
  4. * Switch.cs, TraceListenerCollection.cs : Decorate incomplete bits
  5. with the MonoTODO attribute.
  6. 2002-01-04 John R. Hicks <[email protected]>
  7. * Added Debug.cs to the build.
  8. 2002-01-04 John R. Hicks <[email protected]>
  9. * Added preliminary TraceListenerCollection.cs to the build.
  10. 2002-01-04 John R. Hicks <[email protected]>
  11. * Added TraceListener.cs, TextWriterTraceListener.cs, and
  12. DefaultTraceListener.cs to the build and moved them into the
  13. proper assembly.
  14. 2002-01-04 John R. Hicks <[email protected]>
  15. * Added DiagnosticsConfigurationHandler.cs to the build.
  16. 2001-09-09 Nick Drochak <[email protected]>
  17. * BooleanSwitch.cs: Make this class use it's parent class's features. Namely, use SwitchSetting
  18. so that we can get OnSwitchSettingChanged() to fire for free.
  19. 2001-09-09 Nick Drochak <[email protected]>
  20. * ChangeLog: added this file
  21. * Switch.cs: call OnSwitchSettingChanged() when the switch setting is, yes you gessed it, changed.