From 8f61ba286d2209e42dfef9c030f0b3c640dda6bf Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Wed, 21 Apr 2004 21:04:05 +0000 Subject: [PATCH] added wxRegEx::GetMatchCount git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@26910 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/changes.txt b/docs/changes.txt index 5739b63611..675b050046 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -103,7 +103,7 @@ All (GUI): - Added UpdateSize to wxSplitterWindow to allow layout while hidden - implemented Freeze/Thaw() for wxGenericTreeCtrl (Kevin Hock) - support for KOI8-U encoding added (Yuriy Tkachenko) -- The old wxADJUST_MINSIZE behaviouris now the default behaviour for +- The old wxADJUST_MINSIZE behaviour is now the default behaviour for sizer items that are windows. This means that GetAdjustedBestSize will now be called by default to determine the minimum size that a window in a sizer should have. If you want to still use the initial @@ -111,6 +111,7 @@ All (GUI): windows are added to a sizer their initial size is made the window's min size using SetSizeHints, and calls to wxSizer::SetItemMinSize are also forwarded to SetSizeHints for window items. +- added wxRegEx::GetMatchCount() wxMSW: -- 2.45.2