]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/changes.txt
Fix wxSocket under wxMotif.
[wxWidgets.git] / docs / changes.txt
index 58054505bacbbab53bb80899bbea4958b2ee7a1b..6ec696493fed962ae4b882a18c3d4d6467dda2f8 100644 (file)
@@ -22,6 +22,7 @@ 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)
 
 wxBase:
 
@@ -90,6 +91,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:
 
@@ -101,12 +104,16 @@ wxMotif:
   xmcombo; xmcombo is still used for Motif 1.x and Lesstif when compiled
   with Motif 1.x compatibility
 - implemented wxToggleButton
-- made wxButton a bit smaller by default
 - wxRadioBox and wxStaticBox now use the default shadow (border) style
-  instead of 
+  instead of a sunken border
+
 wxUniv:
 
-- Controls in toolbars now supported.
+- controls in toolbars now supported
+
+wxHTML:
+
+- added SetFonts to HTML printing classes (Adrian Philip Look)
 
 
 OLD CHANGES