Commit Graph

54 Commits

Author SHA1 Message Date
Eli Barzilay
3157955d40 ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
Ryan Culpepper
1b702a2ae3 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00
Eli Barzilay
ac26fe7554 A ton of @scheme*' -> @racket*' and related updates.
Also, updates some of the mzlib files to point at `racket/*' libraries
rather than to `scheme/*' ones.
2011-06-25 04:08:47 -04:00
Robby Findler
fcfb422294 weeded out some more of the test-docs-complete.rkt files 2011-04-25 21:20:52 -05:00
Robby Findler
e7d0029aea added lots of new tests that our documentation is complete 2011-04-25 13:24:43 -05:00
Eli Barzilay
9c352f5704 More svn -> git changes.
Some mentions of svn/subversion are replaced with git, and some patterns
for paths to ignore include ".git*".  (Note ".mailmap" not added, might
need to.)
2010-05-17 05:41:04 -04:00
Eli Barzilay
de0cc7771b A lot of "DrScheme" -> "DrRacket"s. 2010-05-17 01:27:03 -04:00
Eli Barzilay
a46743211b A lot of "plt-scheme.org" -> "racket-lang.org"s. 2010-05-17 00:53:12 -04:00
Matthew Flatt
eb15dceb34 rackety misc docs 2010-05-07 09:13:51 -06:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Eli Barzilay
c0a8a01222 Changed @itemize{...} to @itemize[...] (done after comparing the doc
tree and verifying that there are no changes).
(Also fixed a few bugs that were in the code)

svn: r14427
2009-04-05 17:46:20 +00:00
Eli Barzilay
4db61ef355 take into account pre-release alpha versions also
svn: r12099
2008-10-23 09:11:21 +00:00
Eli Barzilay
c3985c706c Change parsing of old versions:
NNNpN -> N.NN.N
  NNN.N -> N.NN.0.N
This is better than mapping NNN.N to N.NN.N, because it follows the
fact that NNN.N were not release versions, so they're mapped to
numbers that are not release versions now.

svn: r11398
2008-08-23 07:06:33 +00:00
Eli Barzilay
b5fb8569cc * Deal with NNNpN versions as N.NN.N (eg, 103p1 => 1.03.1),
* Some more sane checks -- refuse old-style versions when it's higer
  than 380
* Added tests for these
* Move sanity check to tests (where it will do the same since it runs
  every day)

svn: r11397
2008-08-23 06:49:06 +00:00
Matthew Flatt
e3f3595625 fix version sanity check
svn: r10777
2008-07-15 18:50:48 +00:00
Eli Barzilay
7d1d8bf7fe some additional sanity checking
svn: r10776
2008-07-15 18:26:12 +00:00
Eli Barzilay
19095ff14b * Added `version->integer'
* Added tests (mostly just that for now)
* Documented `version/utils'

svn: r10756
2008-07-14 07:56:18 +00:00
Eli Barzilay
4785e86907 * Updated `valid-version?' to restrict ranges of subparts
* Added `version<=?' and `alpha-version?'
* updated checker for new file location, update code

svn: r10224
2008-06-11 19:17:02 +00:00
Matthew Flatt
a26b334c67 proprocessor doc, merge scribblings and doc-categories fields
svn: r9414
2008-04-23 00:20:25 +00:00
Eli Barzilay
f7042d063a temporary error while download pages are not ported
svn: r8814
2008-02-27 14:13:45 +00:00
Eli Barzilay
7a1aaadf8d svn: r8813 2008-02-27 14:04:03 +00:00
Eli Barzilay
36b05ee127 svn: r8812 2008-02-27 13:56:10 +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
Eli Barzilay
59b5f3a727 removed unused doc.txt entries from info.ss files
svn: r8529
2008-02-04 20:31:04 +00:00
Matthew Flatt
39cedb62ed v3.99.0.2
svn: r7706
2007-11-13 12:40:00 +00:00
Eli Barzilay
3459c3a58f merged units branch
svn: r5033
2006-12-05 20:31:14 +00:00
Eli Barzilay
a65717a9dd remove debugging code
svn: r3794
2006-07-24 17:19:46 +00:00
Eli Barzilay
3c17a310ee svn: r3188 2006-06-02 19:08:32 +00:00
Eli Barzilay
97375b0e74 Check for updates menu item
svn: r3187
2006-06-02 19:05:54 +00:00
Eli Barzilay
473782780d current might be between recent and stable
svn: r3175
2006-06-01 23:40:32 +00:00
Eli Barzilay
1c412e58ad typo
svn: r2830
2006-04-28 00:35:28 +00:00
Eli Barzilay
e337bae1b5 default = #f
svn: r2828
2006-04-27 22:25:16 +00:00
Eli Barzilay
ea9aeec4f0 more behavior improvement to make it more explicit and easier to disable
svn: r2821
2006-04-27 20:10:21 +00:00
Eli Barzilay
81e201a96e remove debugging junk
svn: r2818
2006-04-27 16:14:52 +00:00
Eli Barzilay
e265109428 remove debugging junk
svn: r2817
2006-04-27 16:13:31 +00:00
Eli Barzilay
b8b78d4349 use a status-bar notification
svn: r2816
2006-04-27 16:08:45 +00:00
Eli Barzilay
31b9658fb8 make the dialog non-modal
svn: r2810
2006-04-27 05:54:55 +00:00
Eli Barzilay
e0dcc108d7 stretch times by 2
svn: r2801
2006-04-26 15:17:49 +00:00
Eli Barzilay
20e5726ed9 string typo
svn: r2799
2006-04-26 15:08:15 +00:00
Eli Barzilay
bdcaaa5c35 default is to check for updates
svn: r2790
2006-04-26 04:20:21 +00:00
Eli Barzilay
c34c4e7abe later-delay is a real week
svn: r2787
2006-04-26 01:18:49 +00:00
Eli Barzilay
e6253449d2 add current version number to the version url
svn: r1978
2006-01-26 08:15:53 +00:00
Eli Barzilay
ef87bdc876 abort if bad HTTP reply
svn: r1520
2005-12-04 19:18:04 +00:00
Eli Barzilay
9a816b8944 Added auto-check functionality, off by default.
svn: r1484
2005-12-02 08:46:05 +00:00
Eli Barzilay
810d88c82d report stable and alpha if our alpha is older than the stable
svn: r1482
2005-12-02 06:38:08 +00:00
Eli Barzilay
a869dbcc3d avoid using net/url.ss
svn: r1481
2005-12-02 06:17:53 +00:00
Eli Barzilay
83c4f5ebe8 minor tweaks, better errors
svn: r1475
2005-12-01 22:51:13 +00:00
Eli Barzilay
72e367f3a2 doc for the new version collection
svn: r1471
2005-12-01 21:52:50 +00:00