Removed some redundant files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6701 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2000-03-14 17:53:11 +00:00
parent b4bee866f3
commit 9ba09ba5e6
13 changed files with 54 additions and 1164 deletions

View File

@@ -47,6 +47,10 @@ all (GUI):
- added wxEncodingConverter and improved wxFontMapper
for dealing with convertions between different encodings,
charsets support in wxLocale and wxHTML
- wxDragImage class added
- samples/help improved to show standard and advanced HTML help
controllers, as well as native help
- contrib hierarchy started, and OGL/Mmedia moved to it
wxMSW:
@@ -62,6 +66,8 @@ wxMSW:
- wxBitmap/wxIcon may be constructed from XPM included into a program, as in
Unix ports
- returning FALSE from OnPrintPage() aborts printing
- VC++ makefiles and project files made (mostly) consistent
- wxSetCursorEvent added
wxGTK:
@@ -72,6 +78,8 @@ wxGTK:
wxMotif:
- wxMenu::Enable works
- wxToolBar bugs fixed
- OGL samples made to work again
wxHTML: