added 'module' wrapper for saved files in the teaching languages (and support for that in the drscheme:language:language<%> interface)

svn: r5603
This commit is contained in:
Robby Findler 2007-02-14 23:26:25 +00:00
parent e3776e5476
commit ddb4f130f0

View File

@ -2,6 +2,15 @@
Version 370 Version 370
------------------------------ ------------------------------
. The teaching languages now add a `module' wrapper to
saved files. Although the content of the file, when
viewed in drscheme, does not change, this does mean that
drscheme "remembers" which language was used for each
file, even if you change languages when editing other
files.
. added get-name-module to language<%> interface
. the framework preferences library now saves prefs each . the framework preferences library now saves prefs each
time any one of them is changed, and works better when time any one of them is changed, and works better when
multiple apps are both using the library. As a multiple apps are both using the library. As a