2007-05-10 Jonathan Pobst <monkey@jpobst.com>
authorJonathan Pobst <monkey@jpobst.com>
Thu, 10 May 2007 20:03:53 +0000 (20:03 -0000)
committerJonathan Pobst <monkey@jpobst.com>
Thu, 10 May 2007 20:03:53 +0000 (20:03 -0000)
commit813cb34f37f9dd34d7acc9a0e53939dba0f5d94d
tree186729be5d534a96abd62d3ca4cf8068213dd10e
parentdab734b85ce2fa508eb9ff7db4047378635eecee
2007-05-10  Jonathan Pobst  <monkey@jpobst.com>

* ToolStrip.cs: Use new internal ToolStripItemCollection constructor.
* ToolStripItemCollection.cs: Lots of fixes to when events get called
and parent/owner gets changed based on gert's unit tests.

2007-05-10  Jonathan Pobst  <monkey@jpobst.com>

* ToolStripItemCollectionTest.cs: Enable tests.

svn path=/trunk/mcs/; revision=77160
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStrip.cs
mcs/class/Managed.Windows.Forms/System.Windows.Forms/ToolStripItemCollection.cs
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ChangeLog
mcs/class/Managed.Windows.Forms/Test/System.Windows.Forms/ToolStripItemCollectionTest.cs