2007-10-30 Robert Jordan * Timer.cs (set_Enabled): Allow setting Enabled from within the Elapsed event handler. Fixes #325368. 2007-09-07 Dick Porter * Timer.cs: This calls Thread methods in the finalizer too, so use the same workaround as in r85425. 2007-09-05 Gert Driesen * Timer.cs: On 2.0 profile, only allow 32-bit interval in ctor. 2006-12-19 Robert Jordan * Timer.cs: Apply the latest patch at attached to bug #77847. 2006-12-19 Gonzalo Paniagua Javier * Timer.cs: Fixes race condition (bug #77847). Patch from Robert Jordan. 2006-12-11 Robert Jordan * Timer.cs: Fix race condition of the wait handle object. Fixes bug #77847. 2005-11-16 Sebastien Pouliot * TimersDescriptionAttribute.cs: Revert Description property fix because it doesn't always returns null (exact conditions unknown). 2005-11-16 Sebastien Pouliot * ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile. * Timer.cs: Add [Browsable(false)] to SynchronizingObject property for 2.0 profile. * TimersDescriptionAttribute.cs: Description always returns null. 2005-05-27 Kornél Pál * Timer.cs: Fixed bug #75068 - Close() does not disable the timer 2004-06-15 Lluis Sanchez Gual * Timer.cs: The timer thread must be a background thread. This fixes #58816. 2004-05-11 Gonzalo Paniagua Javier * Timer.cs: if AutoReset, disable the timer before adding the callback to the ThreadPool. Patch by Tim Fries . Fixes bug #57993. 2003-03-17 Gonzalo Paniagua Javier * Timer.cs: Elapsed is an event. Added a few attributes. 2002-11-20 Gonzalo Paniagua Javier * ChangeLog: * ElapsedEventArgs.cs: * ElapsedEventHandler.cs: * Timer.cs: * TimersDescriptionAttribute.cs: New files. Don't use timers yet. If you do, your program will never end.