]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
use GtkIMContext variable, not GtkIMMulticontext, we don't use functions that take...
[wxWidgets.git] / docs / changes.txt
index 7ef22a10456018aeffd74a95c68240aca32a27a1..35cb4de59db34cc9f082f589a45983db8f3494e9 100644 (file)
@@ -50,13 +50,18 @@ INCOMPATIBLE CHANGES SINCE 2.4.x
   the only incompatibility being that Next() returns a wxHashTable::Node*
   instead of a wxNode*.
 - non-const wxDC methods GetBackground(), GetBrush(), GetFont() and GetPen()
-  don't exist any more, please fix your code -- it never worked correctly
-  anyhow if you modified the objects returned by these methods so you should
-  simply switch to using const methods.
+  as well as wxWindow methods GetFont() and GetCursor() don't exist any more,
+  please fix your code -- it never worked correctly anyhow if you modified the
+  objects returned by these methods so you should simply switch to using const
+  methods.
 - EVT_XXX macros are now type-safe; code that uses wrong type for event
   handler's argument will no longer compile.
-- Identical functionality of wxFileDialog::ParseWildcard and 
-  wxGenericDirCtrl::ParseFilter is now accessible in ::wxParseWildcard
+- Identical functionality of wxFileDialog::ParseWildcard,
+  wxGenericDirCtrl::ParseFilter, Motif and MSW parsing native dialogs
+  is now accessible in ::wxParseCommonDialogsFilter
+- wxNotebookSizer and wxBookCtrlSizer are now deprecated -- the are no longer
+  needed, you can treat wxNotebook as any other control and put it directly
+  into the sizer that was wxNotebookSizer's parent sizer in old code.
 
 
 
@@ -105,6 +110,10 @@ OTHER CHANGES
 All:
 
 - number of fixes to wxPluginManager (Rick Brice, Hans Van Leemputten)
+- fixed memory leak in wxURL when using a proxy (Steven Van Ingelgem)
+- fixed bug in wxDateTime::Set(jdn) when DST was in effect
+- it's now possible to use msgids in other languages than English with
+  wxLocale (based on patch by Stefan Kowski)
 
 All (GUI):
 
@@ -133,6 +142,14 @@ wxMotif:
 
 - added 3 state checkbox
 
+wxMSW:
+
+- fixed UNC paths handling in wxFileSystem (Daniel Nash)
+
+wxWinCE:
+
+- added automatized but customizable handling of native SmartPhone menus
+
 
 2.5.2
 -----