From a553cb8bc6984538e73ba3d0b563a39e951520e6 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Fri, 13 Jul 2001 17:15:10 +0000 Subject: [PATCH 1/1] added notes about wxRegEx git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@11010 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 10 ++++++++++ docs/readme.txt | 4 ++++ 2 files changed, 14 insertions(+) diff --git a/docs/changes.txt b/docs/changes.txt index 06f9027ede..45ad12764b 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -1,6 +1,16 @@ wxWindows 2 Change Log ---------------------- +2.3.3 +----- + +wxBase: + +- wxRegEx class added + +2.3.2 +----- + 2.3.1 ----- diff --git a/docs/readme.txt b/docs/readme.txt index 4d29d41676..be2fb1c157 100644 --- a/docs/readme.txt +++ b/docs/readme.txt @@ -179,6 +179,10 @@ If you use JPEG image handler, documentation for your program should contain following sentence: "This software is based in part on the work of the Independent JPEG Group". See src/jpeg/README for details. +If you use wxRegEx class on a system without native regular expressions +support (i.e. MS Windows), see src/regex/COPYRIGHT file for Henry Spencer's +regular expression library copyright. + Documentation ------------- -- 2.45.2