-wxMSW: wx.Window.Refresh changed to explicitly refresh all children
-as well. Previously it was implicitly done because parents did not
-clip thier children by default. Now that they always clip then
-Refresh needed to do a recursive refresh. This also fixes the
-Freeze/Thaw problems that some people had with 2.5.4.1.
+wxMSW: wx.Window.Refresh changed to explicitly refresh all children as
+well as the parent. Previously it was implicitly done because parents
+did not clip their children by default. Now that they always clip
+children then Refresh needed to be fixed to do a recursive refresh.
+This also fixes the Freeze/Thaw problems that some people had with
+2.5.4.1.
+
+wx.SplitterWindow: Send EVT_SPLITTER_SASH_POS_CHANGED only once after
+end of dragging and not after each CHANGING event (modified patch
+#1076226)
+
+wx.glcanvas.GLCanvas: applied patch fixing problems with X server
+crash when using nVidia cards (patch 1155132)
+