]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
make sure that IsModified() returns false when it's called from EVT_TEXT handler...
[wxWidgets.git] / docs / changes.txt
index 41e4a7668b62efdb3df7e457620fa9d9e081efdb..dff5e4ece437d40043c23f1567071936aab1a98a 100644 (file)
@@ -72,10 +72,13 @@ All:
 - Fixed bug where wxDateTime::Now() would sometimes return an incorrect value
   the first time it was called.
 - Added wxString::rbegin() and rend()
-
+- Added wxString::EndsWith()
+- wxSocket::_Read continues reading from socket after exhausting pushback buffer.
+  Previously, only the buffer would be returned, even if more data was requested.
 
 All (GUI):
 
+- Added wxComboCtrl and wxOwnerDrawnComboBox (Jaakko Salli)
 - Added wxTreebook (uses a wxTreeCtrl to control pages).
 - Added wxDC::GradientFillLinear/Concentric()
 - Added wxRadioBox::SetItemToolTip()
@@ -131,6 +134,7 @@ All (GUI):
 - Added an easier to use wxMenu::AppendSubMenu()
 - wxString <-> wxColour conversions in wxColour class (Francesco Montorsi).
 - Fixed bug with ignoring blank lines in multiline wxGrid cell labels
+- Added wxTextAttr::Merge() (Marcin Simonides)
 
 wxMSW: