Added dummy OnIdle to wxWindow in wxGTK; doc tweaks

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1837 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
1999-03-01 13:06:15 +00:00
parent 4218848890
commit 20e85460c4
24 changed files with 303 additions and 138 deletions

View File

@@ -1,8 +1,8 @@
wxWindows 2 Change Log
----------------------
Beta 6 (release), February 28th 1999
------------------------------------
2.0.1 (release), March 1st 1999
-------------------------------
wxGTK:
@@ -13,14 +13,19 @@ wxMSW:
- Fixed problems with <return> in dialogs/panels.
- Fixed window cursor setting.
- Some makefile fixes.
wxMotif:
- None.
General:
- Added wxUSE_SOCKETS.
- More topic overviews.
- Put wxPrintPaperType, wxPrintPaperDatabase into
prntbase.h/cpp for use in non-PostScript situations
(e.g. Win16 wxPageSetupDialog).
Beta 5, February 18th 1999