]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Use generic collapsible pane for wxUniv based builds.
[wxWidgets.git] / docs / changes.txt
index 724aaf6f5c096199dbde67386d87ad0ca9cd8a6f..5abcdf0672ad59681d3018b5e8a08d885449c055 100644 (file)
@@ -70,6 +70,14 @@ All (GUI):
   calling SelectObject itself if a valid bitmap is passed.
 - Reverted wxBuffered[Paint]DC to pre 2.7.1 state, added
   wxAutoBufferedPaintDC and wxAutoBufferedPaintDCFactory.
+- Renamed wxProgressDialog::UpdatePulse() to just Pulse()
+- Added wxCollapsiblePane (Francesco Montorsi)
+- Added wxSimpleHtmlListBox (Francesco Montorsi)
+
+Unix Ports:
+
+- Added autopackage for wxGTK and an example of using autopackage for a wx
+  program (Francesco Montorsi)