Go to file
Robby Findler 069cfb2d19 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)

original commit: 2f009ca529fcbe4ebe496379a5403cbcf1a0cd14
2010-12-24 06:34:42 -06:00
collects changed the way equal<%> and snip% interact. Specifically: 2010-12-24 06:34:42 -06:00
doc/release-notes add width' and height' arguments to post-script-dc% and pdf-dc% 2010-11-26 20:40:43 -07:00
man/man1 drop "www." from "racket-lang.org" urls. 2010-11-09 20:11:14 -05:00