From e11e27cf7426b438d6838a6e0b8ab4f6aab22d12 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 27 Mar 2006 23:31:23 +0000 Subject: [PATCH] made wxTextFile work in Unicode (bug 1260189); also made it possible to use it with non seekable files git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38400 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.txt b/docs/changes.txt index acb7fa8b34..17bbe621a3 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -27,6 +27,7 @@ All: - wxLaunchDefaultBrowser() now supports wxBROWSER_NEW_WINDOW flag. - Added wxStandardPaths::GetResourcesDir() and GetLocalizedResourcesDir() - Added wxStringTokenizer::GetLastDelimiter(); improved documentation. +- Fixed wxTextFile in Unicode build - Speed improvements to wxRegEx when matching is done in a loop such as during a search and replace. - Fix regerror and regfree name conficts when built-in regex and system regex -- 2.45.2