racket/collects/wxme
Robby Findler 0fce29f552 adjust the wxme reader so that it now creates image-snip%s when it finds image-snips in file
it used to create image% objects that were simple containers for the
  data in the file; the change _should_ be backwards compatibile;
  the only know incompatibility is that the get-filename method
  now returns a path instead of bytes (this is to match the
  image-snip% class)

   closes PR 1168

   please merge to the 5.1 release branch
2011-02-02 20:26:52 -06:00
..
private added support to the 2htdp/image library for reading files when there is no GUI around. 2010-10-28 11:32:14 -05:00
cache-image.rkt
comment.rkt
editor.rkt
image.rkt adjust the wxme reader so that it now creates image-snip%s when it finds image-snips in file 2011-02-02 20:26:52 -06:00
main.rkt
number.rkt
read.rkt
scheme.rkt
test-case.rkt
text.rkt
wxme.rkt adjust the wxme reader so that it now creates image-snip%s when it finds image-snips in file 2011-02-02 20:26:52 -06:00
xml.rkt