]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Readded test for wxMenuItem::SetLabel() to sample.
[wxWidgets.git] / docs / changes.txt
index 6045b4c16b5afb18c6ff576e910b99a3666a7e3f..830a274cf937e0ef767f9965a5aebfe95893e3fb 100644 (file)
@@ -24,6 +24,16 @@ wxWinCE:
 
 - Fixed device origin setting and clipping region setting.
 
+wxGTK:
+- New configure syntax for specifying the GTK+ version.
+    --with-gtk             Use GTK 2.x, no fallback
+    --with-gtk=1           Use GTK 1.2, no fallback
+    --with-gtk=2           Use GTK 2.x, no fallback
+    --with-gtk=any         Use any available GTK
+
+wxMac:
+- Implemented most of the wxFileType and wxMimeTypesManager functions
+
 2.5.5
 -----