]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
More WinCE mods.
[wxWidgets.git] / docs / changes.txt
index aa62b91f4db7546c19b4b3918a70d5e08c8bbd4e..acf810873ec621bc0eb326fab333c26049a6eaca 100644 (file)
@@ -149,6 +149,7 @@ wxGTK:
   be appended to filenames with no extension
 - added wxTextCtrl::SetSelection implementation for GTK+ 2
 - fixed wxTextCtrl::IsEditable() for GTK+ 2
+- fixed wxStaticText alignment for GTK+ 2 (Kevin Hock)
 - don't consume 100% CPU when showing a poup menu
 
 wxMac:
@@ -163,6 +164,7 @@ wxMSW:
 - support for accelerator keys in the owner drawn menus (Derry Bryson)
 - wxCaret::SetSize() doesn't hide the caret any longer as it used to
 - wxCheckListBox::Check() doesn't send CHECKLISTBOX_TOGGLE event any more
+- fixed bugs in wxThread::Wait() and IsAlive()
 - fixed bug with wxTR_EDIT_LABELS not working with wxTR_MULTIPLE
 - fixes for compilation with OpenWatcom and DigitalMars compilers
 - fixed wxStaticText best size calculation (was wrong by '&' width)