]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
switched to using a real class instead of a namespace because of Mac base/GUI problems
[wxWidgets.git] / docs / changes.txt
index 48b6cb15d33a5fad1260e415afd5c7d5297691ee..86c8f32d547c41426bd49fca9c97a48628349a3d 100644 (file)
@@ -204,7 +204,8 @@ OTHER CHANGES
 
 All:
 
-- Norvegian (Bokmål) translation added (Hans F. Nordhaug)
+- Norwegian (Bokmål) translation added (Hans F. Nordhaug)
+- wxDynamicLibrary::HasSymbol() added
 
 All (GUI):
 
@@ -214,6 +215,21 @@ Unix:
 
 - wxPuts() now correctly outputs trailing new line in Unicode build
 
+wxGTK:
+
+- fixed wxFileDialog::SetWildcard()
+
+wxMac:
+
+- wxDynamicLibrary::GetDllExt() now returns ".bundle", not ".dylib"
+- wxDynamicLibrary::GetSymbol() now prepends underscore to the symbol name
+
+wxMSW:
+
+- fixed enhanced metafiles loading from files (Andreas Goebel)
+- Group of wxRadioButtons no longer have to be consecutive
+
+
 2.5.3
 -----