racket/collects/scribblings
Robby Findler 2f009ca529 changed the way equal<%> and snip% interact. Specifically:
- snip% now implements equal<%>
   its equal-to? delegates to other-equal-to?.

 - snip%'s other-equal-to and equal-hash-code and
   equal-secondary-hash-code all just amount to using eq?. The
   setup is here just to make snip% be the one that declares
   that it implements equal<%> so that various snips can adjust
   other-equal-to? (and the hash code methods)

 - image-snip% no longer implements equal<%>
   (but it extends snip% and it overrides other-equal-to?
    and the hash-code methods to do what they always did)
2010-12-24 06:34:42 -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 changed the way equal<%> and snip% interact. Specifically: 2010-12-24 06:34:42 -06:00
guide fix doc typo 2010-12-22 21:00:08 -06:00
honu misc racket renamings 2010-05-07 11:03:02 -06:00
htdp-langs Closing pr11216. Adding one armed check-error to teaching languages. 2010-09-16 21:00:05 -06:00
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 tweaks to More related to text editors and readline 2010-06-27 10:11:22 -06:00
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 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