+Several patches applied, such as #1111174, #1110252 and others, that
+make the generic wx.TreeCtrl (used on wxGTK and wxMac) be more
+conistent with the wxMSW native wx.TreeCtrl.
+
+wxMac: wx.DC implemented using CoreGraphics
+ ??? NEED MORE DETAILS HERE ???
+
+XRCed:
+ * Edit->Locate command (Ctrl-L) for quick selection of items.
+ Works with event-handling controls (buttons, text fields) but
+ not with labels/sizers.
+ * Some improvements: relative paths for files supplied as command-
+ line argument work correctly, notebook panels are highlighted
+ better.
+
+wxMac: Fixed a long-standing issue where wxSlider controls with a
+hardcoded size would misplace their labels behind the slider control.
+
+wx.HtmlListBox fixed so calling RefreshLine(s) will cause the data for
+that line to be refetched from the derived class.
+
+The default DoGetBestSize now includes the difference (if any) between
+the client size and total size of the window. Code that sets the
+client size using the best size, or that added extra space to sizers
+to compensate for this bug may need to be changed.
+
+Can suppress themed notebook page with wxNB_NOPAGETHEME or
+setting system option msw.notebook.themed-background to 0
+
+