]> git.saurik.com Git - wxWidgets.git/commitdiff
mention changes from 2.8 branch too, at the very least keeping the 2 versions of...
authorVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Jun 2007 00:16:17 +0000 (00:16 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Wed, 20 Jun 2007 00:16:17 +0000 (00:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@46550 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index b91724b5b9f0f29b0db2337b01bdf722d5a29acf..0ef5c952345f3f82c5784494d94dfb84bff8203e 100644 (file)
@@ -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: