New test.
[mono.git] / mcs / class / System / System.Timers / ChangeLog
1 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com> 
2  
3         * TimersDescriptionAttribute.cs: Revert Description property fix 
4         because it doesn't always returns null (exact conditions unknown).
5
6 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * ElapsedEventHandler.cs: Remove [Serializable] from 2.0 profile.
9         * Timer.cs: Add [Browsable(false)] to SynchronizingObject property for
10         2.0 profile.
11         * TimersDescriptionAttribute.cs: Description always returns null.
12
13 2005-05-27  Kornél Pál <kornelpal@hotmail.com>
14
15         * Timer.cs: Fixed bug #75068 - Close() does not disable the timer
16
17 2004-06-15  Lluis Sanchez Gual  <lluis@ximian.com>
18
19         * Timer.cs: The timer thread must be a background thread. 
20           This fixes #58816.
21
22 2004-05-11  Gonzalo Paniagua Javier <gonzalo@ximian.com>
23
24         * Timer.cs: if AutoReset, disable the timer before adding the callback
25         to the ThreadPool. Patch by Tim Fries <timf@dicecorp.com>. Fixes bug
26         #57993.
27
28 2003-03-17  Gonzalo Paniagua Javier <gonzalo@ximian.com>
29
30         * Timer.cs: Elapsed is an event. Added a few attributes.
31
32 2002-11-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
33
34         * ChangeLog:
35         * ElapsedEventArgs.cs:
36         * ElapsedEventHandler.cs:
37         * Timer.cs:
38         * TimersDescriptionAttribute.cs: New files.
39
40         Don't use timers yet. If you do, your program will never end.
41