From: Václav Slavík Date: Sun, 27 Jan 2002 19:03:23 +0000 (+0000) Subject: added wxHtmlWindow::OnOpeningURL X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/31f340523648a1b1b2af8005defb7da60159dd40 added wxHtmlWindow::OnOpeningURL git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13855 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index e61cca8686..1f016ada33 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -107,7 +107,9 @@ wxGTK: wxHTML: -- fixed wxHtmlHelpController's cache files on big endian machines +- fixed wxHtmlHelpController's cache files handling on big endian machines +- added blocking and redirecting capabilities to wxHtmlWindow via + wxHtmlWindow::OnOpeningURL() 2.3.2 -----