]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Added include to get wxMacWakeUp
[wxWidgets.git] / docs / changes.txt
index 72bb76d2adb8ad11bf77c426e8435203e17bb926..d31760736935d95a1734d7296db28aa811ddbd56 100644 (file)
@@ -99,10 +99,14 @@ OTHER CHANGES
 
 All:
 
-- Hindi translations added (Dhananjaya Sharma)
+- Hindi translation added (Dhananjaya Sharma)
+- Brazilian Portuguese translation added (E. A. Tacao)
 - wxDynamicCast() now uses static_cast<wxObject *> internally and so using it
   with anything not deriving from wxObject will fail at compile time (instead
   of run-time) now
+- when wxUSE_STL == 1 and STL provides quasi-standard hash_map/hash_set,
+  wxHashMap/wxHashSet are just typedefs for them. This makes impossible
+  to forward declare these classes.
 
 All (GUI):
 
@@ -133,6 +137,8 @@ wxMSW:
 - wxTaskBarIcon must be explicitly destroyed now, otherwise the application
   won't exit even though there are no top level windows
 - wxFileName::GetModificationTime() works with opened files too now
+- wxDC::GetClippingBox() now works even for clipping regions created by Windows
+- fixed wxFileDataObject in Unicode build (Alex D)
 
 wxMotif:
 
@@ -154,6 +160,10 @@ Unix:
 - fixed priorities of mailcap entries (David Hart)
 - added "wx-config --libs=std,<extra>" syntax (i.e. support for "std")
 
+wxODBC:
+- Full unicode support is now available
+- BLOB support is working
+
 
 2.5.1
 -----