]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
and now it even compiles
[wxWidgets.git] / docs / changes.txt
index 2630804b1cfb762b1ffe470bc75c9d5429faa7b3..38a383ea9ef932d947856ff82b057f0dfb197cfc 100644 (file)
@@ -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: