]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
be able to change tabs with arrow keys
[wxWidgets.git] / docs / changes.txt
index f60b16039c3e6a8342e2f396170d4d0af279227b..5f4de91df523ac80f0e34f48f599582a79db6bfa 100644 (file)
@@ -106,6 +106,8 @@ All:
 - Added wxStreamBuffer::Truncate() (Stas Sergeev)
 - Allow using  wxEventLoop in console applications (Lukasz Michalski)
 - Added functions for Base64 en/decoding (Charles Reimers)
+- wxLogInterposer has been added to replace wxLogPassThrough and new
+  wxLogInterposerTemp was added
 
 All (GUI):
 
@@ -177,6 +179,8 @@ All (GUI):
 - Significantly improved startup times of XRC-based applications using
   embedded resources on Unix (requires resources recompilation)
 - Fixed freeing of "static" alpha data in wxImage (Axel Gembe)
+- Don't invalidate the font in SetNativeFontInfo[Desc]() if the string is
+  invalid, to conform to the documented behaviour (Langhammer)
 
 wxMSW: