]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Don't take the previous paragraph style when deleting paragraph marker
[wxWidgets.git] / docs / changes.txt
index 79bca359247c02f5a47da4db834875f24542bddf..4f12f8d4dc1f72340620fb41aaef38e10d08e924 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:
 
@@ -313,6 +315,7 @@ wxMSW:
 - Allow tooltips longer than 64 (up to 128) characters in wxTaskBarIcon
 - Fix centering wxFileDialog and allow positioning it
 - Allow centering wxMessageDialog on its parent window (troelsk)
+- Implement support for display enumeration under WinCE (Vince Harron)
 
 wxX11: