racket/collects/lang
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
..
private * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
debugger-language-interface.ss Moved stepper/stepper-language-interface.ss and 2007-09-24 07:37:59 +00:00
doc.txt
error.ss
htdp-advanced-reader.ss
htdp-advanced.ss finish first draft of HtDP language docs 2008-01-02 03:33:00 +00:00
htdp-beginner-abbr-reader.ss
htdp-beginner-abbr.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
htdp-beginner-reader.ss
htdp-beginner.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
htdp-intermediate-lambda-reader.ss
htdp-intermediate-lambda.ss 3.99.0.9: binding links in docs use nominal import sources 2008-01-03 19:07:02 +00:00
htdp-intermediate-reader.ss
htdp-intermediate.ss finish first draft of HtDP language docs 2008-01-02 03:33:00 +00:00
htdp-langs.ss run-teaching-programs tweaks (no settings, contract changes) 2008-02-02 00:36:40 +00:00
htdp-reader.ss
imageeq.ss fixed to use new module path syntax 2007-11-19 16:28:49 +00:00
info.ss switched info.ss files to #lang 2008-02-04 23:00:35 +00:00
plt-mred.ss
plt-mzscheme.ss
plt-pretty-big-text.ss
plt-pretty-big.ss
posn.ss
prim.ss removed unused doc.txt entries from info.ss files 2008-02-04 20:31:04 +00:00
r5rs.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
run-teaching-program.ss run-teaching-programs tweaks (no settings, contract changes) 2008-02-02 00:36:40 +00:00
stepper-language-interface.ss Move the "show-lambdas-as-lambdas" language-specific parameter to 2007-10-31 07:06:54 +00:00