Fixed problem with Calltip tab not refreshing properly on Windows.
[wxWidgets.git] / docs / changes.txt
index 7145774cae31b52e3dd42963d07b1d798c59b8af..df860b7234b4a2b90e8c84f1999c5ffe3e8051c2 100644 (file)
@@ -153,6 +153,10 @@ wxMSW:
 - added wxTextCtrl::HitTest()
 - experimental wxURL implementation using WinInet functions (Hajo Kirchhoff)
 - fixed several bugs in wxNotebook with wxNB_MULTILINE style
+- accelerators are now initially hidden if appropriate (Peter Nielsen)
+- background colour of a wxComboBox may now be set
+- fixed wxListCtrl::GetItemText/BackgroundColour()
+- Esc can now be used to close menus in the dialogs (Hartmut Honisch)
 
 wxGTK: