Made various Motif fixes, wxListBox/wxChoice derive from wxControlWithItems,

added release.txt


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@4433 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-11-08 14:53:39 +00:00
parent 5e84fc5a82
commit 6adaedf0fc
17 changed files with 298 additions and 53 deletions

View File

@@ -32,13 +32,15 @@ wxWindows 2.1.11
maintenance.
- Ability to compile library in console (non-GUI) mode.
- Integration of wxHTML widget and help controller into
wxWindows. wxHTML allows HTML viewing and printing.
wxWindows. wxHTML allows HTML viewing and printing (wxGTK
and wxMSW, partial support in wxMotif).
- New classes wxChrono, wxDialUpManager, wxFontEnumerator,
wxWizard, wxStaticLine, etc.
- wxShowTip for showing 'startup tips' to the user.
- wxSocket and wxThread classes rewritten.
- New, consistent drag and drop API (not wxMotif).
- Better-looking dialogs in wxGTK.
- Better-looking dialogs in wxGTK; native message box used
in wxMotif.
- wxSizers reimplemented and used to specify window layout
for some generic dialogs.
- New, more sophisticated wxGrid class (in beta). The old grid
@@ -167,9 +169,16 @@ commercial applications using wxWindows.
Documentation
-------------
See docs/changes.txt for a detailed history of changes to wxWindows 2.
See docs/release.txt for some notes about the current release.
See docs/bugs.txt for a bug list: this file is new and will initially
be edited by hand, later generated from a web-based bug database.
See docs/html/index.htm for an HTML index of the major documents.
See docs/changes.txt for a detailed history of changes to wxWindows 2
(not up-to-date).
The Windows help files are located in docs/winhelp.
The PDF help files are located in docs/pdf.

34
docs/release.txt Normal file
View File

@@ -0,0 +1,34 @@
wxWindows Release Notes
-----------------------
2.1.11
======
- wxMenu no longer takes a wxFunction argument: either use
event handlers in the menu's host window or set WXWIN_COMPATIBILITY
to 1 in setup.h, and recompile.
- wxMotif still lags behind other ports but is in much better
shape than the 2.0.1 distribution.
- Clipboard/drag and drop is still not implemented in wxMotif.
- The new wxGrid implementation is in beta, but the original
implementation can be restored by setting wxUSE_NEW_GRID
to 0 (in wxMSW) or passing --disable-newgrid to configure
(wxGTK/wxMSW). Pass --enable-newgrid to configure to enable
the new implementation.
- wxHTML is partially working in wxMotif. The About sample
works, but the others exhibit refresh problems. So light
use of wxHTML is recommended on wxMotif.
- The wxHTML helpview application crashes on exit if
using VC++ 6 in release mode and loading a large amount of
HTML (such as the wxWindows manual generated using Tex2RTF).
This may be a compiler problem and will be investigated
for 2.1.12.
- wxHTML printing has spacing problems under Windows, and may not
work fully under Unix. Hopefully this will be resolved for 2.1.12.