]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
let the UTF7 test fail but not crash
[wxWidgets.git] / docs / changes.txt
index b3e15cce451fa4d88ff7795ace47ec32c74eab09..cc5d1829fb4e27e60f4dec95e9a8d9362ca6993e 100644 (file)
@@ -11,6 +11,9 @@ INCOMPATIBLE CHANGES SINCE 2.6.x
 - For all wxInputStreams, Eof() becomes true after an attempt has been made
   to read _past_ the end of file.
 - wxCHECK family of macros now must be followed by a semicolon
+- wxMBConv::cMB2WC() and cWC2MB() take size of the input buffer and return
+  length of the converted string in all cases now.
+
 
 Deprecated methods since 2.6.x and their replacements
 -----------------------------------------------------
@@ -25,7 +28,9 @@ Deprecated methods since 2.6.x and their replacements
 All:
 
 - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag.
+- Added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir()
 - Added wxStringTokenizer::GetLastDelimiter(); improved documentation.
+- Fixed wxTextFile in Unicode build
 - Speed improvements to wxRegEx when matching is done in a loop such as
   during a search and replace.
 - Fix regerror and regfree name conficts when built-in regex and system regex
@@ -44,7 +49,6 @@ All:
 - Added support for wxLongLong in wx stream classes (Mark Junker).
 - wxSOCKET_REUSEADDR can be used with wxSocketClient.
 - Overloaded Connect() and SetLocal() methods for binding to local address/port.
-- All GetCount() methods now return unsigned int and not int
 - Albanian translation added (Besnik Bleta)
 - Assert messages now show the function in which assert failed
 - wxApp::OnAssertFailure() should now be used instead the old wxApp::OnAssert()
@@ -104,6 +108,7 @@ All (GUI):
 - More than one filter allowed in in wxDocTemplate filter.
 - Added wxListBox::HitTest().
 - Added wxDisplay::GetClientArea().
+- Indices and counts in wxControlWithItems derived API are unsigned.
 
 wxMSW:
 
@@ -153,7 +158,7 @@ wxMSW:
 - wxDisplay doesn't require multimon.h now and is enabled by default (Olly Betts).
 - Fixed wxChoice/wxComboBox slow appending and infinite recursion
   if its size is set within a paint handler (for example when embedded in a
-  wxHtmlWindow).
+  wxHtmlWindow). [Now reverted due to problems in W2K and below.]
 
 wxGTK: