]> git.saurik.com Git - wxWidgets.git/commitdiff
Mentioned docview changes
authorJulian Smart <julian@anthemion.co.uk>
Sat, 3 May 2003 13:39:04 +0000 (13:39 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 3 May 2003 13:39:04 +0000 (13:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20449 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/changes.txt

index 88d42fda0ea12c987dd46a85e8556a32a028e053..09245d80c2cce923b785c721308b8a22d58cae24 100644 (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: