]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
searching for plugins in XRCEDPATH
[wxWidgets.git] / docs / changes.txt
index f9fea6f4236cbaef869509f115ed0d6314081bcd..0dc9025a390dacc3b30d9217ca5fdb1633e2aae8 100644 (file)
@@ -38,6 +38,7 @@ All:
 - Implemented background colour in wxRichTextCtrl.
 - Fixed crashes in helpview when opening a file.
 - Added wxMutex::LockTimeout() (Aleksandr Napylov)
+- Set locale to the default in all ports, not just wxGTK
 
 wxGTK:
 
@@ -49,12 +50,28 @@ wxGTK:
 - Added support for colour cursors (Pascal Monasse).
 - Setting foreground colour of single line wxTextCtrl now works
 
+wxMac:
+
+- Fix duplicate (empty) help menu in non-English programs (Andreas Jacobs)
+
 wxMSW:
 
 - Fixed infinite loop in wxThread::Wait() in console applications.
 - Return the restored window size from GetSize() when window is minimized.
 
 
+2.8.3
+-----
+
+wxMac
+
+- Corrected top border size for wxStaticBox with empty label (nusi)
+
+wxMSW:
+
+- Fixed wxFileName::GetSize() for large files
+
+
 2.8.2
 -----
 
@@ -70,6 +87,10 @@ All:
 - Fixed Base64 computation in wxHTTP (p_michalczyk)
 - Fix handling of wxSOCKET_REUSEADDR in wxDatagramSocket (troelsk)
 
+Unix Ports:
+
+- Fixed crash in wxGetUserName() in Unicode build
+
 wxMSW
 
 - Fix lack of spin control update event when control lost focus.