]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Added more support for using SQL_WVARCHAR and SQL_WCHAR data types
[wxWidgets.git] / docs / changes.txt
index 04e981bdcd27eacc8b5ec1c1757fee56ac78db93..fac0708a2c3c1b798d878a3fdb49673ea375fba5 100644 (file)
@@ -12,6 +12,7 @@ All:
 - classes in the manual are now cross-referenced (Zbigniew Zagórski)
 - Norwegian (Bokmål) translation added (Hans F. Nordhaug)
 - wxDynamicLibrary::HasSymbol() added
+- added wxEXEC_NODISABLE flag to be used with wxExecute(wxEXEC_SYNC)
 - added wxTextInputStream::operator>>(wchar_t) for compilers which support this
 - added wxURI, a class for dealing with Uniform Resource Identifiers
 - changed wxURL to inherit from wxURI and provide assignment and comparison
@@ -29,6 +30,9 @@ All:
 - Added wxPrintFactory classes so that it is possible to add a new
   print system backend at run-time. This was required by the new GNOME
   printing stuff in the GTK port.
+- Added support to the wxODBC classes for Firebird 1.5 database
+- The samples\db sample program now includes an optional example of using a BLOB
+  datatype (if BLOB support is enabled and supported by the database)
 
 All (GUI):
 
@@ -85,6 +89,14 @@ wxUniv:
 - 3rd state support for checkboxes
 - wxLB_SORT and wxCB_SORT now cause case-insensitive sorting
 
+wxPalmOS:
+
+- William Osborne has won and new port was born
+  (see: "wxPalmOS porting challenge")
+- polishing of the port (unnecessary 2.4 API compatibility, removed
+  all wxMSW specific code which was base for the new port)
+- enumeration of available volumes
+
 
 2.5.3
 -----