From: Vadim Zeitlin Date: Wed, 20 Jun 2007 00:16:17 +0000 (+0000) Subject: mention changes from 2.8 branch too, at the very least keeping the 2 versions of... X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/ba0f12ef2429589b18790b20944281fce12254f7 mention changes from 2.8 branch too, at the very least keeping the 2 versions of this file on 2 branches in sync facilitates backporting git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/docs/changes.txt b/docs/changes.txt index b91724b5b9..0ef5c95234 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -101,6 +101,7 @@ All: - Add support for wxStream-derived classes to wxRTTI (Stas Sergeev) - Added wxStreamBuffer::Truncate() (Stas Sergeev) - Allow using wxEventLoop in console applications (Lukasz Michalski) +- Added functions for Base64 en/decoding (Charles Reimers) All (GUI): @@ -167,6 +168,11 @@ wxX11: All (GUI): - Added colour normalization to PNM image handler (Ray Johnston) +- Fixed selecting part of word from right to left in wxHTML (Michael Hieke) +- Selecting text in wxHTML with character precision was made easier, it's + enough to select half of a character (Michael Hieke) +- Significantly improved startup times of XRC-based applications using + embedded resources on Unix (requires resources recompilation) - Fixed freeing of "static" alpha data in wxImage (Axel Gembe) wxMSW: