Added a note about bug in Mingw32 headers.

Other Mingw32-related fixes.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@17083 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-09-08 14:46:17 +00:00
parent cd6b752b83
commit 6b978929d5
8 changed files with 61 additions and 16 deletions

View File

@@ -193,6 +193,7 @@ wxBase:
- added wxEXPLICIT macro
- IPC classes improved and memory leaks fixed (Michael Fielding).
Global buffer removed, duplication in docs removed
- debug new/free implementations made thread-safe
Unix (Base/GUI):
@@ -301,6 +302,7 @@ wxGTK:
- implemented wxChoice::Delete()
- fixed bad memory leak in wxFileDialog (Chris Elliott)
- made internal GC pool dynamically growable
- added GTK+ 2 and Unicode support
wxMotif:
@@ -312,6 +314,19 @@ wxMotif:
- fixed wxSpinCtrl and wxStaticLine when used with sizers
- wxStaticBitmap now shows transparent icons correctly
wxX11:
- added generic MDI implementation (Hans Van Leemputten)
- first cut at wxSocket support (not yet working)
wxMac:
- Many improvements
wxOS2:
- First alpha-quality release
wxHTML:
- fixed wxHtmlHelpController's cache files handling on big endian machines