X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/de8a305a7f7bd149b68ef842c658d7e95ed33cfb..200a992309765faadb30a74b0ad44f73b2eadef2:/docs/changes.txt diff --git a/docs/changes.txt b/docs/changes.txt index 2630804b1c..38a383ea9e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -18,6 +18,7 @@ All: - Added wxLongLong::ToDouble() - Added wxDateTime::[Make]FromTimezone(), fixed several TZ-related bugs - Fixed bug in wxStreamBuffer::Read(wxStreamBuffer *) (Paul Cornett) +- Fixed wxListbook and wxChoicebook internal layout. All (GUI): @@ -32,6 +33,7 @@ All (GUI): - Cygwin compilation of wxX11, wxGTK and wxMotif now supported. - Now reads "help" parameter for all windows (context help text). - wxWizard adapts to PDA-sized screens. +- Unicode fixes for IPC and a new IPC sample (Jurgen Doornik). wxMSW: @@ -151,6 +153,7 @@ wxMSW: - Fixed ownerdrawn multiline buttons. - wxCheckListBox item background fixed. - Fixed error when trying to read a value from key not accessible for writing. +- Fixed keyboard cue visibility issues under Windows 2000/XP wxWinCE: