git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25477 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 - wxHashTable::Next: use wxHashTable::Node* or
                      wxHashTable::compatibility_iterator to store the return
                      value
 - wxHashTable::Next: use wxHashTable::Node* or
                      wxHashTable::compatibility_iterator to store the return
                      value
+- wxWave class; use wxSound instead
 - added overloaded constructors and Create() methods taking wxArrayString
   for wxChoice, wxComboBox, wxListBox, wxRadioBox, wxCheckListBox,
   wxSingleChoiceDialog, wxMultipleChoiceDialog
 - added overloaded constructors and Create() methods taking wxArrayString
   for wxChoice, wxComboBox, wxListBox, wxRadioBox, wxCheckListBox,
   wxSingleChoiceDialog, wxMultipleChoiceDialog
+- renamed wxWave class to wxSound
-- Added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
+- added XFree86 resolution changing using xf86vidmode extensions (Ryan Norton)
+- implemented asynchronous playback in wxSound and added SDL backend in
+  addition to existing OSS one