]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Don't free a string that is managed by wxGtkString, that's the whole _point_ of wxGtk...
[wxWidgets.git] / docs / changes.txt
index 21bd9fd96db48d748a999b125473191c3979dfee..98bd418cc1dc4a29ced9d0caf2d62235c9037f3e 100644 (file)
@@ -59,6 +59,8 @@ All:
 - Added wxDir::FindFirst() (Francesco Montorsi).
 - Added wxPlatformInfo class (Francesco Montorsi).
 - Added wxLocale::IsAvailable() (Creighton).
+- Added Malay translations (Mahrazi Mohd Kamal)
+- Added reference counting for wxVariant
 
 All (GUI):
 
@@ -74,6 +76,7 @@ All (GUI):
 wxMSW:
 
 - Implemented wxComboBox::SetEditable().
+- wxSemaphore::Post() returns wxSEMA_OVERFLOW as documented (Christian Walther)
 - Fixed a bug whereby static controls didn't use the correct text colour if the
   parent's background colour had been set (most noticeable when switching to a
   high-contrast theme).
@@ -87,6 +90,7 @@ wxGTK:
 
 - Automatically use stock items for menu items with standard ids.
 - Setting cursor now works for all controls.
+- Implemented right-to-left support
 
 wxUniv: