racket/collects/scribblings
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
..
draw Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
drracket "indicies" -> "indices", as noted by Rodolfo Carvalho. 2012-02-09 13:59:20 -05:00
foreign doc and terminology fix 2012-02-26 22:13:02 -05:00
framework framework: add missing methods to interface and docs 2012-03-01 13:17:48 -05:00
gui edit wxme docs to clarify the text-only? argument passed to read-snip 2012-02-26 21:43:44 -06:00
guide Guide typos 2012-02-10 02:41:48 -05:00
htdp-langs Document `quote' et al in ISL+lambda. 2012-02-19 16:24:57 -05:00
inside doc correction 2012-02-09 16:49:33 -07:00
main 2011 -> 2012 2011-12-31 15:16:59 -05:00
more doc style adjustments; reorg cmdline+editors docs in Guide 2011-08-24 09:07:12 -06:00
quick fixed typo, closes PR 12539 2012-02-05 10:13:31 -05:00
raco add --launcher'/-l' flag to `raco exe' to create launchers 2012-02-13 16:27:51 -07:00
reference racket/sandbox: use `gui-available?' at sandbox creation 2012-03-02 07:47:16 -07:00
scheme docs reorganization 2011-07-01 17:16:53 -06:00
scribble change Scribble xref formats, so that HTML info works for Latex 2012-01-11 16:39:52 -07:00
slideshow add a convertible interface to texpict that lets 2012-02-24 10:48:19 -06:00
tools change register-toolbar-button so that it accepts a number 2012-02-25 16:57:49 -06:00
finger.png
icons.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt move purpose statements to the info files 2010-08-23 15:13:00 -06:00
magnify.png