]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
added wxArray::SetCount()
[wxWidgets.git] / docs / changes.txt
index 6a248c35ca8a8909d0a01d7e2ca2b95151152fc7..fa5ab9811c2f9099f2f0428382310ec82925383a 100644 (file)
@@ -16,6 +16,11 @@ All:
 - added wxDateSpan::operator==() and !=() (Lukasz Michalski)
 - use true/false throughout the library instead of TRUE/FALSE
 - wxStopWatch::Start() resumes the stop watch if paused, as per the docs
+- added wxDirTraverser::OnOpenError() to customize the error handling
+
+wxBase:
+
+- added Watcom makefiles
 
 All GUI ports: