racket/collects/scribblings
Robby Findler bf53fd5c38 adjust the auto-text behavior of DrRacket so that it doesn't require the
queue-callback / execute callback dance; also, change the behavior
  a little bit so that it works a little bit more like the rest of the
  DrRacket languages; in particular, the initialization of the REPL
  now only happens when a window is first opened or a new tab is first
  created, but not at other times (ie not when the language changes;
  when the language changes, we just keep the REPL state the same and
  show a warning like before)

This change also required a change to the way the repl is initialized
and a slight change to the behavior of the first-opened method. Specifically,
it is now called in a slightly better context so that errors that
happen look like errors in the user's program. The only other use of
the first-opened method in the tree was to initialize the teachpacks
in the teaching languages and this new behavior is also an improvement
there.
2010-12-20 08:43:34 -06:00
..
draw further `draw-bitmap' doc improvements 2010-12-16 21:20:13 -07:00
drracket removed mention of PLTDRTEST (it was already gone from the implementation) 2010-12-20 08:43:26 -06:00
foreign restore Win64 fix to FFI 2010-12-14 07:53:19 -07:00
framework added set-orientation method to panel:dragable (lets the panels 2010-12-09 15:50:08 -06:00
gui Move mred/private/wxme/style to racket/snip/private/style. 2010-12-19 22:56:15 -05:00
guide explain gracket a bit better in the Guide 2010-11-27 18:54:32 -07:00
honu
htdp-langs
inside change nearly all long's to intptr_t' 2010-12-03 08:48:33 -07:00
main adjust docs building so that it doesn't assume that the getinfo procs are there 2010-12-03 06:30:58 -06:00
more
quick convert "quick" document to mostly use picts directly in examples 2010-11-26 20:40:43 -07:00
raco Make it so that DrRacket deletes .zo files when the corresponding source file isn't present anymore 2010-12-16 16:12:54 -06:00
reference Fix doc typo. 2010-12-17 12:32:26 -05:00
scheme document some modules that are referenced in other documentation 2010-12-15 13:41:59 -07:00
scribble more Scribble "---" doc fixes 2010-12-14 07:45:15 -07:00
slideshow set `dc-for-text-size' default to a bitmap DC (instead of #f) 2010-12-17 07:16:54 -07:00
tools adjust the auto-text behavior of DrRacket so that it doesn't require the 2010-12-20 08:43:34 -06:00
finger.png
icons.rkt
info.rkt
magnify.png