]> 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 0e615bdc583184bde332941421f008af89e0a661..ef6a97d7dcd8ca261e574504a9d97d03d7c6bbb6 100644 (file)
@@ -99,7 +99,8 @@ 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
@@ -138,6 +139,7 @@ wxMSW:
 - 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:
 
@@ -159,6 +161,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
 -----