From 3e62056186b4f48a9a8855b8d4cc8a4d6c1cb2ed Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 1 Feb 2007 23:56:28 +0000 Subject: [PATCH] separated preferences library out to be used by mz svn: r5538 --- doc/release-notes/drscheme/HISTORY | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/release-notes/drscheme/HISTORY b/doc/release-notes/drscheme/HISTORY index 8bb304cdda..a433249486 100644 --- a/doc/release-notes/drscheme/HISTORY +++ b/doc/release-notes/drscheme/HISTORY @@ -9,6 +9,15 @@ the library. Just remove any calls to it and your code 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 ------------------------------