Mentioned docview changes

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2003-05-03 13:39:04 +00:00
parent 19b4237945
commit c754f4aa00

View File

@@ -72,6 +72,11 @@ All GUI ports:
- In various places, changed tests for pathsep on last char of string to call
wxEndsWithPathSeparator(s)
- Added to defs.h a couple of macros (wxPtrToULong & wxULongToPtr)
- Minor improvements to document/view framework, including
delayed deletion of a document (until after the user has chosen
a new document), and more intelligent addition of filenames to
the file history, including not adding filenames if not using the
default extension for the template
Unix: