Robby Findler
ff6fa2736c
some long overdue Rackety: renaming the 'scheme:' exports of the framework to 'racket:'
...
original commit: 458e2c2282adca43aabe3d1e62957389d2fbe798
2011-11-30 06:45:50 -06:00
Eli Barzilay
950c968e77
".ss" -> ".rkt" scan done.
...
original commit: 3157955d40f89d83fb3d5fa7a2f20639cda69579
2011-07-02 10:37:53 -04:00
Ryan Culpepper
856c27560b
docs reorganization
...
added tutorial, racket categories
relabeled some other categories
normalized manual names: de-bolded, changed some names
original commit: 1b702a2ae32aba835f7467ced6b203902db0ccd9
2011-07-01 17:16:53 -06:00
Eli Barzilay
ec12cbefed
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.
original commit: ac26fe75546b5182d78f18c2cd882f0f440849e2
2011-06-25 04:08:47 -04:00
Eli Barzilay
4f207d84ed
Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files.
...
(Some other minor things here and there.)
original commit: debd1f9f1e6899e2a7e4ab5de929a49df490b5c7
2011-06-20 04:27:14 -04:00
David Van Horn
15c7ab6e1f
Fixes more spelling errors.
...
original commit: 760a58b65df2b91010d2bcc2739ddab2a4489729
2011-02-04 19:44:13 -07:00
David Van Horn
5007d739fc
Fixed various spelling errors.
...
original commit: c9519fd11300b07292df8619e86f48533eff6e4d
2011-02-03 17:42:33 -05:00
Matthew Flatt
5adf804728
rename all files .ss -> .rkt
...
original commit: 28b404307793f041bb3363135a2968e283855318
2010-04-27 16:50:15 -06:00
Jay McCarthy
8f88331a72
DrDr properties
...
svn: r16327
original commit: 2690ee8beecb05025cbd7c3e196c2545f28e63ed
2009-10-15 16:18:01 +00:00
Matthew Flatt
00494f838c
fix multiple registration of make-line-snip snipclass
...
svn: r15691
original commit: a090aa60a91b4ea1a6ec25fcbd54194c3db605dc
2009-08-09 13:46:20 +00:00
Eli Barzilay
424dcbc9c2
removed lots of "the the"s
...
svn: r14679
original commit: ff73a5395ee00699c7b85d6ed20bbc3e5d9a2957
2009-05-01 21:02:51 +00:00
Matthew Flatt
2e537cd062
aligned-pasteboard and cue-text% repairs
...
svn: r14463
original commit: 52d6fb4e1dd1ca6a62f5026f748f200c2318e82b
2009-04-08 12:59:22 +00:00
Matthew Flatt
8e7b235a19
assign authors to manuals
...
svn: r11287
original commit: 9453aaaccf2f0007bae450c291e1cd29a7a14696
2008-08-15 20:16:06 +00:00
Eli Barzilay
2fabbcf66d
* Newlines at EOFs
...
* Another big chunk of v4-require-isms
* Allow `#lang framework/keybinding-lang' for keybinding files
* Move hierlist sources into "mrlib/hierlist", leave stub behind
svn: r10689
original commit: 7d50e61c7f6831936e13e6af5140db65db18fe1c
2008-07-09 07:18:06 +00:00
Matthew Flatt
eeed36c497
proprocessor doc, merge scribblings and doc-categories fields
...
svn: r9414
original commit: a26b334c67a2d77b56c8a83e0856a8f538b94e79
2008-04-23 00:20:25 +00:00
Matthew Flatt
0c66492b27
embedded-gui docs
...
svn: r9389
original commit: 6fcc293c4a3422e162b06fc4264a975cadfb8570
2008-04-21 20:51:23 +00:00
Eli Barzilay
206e437ff3
revise the way setup-plt crawls over the collection trees
...
svn: r8860
original commit: b76390a4523dd523febeab8f432f0341b6a2d040
2008-03-03 22:04:28 +00:00
Eli Barzilay
fcca6b5af9
make all files terminate with a newline
...
svn: r8786
original commit: bb34f747b60bb4b06e0c2098e9c591677fb49d57
2008-02-24 21:27:36 +00:00
Eli Barzilay
d956ae1736
use new require specs in many places
...
svn: r8774
original commit: b1a08edd5a8c0db0bae4a9e052d9a93d1faabb4f
2008-02-23 09:42:03 +00:00
Eli Barzilay
df196dbd9e
add lots of main.ss files where appropriate
...
svn: r8764
original commit: f5bc96418d260cc5735742ced2828742be9e886c
2008-02-22 16:28:31 +00:00
Eli Barzilay
979f0b1682
* 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
original commit: 699c40643d538e54164bf68f5eddf43ae30c5b5e
2008-02-12 10:33:01 +00:00
Eli Barzilay
68a7bbea2e
switched info.ss files to #lang
...
svn: r8532
original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +00:00
Eli Barzilay
d64c7213df
removed unused doc.txt entries from info.ss files
...
svn: r8529
original commit: 59b5f3a72758c7d6eaec0a04f243e76afbb43762
2008-02-04 20:31:04 +00:00
Matthew Flatt
8bc1d1c68c
v3.99.0.2
...
svn: r7706
original commit: 39cedb62edf9258b051a22a29a90be9c6841956f
2007-11-13 12:40:00 +00:00
Mike Sperber
ca22785970
Activate suppression of modified messages. Otherwise, embedded
...
editors will always cause the parent buffer to think it's modified.
svn: r7131
original commit: fb9b192516a4c4b074c445be39a6d7ffd93d85fa
2007-08-21 08:14:00 +00:00
Eli Barzilay
869838e8ed
{quick,merge}sort -> sort
...
svn: r2569
original commit: 16f01a1109691d2fa4844b9411410f4794cf0dc1
2006-04-01 12:24:15 +00:00
Matthew Flatt
d47712f2f5
Java example boxes: omit cue text from save-and-loaded or cut-and-paste boxes
...
svn: r1850
original commit: f81cf986b52576551aa934feff8eb584dc908857
2006-01-17 20:35:57 +00:00
Matthew Flatt
a22cc6e6c2
improved Java example boxes
...
svn: r1325
original commit: db6ac7f0a6a800ef2d434b6ece9f483f749acd88
2005-11-16 01:16:58 +00:00
Eli Barzilay
e90c91c1ef
typos
...
svn: r66
original commit: daa18fcba07a11e13b136e6978a2c3e82db379df
2005-06-08 00:28:39 +00:00
Matthew Flatt
baaed52565
.
...
original commit: 6c607e84c168b050d141ecb41259443de2ab05e0
2005-04-01 21:53:38 +00:00
Matthew Flatt
e8a3f3c358
.
...
original commit: 9aa0dbdbe98f51b7d7ce4f8f1b5361862a0b194a
2005-03-29 19:04:15 +00:00
Robby Findler
fc7ac86199
.
...
original commit: cddc61799ee2ae022923644403e809bf31e0debf
2005-02-02 19:36:22 +00:00
Robby Findler
94892215a9
.
...
original commit: d939102b323abdf294263589714b23a0d984d0da
2004-11-30 14:23:20 +00:00
Mike MacHenry
a4b7bd06ba
added cue text, fixed some bugs
...
original commit: 4abfb7bb4762e626832223ca542274620c6d0cfd
2004-11-06 17:36:33 +00:00
Mike MacHenry
88ec1c390d
update for meeting
...
original commit: d15424ca13af2ca90d7a6b514ed6b68eabe284fc
2004-11-02 19:47:41 +00:00
Mike MacHenry
6136db6a8c
fixed bug where I could see edits in the view taking place
...
original commit: 8ce646b594db64eb3d59e645fb184b7f2785e821
2004-10-29 20:44:09 +00:00
Mike MacHenry
64785cc351
new test case based on bug
...
original commit: 0d5d3617188a016105d8b7039eaeb86b5f2ba779
2004-10-26 15:14:03 +00:00
Robby Findler
39e093d608
.
...
original commit: 1bd92c441435a2c2ae5f0a37c7d5e6559e620360
2004-10-19 18:34:34 +00:00
Mike MacHenry
1366d41313
commited a test
...
original commit: c3eb3402545c5e15c214ce09f51cd1a36e6accc0
2004-10-13 19:56:16 +00:00
Mike MacHenry
484185bce3
added the dllist to the tree
...
original commit: 0eecce89853d2fd9aa18765f440113bf8cafcdbf
2004-10-13 19:54:52 +00:00
Mike MacHenry
a460454511
made the alignments doubly linked lists so that I can instert into the middle easily
...
original commit: cbb071dfb7a4c8fc64ab85d538c26c4b96a3ce1a
2004-10-13 19:53:11 +00:00
Mike MacHenry
b74f1b7980
fixed robbys cvs complaint
...
original commit: d8b0020014998b40e9d3bf9bdf772445b7951aef
2004-10-08 22:41:33 +00:00
Mike MacHenry
8c72da58aa
299 updates
...
original commit: 199634fb88ffc7b953af6fb79e00732d424be6dc
2004-10-07 15:16:27 +00:00
Mike MacHenry
6033231a46
updating for 299 still
...
original commit: deacf5a03aa96119f2f3a69f910538e8fd42ac64
2004-10-05 19:38:14 +00:00
Mike MacHenry
a893ad43ea
updating for 299
...
original commit: d4ceb4deb8b575a02cc0f64ed60f2cd31026f236
2004-09-27 21:28:51 +00:00
Mike MacHenry
06d2851822
added some new snips
...
original commit: 94f51dda132c327d307d686b814482b8ec78c6a4
2004-09-10 20:04:12 +00:00
Mike MacHenry
1561814fc2
many udates over the course of the weeks. commited to support profjBoxes
...
original commit: a4f6353f786b0be874aa8344a155d15f30d7bc47
2004-09-10 20:03:36 +00:00
Mike MacHenry
919883a7fb
commited tests
...
original commit: e3c010a3e3d7aa218b776eb623bb80b32dbb2301
2004-08-27 18:17:30 +00:00
Mike MacHenry
dffa51da68
...
...
original commit: 11aaaeeb6b6d061162df6da1fcfe5ba1789ab184
2004-08-12 22:15:27 +00:00
Mike MacHenry
ab379bf69a
fixed a show bug
...
original commit: ea3b6dc48b86b2775f4d6a4443567410c945c2ab
2004-08-12 20:25:56 +00:00