]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
simplified definition
[wxWidgets.git] / docs / changes.txt
index 9fb30d760dc0124e48a12ad5ac429ab4862080b2..2958c1de90dc3b0f8b57aa2639328387146e602b 100644 (file)
@@ -22,6 +22,8 @@ All:
   by default in Unicode mode
 - bug in wxDateTime with timezones on systems with tm_gmtoff in struct tm fixed
 - added wx/math.h (John Labenski)
+- added Catalan translations (Pau Bosch i Crespo)
+- fixed bug with deleting entries at root level in wxFileConfig
 
 wxBase:
 
@@ -90,6 +92,8 @@ wxMSW:
 - fixes for compilation with OpenWatcom compiler
 - fixed wxStaticText best size calculation (was wrong by '&' width)
 - fixed calling wxFrame::Maximize(FALSE) before the window is shown
+- all libraries built with makefile.g95 have a _min or _cyg suffix
+  (for MinGW and Cygwin)
 
 wxMotif:
 
@@ -102,7 +106,7 @@ wxMotif:
   with Motif 1.x compatibility
 - implemented wxToggleButton
 - wxRadioBox and wxStaticBox now use the default shadow (border) style
-  instead of 
+  instead of a sunken border
 
 wxUniv: