]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Warnings, build errors, headers, licence, prefered api and non-PCH support cleaning...
[wxWidgets.git] / docs / changes.txt
index 856405f603761ac00662a7d777661a9213854e62..e07d2c0d322ac98b573c4bcffa01d4ed622e0150 100644 (file)
@@ -61,6 +61,8 @@ All:
 - Added wxLocale::IsAvailable() (Creighton).
 - Added Malay translations (Mahrazi Mohd Kamal)
 - Added reference counting for wxVariant
+- For consistency, all classes having Ok() method now also have IsOk() one, use
+  of the latter form is preferred although the former hasn't been deprecated yet
 
 All (GUI):
 
@@ -69,6 +71,7 @@ All (GUI):
 - Added wxAboutBox() function for displaying the standard about dialog
 - Added wxID_PAGE_SETUP standard id.
 - Added wxSize::IncBy() and DecBy() methods.
+- Added wxTextCtrl::IsEmpty()
 - Added file type parameter to wxTextCtrl::LoadFile, wxTextCtrl::SaveFile for
   consistency with wxRichTextCtrl.
 - wxRichTextCtrl: fixed range out-by-one bug to be consistent with wxTextCtrl API,