From: Václav Slavík Date: Tue, 8 May 2001 22:30:51 +0000 (+0000) Subject: changes update X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/abd799473c6c222236cec46b8f3259b58c9ac9e5?ds=inline changes update git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10080 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index c6554f4e47..7a975621d6 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -32,10 +32,17 @@ wxMSW: - threads: bug in wxCondition::Broadcast fixed (Pieter van der Meulen) - fixed bug in MDI children flags (mis)handling +- it is possible to compile wxCHMHelpController with other compilers than VisualC++ + now and hhctrl.ocx is loaded at runtime. + +wxGTK: + +- added support for wchar_t (wxUSE_WCHAR_T) under Unix wxHTML: -- new feature, wxHtmlProcessor for on-the-fly modification of HTML markup +- mew feature, wxHtmlProcessor for on-the-fly modification of HTML markup +- visual enhancements to contents panel of wxHtmlHelpController 2.2.0 -----