Let's see where this commit will end up :-)

Corrected reported wxSizer bug (wrong minimal size
    when option flag > 1)
  Updated changes.txt and wxGTK spec.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@8184 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-08-25 15:00:50 +00:00
parent 3e223a8a1e
commit 5101dc00ca
3 changed files with 29 additions and 17 deletions

View File

@@ -1,8 +1,27 @@
22nd July 2000: wxWindows 2.2.1 released
XXth September: wxWindows 2.2.2 released
Fixed wxSizer bug that made items with option
flags greater than 1 report a wrongn size.
20th August 2000: wxWindows 2.2.1 released
Minor build fixes.
Use the wxCommmandEvent::IsChecked() function for checkable
menu items. This mean that the m_int parameter no longer
contains the ID of the menu!
Fixed major problems in ODBC logging code. This change is
binary backward incompatible.
Fixed reentry problems in DnD code.
Changed PostScript code so that it can handle a higher
resolution (720dpi).
Minor improvements to wxGrid code.
Corrected guffow-scrolling so that no surplus expose
events are generated.
@@ -12,13 +31,12 @@ 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.
Minor wxCommandLineParser changes.
10th July 2000: wxWindows 2.2.0 released
Added code for writing BMP images.