racket/doc/release-notes/racket
Matthew Flatt 426a8c0d39 add `exn:fail:{filesystem,syntax}:missing-module'
These exception types are intended as a hook for a programming
environment to recommend packages that can provide a module that isn't
found (through an uncaught-exception handler). The new exceptions are
generated by the default module name resolver and defaultload
handler. In addition to the exceptions, there's a new
`prop:exn:missing-module' property and `exn:missing-module?', which is
what an environment should use to detect relevant exceptions.

There's also a new `current-module-path-for-load' parameter, which
just provides a commuincation path from the module name resolver to
the the load handler. The parameter is a relatively ugly piece of the
puzzle, but it's the best I could find to squash the new functionality
into the existing stack of handlers.
2013-04-22 10:27:02 -06:00
..
Draw_and_GUI_5_1.txt remove unsupported MDI styles and method 2011-08-04 08:02:54 -06:00
HISTORY.txt add `exn:fail:{filesystem,syntax}:missing-module' 2013-04-22 10:27:02 -06:00
MzScheme_4.txt move release-note files to rackety names 2010-05-05 10:30:40 -06:00
MzScheme_200.txt move release-note files to rackety names 2010-05-05 10:30:40 -06:00
MzScheme_300.txt move release-note files to rackety names 2010-05-05 10:30:40 -06:00
Racket_5.txt add v5 porting note about pretty-print 2010-06-27 10:19:49 -06:00
rename-super-fixup.rkt A bunch of more typos like the ones in David's commit. 2012-02-21 14:21:43 -05:00