]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixed wxListCtrl::RefreshItem(s) - it didn't update anything before
[wxWidgets.git] / docs / changes.txt
index 79bca359247c02f5a47da4db834875f24542bddf..8cec4ad16306393d129085ef948262210af0270d 100644 (file)
@@ -189,6 +189,7 @@ Major new features in this release
 All:
 
 - Added (experimental) IPv6 support to wxSocket (Arcen)
+- Added wxXLocale class and xlocale-like functions using it
 - Allow loading message catalogs from wxFileSystem (Axel Gembe)
 - Added wxMessageQueue class for inter-thread communications
 - Use UTF-8 for Unicode data in wxIPC classes (Anders Larsen)
@@ -278,6 +279,7 @@ All (GUI):
 - Made wxSizer::Fit() set the client size of the target window
 - Add support for wxDatePickerCtrl in wxGenericValidator (Herry Ayen Yang)
 - Added wxWindow::HasFocus().
+- Added wxGLCanvas::IsDisplaySupported()
 
 wxGTK: