]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Shorten lang names in wxTranslations, not wxFileTranslationsLoader.
[wxWidgets.git] / docs / changes.txt
index db31c5502cdd661f2972cd468eb5c4ec58a8b8b1..f465e50b0d381da3e7f99205e1c70768013e81a1 100644 (file)
@@ -165,6 +165,10 @@ Changes in behaviour not resulting in compilation errors, please read this!
   indentation instead of being its double. Its default value was changed
   accordingly, to 2.
 
+- wxLOCALE_CONV_ENCODING flag has no effect now, catalogs are converted
+  regardless of whether the flag was specified or not. This only affects
+  legacy ANSI builds.
+
 
 Changes in behaviour which may result in compilation errors
 -----------------------------------------------------------
@@ -440,6 +444,8 @@ All:
 - Don't crash when input is empty in wxFileConfig ctor (Lukasz Michalski).
 - Correct wxSocket::Peek() to not block (Anders Larsen).
 - Added IEC and SI units support to GetHumanReadableSize() (Julien Weinzorn).
+- Add convenient wxString::ToStd{String,Wstring}() helpers.
+- Added wxTranslations class to allow localization without changing locale.
 
 Unix:
 
@@ -503,6 +509,8 @@ All (GUI):
 - Allow overriding print preview frame creation in docview (troelsk).
 - Added support for gradient stops in wxGraphicsContext (Kit Bishop).
 - Added wxTransparentColour.
+- Added wxToolBar::GetToolByPos().
+- Added wxProgressDialog::Was{Cancelled,Skipped}() (Julien Weinzorn).
 
 GTK: