From: Václav Slavík Date: Thu, 5 Jun 2003 20:30:22 +0000 (+0000) Subject: added text selection X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/13bf5a8231cbad68c126ef3c38e99682de16c727?ds=inline added text selection git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20950 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index 92337016a7..84b51c4548 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -157,6 +157,7 @@ wxUniv: wxHTML: +- added text selection to wxHtmlWindow - added SetFonts to HTML printing classes (Adrian Philip Look) - it is now possible to force page break when printing by inserting
into the markup (Greg Chicares)