]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fix round trip check in wxMBConv_win32::WC2MB() when the buffer size is 0
[wxWidgets.git] / docs / changes.txt
index ed1a6b0be724a13d0f19dbf07937fd9fe93d55ca..bbbd07203b40c01d46c7194086d4021224b398a8 100644 (file)
@@ -138,8 +138,6 @@ Major new features in this release
 
 All:
 
-- Added support for using wxEventLoop, timers and sockets in console
-  applications (Lukasz Michalski).
 - Added support for user-defined types to wxConfig (Marcin Wojdyr).
 - Added wxJoin() and wxSplit() functions (Francesco Montorsi).
 - Added wxMutex::LockTimeout() (Aleksandr Napylov).
@@ -148,6 +146,7 @@ All:
 - Added wxEXEC_BLOCK flag (Hank Schultz).
 - Add support for wxStream-derived classes to wxRTTI (Stas Sergeev).
 - Added wxStreamBuffer::Truncate() (Stas Sergeev).
+- Allow using  wxEventLoop in console applications (Lukasz Michalski).
 - Added functions for Base64 en/decoding (Charles Reimers).
 - Added support for binary data to wxConfig (Charles Reimers).
 - Added functions for atomically inc/decrementing integers (Armel Asselin).
@@ -229,6 +228,15 @@ wxX11:
 - Make Enter key activate the default button (David Hart).
 
 
+2.8.6
+-----
+
+All:
+
+- Fixed another bug in wxFileConfig when deleting entries (Axel Gembe)
+- Added Portuguese translation (Antonio Cardoso Martins)
+
+
 2.8.5
 -----