racket/collects/mred/private
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
..
afm.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
app.ss 369.10 2007-04-20 01:16:15 +00:00
check.ss
const.ss
cycle.ss
editor.ss undid last commit to remove timing printouts 2008-01-26 14:39:49 +00:00
filedialog.ss
fontdialog.ss order result of get-face-list 2007-04-17 10:40:36 +00:00
gdi.ss order result of get-face-list 2007-04-17 10:40:36 +00:00
helper.ss
info.ss * Changed setup-plt to compile collections if they have an "info.ss" 2008-02-12 10:33:01 +00:00
kernel.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
kw.ss
lock.ss reset old-paramz global on exit to avoid retaining data 2007-03-19 22:06:56 +00:00
messagebox.ss fix multi-line message box (gone bad in rev 3304) 2007-09-17 23:17:47 +00:00
misc.ss fix typo 2007-03-21 03:05:56 +00:00
moredialogs.ss 369.5 2007-01-16 20:55:13 +00:00
mrcanvas.ss 370.2 2007-05-29 03:26:32 +00:00
mrcontainer.ss
mrgroupbox.ss
mritem.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
mrmenu.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
mrmenuintf.ss
mrpanel.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
mrpopup.ss
mrtabgroup.ss
mrtextfield.ss
mrtop.ss fix problem with the application-file handler when all windows are minized (PR 8640) 2007-05-08 06:57:32 +00:00
mrwindow.ss
path-dialog.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
repl.ss 359.2, collects changes 2006-12-20 00:57:12 +00:00
seqcontract.ss
snipfile.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
wx.ss
wxcanvas.ss fix get-face-list 'mono under Mac OS X and X, and delay showing children of a frame during a container sequence 2007-06-10 09:47:19 +00:00
wxcontainer.ss
wxgroupbox.ss
wxitem.ss fix get-face-list 'mono under Mac OS X and X, and delay showing children of a frame during a container sequence 2007-06-10 09:47:19 +00:00
wxmenu.ss patch to MrEd menu system from Danny 2007-11-21 19:59:51 +00:00
wxpanel.ss fix get-face-list 'mono under Mac OS X and X, and delay showing children of a frame during a container sequence 2007-06-10 09:47:19 +00:00
wxtabgroup.ss v3.99.0.2 2007-11-13 12:40:00 +00:00
wxtextfield.ss
wxtop.ss fix table clutter related to delayed showing of items 2007-06-29 22:48:42 +00:00
wxwindow.ss fix get-face-list 'mono under Mac OS X and X, and delay showing children of a frame during a container sequence 2007-06-10 09:47:19 +00:00