racket/doc/release-notes
Matthew Flatt 5630a3a1ca racket/sandbox: use `gui-available?' at sandbox creation
Previously, sandbox creation used `gui?', which is the result of
`gui-available?' at the time that `racket/sandbox' is instanited.
This change makes sandbox behavior less sensitive tothe order in
which modules `require'd into a program are intiantiated.

The change depends on a new `sandbox-make-namespace' default
function for `sandbox-namespace-specs'. The new function uses
either  `make-base-namespace' or `make-gui-namespace', depending
on whether the GUI library is available at that point.

A new `sandbox-gui-enabled' parameter can disable use of the
GUI library even if it is available.

The `gui?' binding is still exported for backward compatibility,
but it shouldn't be used anymore.
2012-03-02 07:47:16 -07:00
..
drracket change register-toolbar-button so that it accepts a number 2012-02-25 16:57:49 -06:00
gracket Fixes more spelling errors. 2011-02-04 19:44:13 -07:00
plai Normalizing PLAI wrt tree 2010-02-16 20:23:32 +00:00
racket racket/sandbox: use `gui-available?' at sandbox creation 2012-03-02 07:47:16 -07:00
redex added define-union-language 2012-02-10 17:10:47 -06:00
stepper Updated HISTORY. 2012-01-23 14:54:27 -08:00
teachpack fixed an old wheel-event bug and added version number to history, please propagate 2012-01-19 11:39:05 -05:00
typed-racket Typed Racket HISTORY for 5.2.1. 2012-01-24 10:49:42 -05:00
COPYING-libscheme.txt 301.15: new install tree for Unix, moved docs, moved teachpacks, added config.ss 2006-05-18 15:03:05 +00:00
COPYING.txt Switch the license text from LGPLv2 to LGPLv2.1. 2011-05-27 18:09:55 -04:00