From 10021d29fadbe5bb2cb0e9b48091c3f75e666131 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Sun, 11 Jan 2004 15:52:13 +0000 Subject: [PATCH] Recorded patch [ 837515 ] wxIPaddress + docs patch git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25124 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/changes.txt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/changes.txt b/docs/changes.txt index f6d6043082..8ec34e211e 100644 --- a/docs/changes.txt +++ b/docs/changes.txt @@ -84,11 +84,13 @@ All: - check if file exists in wxFileConfig::DeleteFile() (Christian Sturmlechner) - when wxUSE_STL == 1 wxHashTable will not be implemented using wxHashMap (as in 2.5.0). -- Added some extra convenience functions to wxRect such as +- added some extra convenience functions to wxRect such as GetBottomRight (Hajo Kirchhoff) - Changed built-in regex library to a unicode-compatible one (Ryan Norton) -- Added extra convenience functions to wxPoint for adding a +- added extra convenience functions to wxPoint for adding a wxSize (Wlodzimierz Skiba) +- intermediate wxIPaddress class added to prepare for + wxIPV6address (Ray Gilbert) All (GUI):