From: Robby Findler <robby@cs.uchicago.edu> To: plt-scheme@po.cs.brown.edu Subject: [plt-scheme] Recent changes to DrScheme in CVS Date: Tue, 6 Jan 2004 18:38:50 -0600 For details on using the intermediate releases, see http://www.plt-scheme.org/anoncvs/ This is a summary of the recent changes to DrScheme in the CVS archive. You may have many of these changes already; typically each change is tagged as it happens and these emails are only sent when the list gets long enough. - Help Desk searching is now language-sensitive. - Check syntax is now integrated (better) with the syntax colorer. - Check Syntax now distinguishes between require’d and locally defined identifiers. - added the ability to specify a command-line to the module language. - Help Desk’s status messages are now in the frame and it’s break button is also in the frame (no more modal dialog) - changed the defaults for frame:standard-menus-mixin -- the method file-menu:between-save-as-and-print method no longer creates a separator menu item. - changed the overriding method behavior of drscheme:frame:basics-mixin. See docs for details. Robby