From 638016075a6cf1c576f8bb666c0959bef9d58c6e Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Thu, 7 Sep 2006 03:20:29 +0000 Subject: [PATCH] svn: r4268 --- doc/release-notes/drscheme/HISTORY | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/release-notes/drscheme/HISTORY b/doc/release-notes/drscheme/HISTORY index d29e6ddf23..c0146e440d 100644 --- a/doc/release-notes/drscheme/HISTORY +++ b/doc/release-notes/drscheme/HISTORY @@ -2,6 +2,18 @@ Version 353 ------------------------------ + . user-defined keybindings can now be loaded directly from + PLaneT, via a new menu item in the Edit menu. + + . the keybindings now have access to the same stuff as the + tools, via the require line: + + (require (lib "tool-lib.ss" "drscheme")) + + . in the non-debug languages, drscheme now trims its own + stack frames from the top of the stack before showing + them in the REPL. + . the get-language-numbers method in drscheme:language:language<%> now requires its results to be completely unique, wrt to other languages (until