]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
removed som obsolete TODO comments
[wxWidgets.git] / docs / changes.txt
index 9c684d2142a8f31b87d7c25e4f8354d7c2c477de..017f733ec972fe69480d35c3b4282e517aaa4c74 100644 (file)
@@ -74,6 +74,10 @@ wxMSW:
 - all overloads of wxDC::SetClippingRegion() combine the given region with the
   previously selected one instead of replacing it
 
+- wxGetHomeDir() uses HOME environment variable and if it is set will not
+  return the programs directory any longer but its value (this function has
+  never been meant to return the programs directory anyhow)
+
 Unix ports:
 
 - You should use `wx-config --cxxflags` in your makefiles instead of
@@ -107,6 +111,7 @@ Unix (Base/GUI):
 
 All (GUI):
 
+- implemented radio menu items
 - significantly improved native font support
 - wxImage::ComputeHistogram() now uses wxImageHistogram instead of type-unsafe
   wxHashTable