Commit Graph

24 Commits

Author SHA1 Message Date
Matthias Felleisen
53b0ed4401 conversion to 4.0 module style
svn: r9482
2008-04-25 22:59:11 +00:00
Eli Barzilay
a48fecced1 re comment-out installer line, since the main installer calls all subs now
svn: r8876
2008-03-04 17:33:13 +00:00
Eli Barzilay
1f5a7bf90a Kathy fixed the installer for htdch
svn: r8873
2008-03-04 17:22:30 +00:00
Eli Barzilay
b76390a452 revise the way setup-plt crawls over the collection trees
svn: r8860
2008-03-03 22:04:28 +00:00
Eli Barzilay
b1a08edd5a use new require specs in many places
svn: r8774
2008-02-23 09:42:03 +00:00
Eli Barzilay
699c40643d * Changed setup-plt to compile collections if they have an "info.ss"
file.  (That is, it does not require the file to have a `name'
  entry.)

* The name shown when setup works is the directory name, followed by
  the `name' field from the info file when specified.

* This means that many `name's are no longer needed, so I'm removing
  them.  To see if you need a `name' entry, consider that the name
  will be shown like this:
    ... foo (<your name here>)
  This means that if the name is the same as the directory name, then
  there is no point in having it.  I also removed cases where the name
  differed only in its capitalization for collections where the case
  is obvious.

* Also, for subcollections, the name should clarify the name of the
  subcollection in context.  For example "Acknowledgments" explains
  what scribbling/acks is, but there's no need to add the context name
  as in "Scribblings: Acknowledgments".

* There may also be a point in keeping names for other uses.  One such
  example was in games, where the name field was used in the PLT Games
  application.  (This was changed to default on the directory name, so
  it is no longer needed in most games.)  Another example is in planet
  packages.

svn: r8629
2008-02-12 10:33:01 +00:00
Eli Barzilay
3c72e71e24 switched info.ss files to #lang
svn: r8532
2008-02-04 23:00:35 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Matthias Felleisen
75b33996b1 AColor went to IColor
svn: r7541
2007-10-20 17:47:27 +00:00
Matthias Felleisen
4e2cb6d762 removed erase and clear from World & Canvas
svn: r7069
2007-08-09 20:58:18 +00:00
Matthias Felleisen
aa18a7498a Color to AColor
svn: r6892
2007-07-11 15:39:43 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Matthias Felleisen
380d1cc92a endOf* now consumes string and displays in separate message box
svn: r3897
2006-07-31 02:52:25 +00:00
Matthias Felleisen
04e4477b20 fixed bug and specs of draw/idraw Canvases in htdch
svn: r3865
2006-07-28 14:43:22 +00:00
Matthias Felleisen
c8e7482511 htdch collection reorganized, docs too
svn: r3631
2006-07-06 18:15:35 +00:00
Matthias Felleisen
a4f230d00a fixed support so that it raises a Java error instead of a Scheme error for null string
svn: r3570
2006-07-01 17:46:39 +00:00
Matthias Felleisen
6376643994 support added, duplicated code removed from idraw
svn: r2762
2006-04-24 14:19:31 +00:00
Matthias Felleisen
770e6aa288 htdch/draw and htdch/idraw fixed, common code basis
svn: r2759
2006-04-24 12:35:59 +00:00
Kathy Gray
bb5082d9e7 Changed Util.error(...) to throw new RuntimeException(...) to avoid the problem causing nightly builds to fail.
svn: r2736
2006-04-21 21:46:16 +00:00
Matthias Felleisen
3616a2a0a8 full support for Canvas, multiple Worlds
svn: r2712
2006-04-19 03:23:59 +00:00
Matthias Felleisen
64490a9aea idraw: World endOfWorld() plus endOfTime
svn: r2300
2006-02-22 16:52:52 +00:00
Matthias Felleisen
c5ce7c5a04 replaced doc.txt in draw and idraw with redirects
svn: r2216
2006-02-13 19:05:58 +00:00
Eli Barzilay
797b023216 set svn:eol-style and fix some stuff
svn: r2209
2006-02-13 17:04:50 +00:00
Matthias Felleisen
04b89daa5a idraw created
svn: r2207
2006-02-13 15:58:58 +00:00