From: Václav Slavík Date: Sat, 2 Oct 1999 18:18:00 +0000 (+0000) Subject: added wxHTML X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/47f631042babbcf0f29722738aa9734eb01a5883 added wxHTML git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index b465e7978d..6fcd14ce1e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -17,6 +17,8 @@ General: - Fixed day_of_week bug (Peter Stadel). - Added Inside(), SetLeft/Right/Top/Bottom, +, += to wxRect. +- Added wxHTML, an HTML library and widget. +- Added ZIP input stream. 2.1.0, b4, May 9th 1999 -----------------------