minor tweaks and discuss unicode build in win32 build instructions

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15768 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2002-06-07 00:19:39 +00:00
parent 526b8142e1
commit b8510c2f40
3 changed files with 25 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ Added wxBufferedDC.
Upgraded wxSTC from Scintilla 1.40 to Scintilla 1.45
UNICODE!
wxWindows/wxPython can be compiled with unicode support enabled or
disabled. Previous to wxPython 2.3.3 non-unicode mode was always
used. Starting with 2.3.3 either mode is supported, but only if
@@ -124,6 +123,7 @@ DoGetBestSize and AcceptsFocus.
2.3.2.1
-------
Changed (again) how the Python global interpreter lock is handled as