X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1f3b29c422beb499c4b461740a0823c9797b8f9..a97d569cbbf90ba8bb293214055c3a8c19d447b5:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 724aaf6f5c..5abcdf0672 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -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)