X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a121d7205216f5b4b144264096e07104b5ad3172..d2b1753d162aa390080a005fcf3e8bbf7bf966a8:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 2294e2d263..a1aea07329 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -193,6 +193,7 @@ versions, please update your code to not use them. and has now been removed - wxTaskBarIcon::OnXXX() virtual methods: use events instead - obsolete and not used wxUSE_GENERIC_DIALOGS_IN_MSW has been removed +- wxDbTable::wxDbTable with wxChar* deprecated, same with wxString& instead OTHER CHANGES @@ -257,7 +258,7 @@ Unix: builds of wxWidgets and to return flags/libs for selected libraries only - wx-config has new --version-full option -wxMAC: +wxMac: - Fixed MLTE text control GetLineText and GetLineLength on OSX (RN) - Added OSX wxTaskBarIcon implementation for the OSX Dock (RN) @@ -305,6 +306,7 @@ wxMSW: - don't send duplicate EVT_COMBOBOX events whenever selection changes any more - implemented support for selecting printer bin (Steven Van Ingelgem) - fixed wxListCtrl::SetSingleStyle() which was broken since a few releases +- fixed print setup problem (always uses default printer) in Unicode build wxUniv/X11: