]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
-1->wxID_ANY, TRUE->true and FALSE->false replacements.
[wxWidgets.git] / docs / changes.txt
index 7613845a12ad3268f086502e69561176742eff68..ef6a97d7dcd8ca261e574504a9d97d03d7c6bbb6 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,9 @@ 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)
+- subdindented paragraphs support (Tim Kosse)
 
 wxMotif:
 
@@ -152,6 +159,11 @@ wxHTML:
 
 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