]> git.saurik.com Git - wxWidgets.git/commitdiff
mention wxSearchCtrl
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Dec 2006 13:48:56 +0000 (13:48 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 11 Dec 2006 13:48:56 +0000 (13:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@43925 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 5c9587e3d41662c30046bc8c566fa3c0790a906c..1ab190af05e61a5e7d6c28b541107055bf094668 100644 (file)
@@ -84,7 +84,7 @@ Major new features in 2.8 release
 - Further functionality including wxAnimationCtrl (moved from contrib/src/anim
   and enhanced), wxSimpleHtmlListBox, wxHyperlinkCtrl, wxColourPickerCtrl,
   wxDirPickerCtrl, wxFilePickerCtrl, wxFontPickerCtrl, wxCollapsiblePane,
-  wxAboutBox, wxTreebook, tar streams.
+  wxSearchCtrl, wxAboutBox, wxTreebook, tar streams.
 
 
 2.8.0
@@ -92,6 +92,7 @@ Major new features in 2.8 release
 
 All:
 
+- Added wxSearchCtrl (Vince Harron)
 - wxCSConv("UTF-16/32") now behaves correctly, i.e. same as wxMBConvUTF16/32
 - wxArrayString::Alloc() now works as reserve() and doesn't clear array contents
 - Fixed long standing bug in wxFileConfig groups renaming (Antti Koivisto).