Made checkable menu items use wxCommantEvent::Checked

Made wxComboBox case sensitive.
  Updates CHANGES.txt


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7753 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-07-17 17:07:07 +00:00
parent 028de29b9d
commit 8b6d09851d
5 changed files with 36 additions and 5 deletions

View File

@@ -1,4 +1,25 @@
10th July 2000: wxWindows 2.2 released
22nd July 2000: wxWindows 2.2.1 released
Minor build fixes.
Corrected guffow-scrolling so that no surplus expose
events are generated.
Corrected bug in wxMask creation on 16-bit displays.
Minor correction to wxDC::DrawRoundedRectangle.
Added support for <INSERT> and <DELETE> menu accelerators.
Use the wxCommmandEvent::IsChecked() function for checkable
menu items.
Made wxComboBox case-sensitive.
Minor correction to doc-view architecture.
10th July 2000: wxWindows 2.2.0 released
Added code for writing BMP images.