From b4681b4ca50b9243a47338ee62e49c7378b4e7de Mon Sep 17 00:00:00 2001 From: Robby Findler Date: Sat, 22 Dec 2007 14:12:53 +0000 Subject: [PATCH] added auto completion svn: r8104 --- doc/release-notes/drscheme/HISTORY | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/release-notes/drscheme/HISTORY b/doc/release-notes/drscheme/HISTORY index ff17bec8c6..6938097ed9 100644 --- a/doc/release-notes/drscheme/HISTORY +++ b/doc/release-notes/drscheme/HISTORY @@ -2,6 +2,9 @@ Version 372 ------------------------------ + . added auto-completion (only gets completions from + the documentation, not the lexical context). + . minor bug fixes ------------------------------