Matthew Flatt
d72298416f
hierlist docs; fix latex/pdf output when a paragraph starts with n hspace
...
svn: r9276
original commit: 02fbaca2b7c8fdafe5b88b24dae2f4d46020eb36
2008-04-12 14:42:02 +00:00
Robby Findler
6f07b696f2
renamed to 'dont save' instead of 'close anyway'
...
svn: r9272
original commit: d69f021d7ef7f5603df2b0d0af20be5bfcedc4a1
2008-04-11 23:37:43 +00:00
Robby Findler
e7149ced11
PR 9289
...
svn: r9259
original commit: 3b09127a486e09677d60f5e474d6003555d37f3f
2008-04-11 17:56:18 +00:00
Matthew Flatt
44c7e9df8d
don't allow menu access via shortcuts when then entire menu bar is disabled
...
svn: r9238
original commit: 6c4ab3dad75e571f1ece4e578c4e8c622bae208f
2008-04-10 12:58:23 +00:00
Matthew Flatt
721914ff90
new hash function names and ops (3.99.0.23)
...
svn: r9209
original commit: 021d4d7527f39cc01b6b8952f4a90e61e55e8956
2008-04-08 21:42:38 +00:00
Robby Findler
42bd983c66
fixed bug noticed by Sam
...
svn: r9114
original commit: 97dbca2831151c19871419bba4fede37d4d57c71
2008-03-29 21:57:35 +00:00
Robby Findler
f44a26e233
got thru the docs for the framework's functions
...
svn: r8983
original commit: 32d1534d90299a62c8c3ed638c5f7a324b973634
2008-03-16 03:14:59 +00:00
Robby Findler
447e5a4a69
raw, first cut of framework docs: just functions and just contracts so far
...
svn: r8976
original commit: e86fce444b31a669718195b1ee5257f13e3f3fa4
2008-03-15 03:11:04 +00:00
Robby Findler
6293e3838e
fixed PR 9237
...
svn: r8887
original commit: 9eeab67636e7d701765b05b2824374f3f21e0e3d
2008-03-04 23:46:46 +00:00
Robby Findler
0a2342d002
fixed bug
...
svn: r8869
original commit: de80a2249641ed3ebd992a47ec03540f07eed377
2008-03-04 14:19:13 +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
Robby Findler
b858b854d7
fixed bug
...
svn: r8852
original commit: 0d54a9816fe41383a63894bba822d5492d63076c
2008-03-02 22:43:07 +00:00
Robby Findler
87bd0170da
the paren matcher now works for previous interactinos with the REPL and hitting return up above copies the text down to the next prompt
...
svn: r8840
original commit: 362f16b411431454f02556bd6859143b5bbc63b5
2008-03-01 21:49:31 +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
Robby Findler
a366ccb1d3
changed union to or/c
...
svn: r8748
original commit: 5a0abb116e03c458bbf047805580458e3fe354b9
2008-02-20 23:27:17 +00:00
Robby Findler
57cd0ce3ac
if the function has a name, the name is now used as the name of the keybinding
...
svn: r8744
original commit: f2c8ff355edb425230391408cf8e6d38fb359446
2008-02-20 21:02:30 +00:00
Eli Barzilay
4c7831c04c
improved scribble syntax use
...
svn: r8720
original commit: 264af9a6d0224c7374c0e81d1cb8f25ce45bfd41
2008-02-19 12:22:45 +00:00
Eli Barzilay
1af5a26513
add #:indent to verbatim
...
svn: r8707
original commit: 6f0ce914614ae5a840bcdeed225583ad4f4b1692
2008-02-18 20:01:23 +00:00
Eli Barzilay
92f885cb9e
use @verbatim{...}
...
svn: r8699
original commit: 9c7790971010d45b78b3322831da216f65256080
2008-02-18 10:49:20 +00:00
Eli Barzilay
5ee22122d9
comment out unconverted latex
...
svn: r8657
original commit: 497c56ce3a5eaa775808e64e86a15a71a959e7cb
2008-02-13 22:04:09 +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
Ryan Culpepper
94872fb69a
changed macro-debugger to use v4 syntax (mostly)
...
svn: r8544
original commit: 13a3c31ad5f63115427cfd34df285c0e981a8107
2008-02-05 21:56:49 +00:00
Matthew Flatt
a574ce702f
add #:use-sources to Scribble module declarations, so that scheme/base and mzscheme can better share documentation; finish documenting legacy mzscheme bindings
...
svn: r8538
original commit: 794e6c8a398da5857097795ff5c8d022bf55fed2
2008-02-05 16:33:26 +00:00
Eli Barzilay
b2114ec927
fix some minor bug and typos in previous commit
...
svn: r8533
original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606
2008-02-05 00:22:33 +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
Robby Findler
13681c49c5
added an exception catch
...
svn: r8473
original commit: 95f3915f6cfe917420a8d87b5c52db2fe8b32dda
2008-01-30 05:16:52 +00:00
Matthew Flatt
7052a0cd36
launcher scribblings and other doc fixes
...
svn: r8469
original commit: 99818355f7b806dd7e36f5720558d2701c470948
2008-01-29 22:56:17 +00:00
Eli Barzilay
d49022dbee
typo
...
svn: r8468
original commit: 7ed3d17dbac1f942d512cffd0f280c90f4b0b659
2008-01-29 22:01:21 +00:00
Robby Findler
ee0d907c6b
undid last commit to remove timing printouts
...
svn: r8425
original commit: 12be0ae53b458197ad02597d8c838b2bfcd1bf08
2008-01-26 14:39:49 +00:00
Robby Findler
920169a63a
made memory limits be on by default and improved 'killed' dialog to turn up the limits
...
svn: r8424
original commit: 288fb780296e5dccd8fcfc34833b631c1a839246
2008-01-26 14:37:55 +00:00
Robby Findler
b14c66ca8f
fixed PR 9140
...
svn: r8374
original commit: d219107a0a2f0a54ea7746209f78e8273d43561f
2008-01-21 00:33:28 +00:00
Robby Findler
2ef8d09762
removed the dependency between the string-constants library and mrlib
...
svn: r8369
original commit: 2e3c05b14e0ca53bb6e10376252266834750fc8f
2008-01-19 20:13:02 +00:00
Matthew Flatt
bb5c1e5528
fix typos in MrEd docs
...
svn: r8362
original commit: 4e7842bfa62156927c2d41f9a9edb54ee6d4c557
2008-01-18 14:14:22 +00:00
Matthew Flatt
239c3cc08f
normalize some doc titles
...
svn: r8336
original commit: 04859fb2dd423cd76b5dc9aa0e2d394fbf079074
2008-01-15 14:46:36 +00:00
Matthew Flatt
c55e38fa09
finish up main page: release notes, etc.; add Yavuz's errortrace scribbling
...
svn: r8314
original commit: d532fe478182376c2553b1371f8dc837181ae297
2008-01-13 14:53:54 +00:00
Eli Barzilay
25d1877912
remove the now-redundant main-doc option
...
svn: r8288
original commit: fff894d7100add97eddfe8f965e7c1f558abd87c
2008-01-11 02:29:49 +00:00
Matthew Flatt
1e06f9bcc5
doc build automatically go to main doc dir; added doc categories for start doc; fix locale-sensitive byte<->string ops to actually use the locale; other small edits
...
svn: r8286
original commit: 1e069dd2bcd7b1dd84213f6943f6f549681219f8
2008-01-10 23:42:23 +00:00
Matthew Flatt
984bf9ee05
move doc sub-dirs to scribblings sub-dirs
...
svn: r8281
original commit: b76aa843ab09e8c1c5f5de9e033b7170ed64acd4
2008-01-10 20:07:32 +00:00
Matthew Flatt
0cb9be88c6
work on guide, and fix problems with scribble/eval
...
svn: r8250
original commit: 343308481a82f6999e3d84842babdfd471a3af93
2008-01-07 21:47:22 +00:00
Matthew Flatt
e34d8e3b66
sandbox Scribble evaluations; fix rational exact->inexact loss of precision
...
svn: r8238
original commit: f3cb86dc1ac569297d67573dc73b7f5e3859656a
2008-01-06 16:54:34 +00:00
Matthew Flatt
77151d5bc3
add setup-plt and mzc man pages
...
svn: r8232
original commit: 387299d2d7bca986feec3cf827507468791b4d49
2008-01-05 23:41:46 +00:00
Matthew Flatt
3442521fa7
streamline man pages
...
svn: r8230
original commit: 412602f7b9343df3b9b612c1cd343d3ebba17f1c
2008-01-05 23:16:21 +00:00
Robby Findler
e1f1592b64
undid last commit to remove timing printouts
...
svn: r8197
original commit: 13a92b3a3ce1163d06eda29f56693f1f0e2338c9
2008-01-03 19:09:00 +00:00
Matthew Flatt
ffc0d58cab
3.99.0.9: binding links in docs use nominal import sources
...
svn: r8196
original commit: 7fc41024c0f09d03bed22c9e68bc2548f9222b77
2008-01-03 19:07:02 +00:00
Robby Findler
a658cf4046
mostly finished the contract library changes
...
svn: r8195
original commit: 3cf6ed46738360cb84a414423d176e14bf79e803
2008-01-03 18:10:43 +00:00
Robby Findler
eb31fefc5f
improved the way the automatic scrolling works when searching
...
svn: r8177
original commit: fca9c6b405c2e6cbed30ad32c957e535516b0dad
2008-01-01 21:47:13 +00:00
Robby Findler
8c3984228c
finished ->d
...
svn: r8166
original commit: 90de53d2b23695002659e0c26237dc2fd6c63db1
2007-12-30 23:36:58 +00:00