]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
corrected default arguments, so that setting GetStdIcon works again
[wxWidgets.git] / docs / changes.txt
index 5c25de2aa6b7bcdcbfb07f46463628d3c3f9cc4d..5869c3091b3054989c2f054cadcea9649b360c75 100644 (file)
@@ -1,6 +1,14 @@
 wxWindows 2 Change Log
 ----------------------
 
+INCOMPATIBLE CHANGES SINCE 2.2.x
+================================
+
+wxMSW:
+
+- child frames appear in the taskbar by default now, use wxFRAME_NO_TASKBAR
+  style to avoid it
+
 2.3.2
 -----
 
@@ -15,14 +23,17 @@ wxBase:
 All (GUI):
 
 - support for virtual list control added
+- column images in report mode of the list control
 - wxFindReplaceDialog added (based on work of Markus Greither)
 - wxTextCtrl::SetMaxLength() added (wxMSW/wxGTK)
 - polygon support in wxRegion (Klaas Holwerda)
+- fixed bug with using wxExecute() to capture huge amounts of output
 
 wxHTML:
 
 - new HTML parser with correct parsing of character entities and fixes
   to tags parsing
+- added support for animated GIFs
 
 2.3.1
 -----