Minor doc changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13079 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2001-12-18 20:25:32 +00:00
parent 33754c4d83
commit b59da6c285
5 changed files with 23 additions and 33 deletions

View File

@@ -63,12 +63,6 @@ Unix ports:
2.3.3
-----
All:
- fixes to the command line parsing error and usage messages
- modified wxFileName::CreateTempFileName() to open the file atomically
(if possible) and, especially, not to leak the file descriptors under Unix
wxMSW:
- fixed flicker in wxTreeCtrl::SetItemXXX()
@@ -106,6 +100,8 @@ All (GUI):
wxMSW:
- support for the DBCS fonts (CP 932, 936, 949, 950) (Nathan Cook)
- new library naming convention under VC++ -- please change your application
project files
wxGTK: