]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
fixing multilib build
[wxWidgets.git] / docs / changes.txt
index 0092794978ca3ca824f620c984caeb39b00e372a..fa9f11e6168085c98abf35478100749a4978b2c3 100644 (file)
@@ -503,6 +503,7 @@ All (GUI):
 GTK:
 
 - wxRadioBox constructor uses default consistent with other ports now.
+- Implement wxMask copy ctor.
 - Partially implemented wxTextCtrl::GetStyle() (Igor Romanov).
 - Corrected themed border display.
 - Fix wxClipboard::GetData() for asymmetric wxDataObjects (Timothy Lee).
@@ -545,7 +546,6 @@ All:
 - Cleaned up wxURI and made it Unicode-friendly.
 - Add support for wxExecute(wxEXEC_ASYNC) in wxBase (Lukasz Michalski).
 - 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)
 - Added support for user-defined types to wxConfig (Marcin Wojdyr).