separated preferences library out to be used by mz

svn: r5538
This commit is contained in:
Robby Findler 2007-02-01 23:56:28 +00:00
parent 13110a2113
commit 3e62056186

View File

@ -9,6 +9,15 @@
the library. Just remove any calls to it and your code the library. Just remove any calls to it and your code
should work fine. should work fine.
. split the preferences library out from the framework, so
it does not have to depend on mred
. removed (from the framework): exn:struct:exn,
exn:make-exn, and exn:exn?
. added preferences:restore-prefs-snapshot,
preferences:get-prefs-snapshot, and preferences:snaphot?
------------------------------ ------------------------------
Version 353 Version 353
------------------------------ ------------------------------