Commit Graph

406 Commits

Author SHA1 Message Date
Eli Barzilay
39200e2ff6 svn: r8584
original commit: f30c78dd606f603e8423d74eb76889e2e84b484c
2008-02-08 16:47:10 +00:00
Eli Barzilay
b9aadb5dc6 much improved search, extended and fixed sendurl, string-based rendering for xrefs
svn: r8577

original commit: 7539945a3dd567b0dae31b824af751b0ef4ff2a5
2008-02-08 04:32:49 +00:00
Eli Barzilay
1b2c9f88dd * Made it possible to pass 'inline for css-path to have the css
inlined in the result
* Make it possible to use #f for dest-file in one more place, aiming
  to make it possible to render search results directly into a string.

svn: r8573

original commit: 52854f54bb9588c97159ed5466cd8aad8618e4bd
2008-02-07 21:00:14 +00:00
Eli Barzilay
84271feef5 oops
svn: r8567

original commit: 5666dd3d81b48633c98c5fcba5f8f37ebf104647
2008-02-07 17:26:03 +00:00
Eli Barzilay
0b70f28085 search improvements
svn: r8566

original commit: cad5f5d85d9684f1a2c349f430baf474b9f491ee
2008-02-07 17:25:49 +00:00
Eli Barzilay
de4f8a0e35 search improvements
svn: r8565

original commit: de82823bfa5c3ab4c4e7d220cd80840d9e13866c
2008-02-07 17:22:55 +00:00
Eli Barzilay
43e5913612 Lots of fixes & improvements for help
svn: r8561

original commit: 0cd1cc4b08276c41216c4b73895bfa1acb52eb59
2008-02-07 07:59:59 +00:00
Matthew Flatt
cbd4e8ff89 start scribbling mzlib (about half done)
svn: r8546

original commit: 8bac4b1d282f4b8aea11d02dca7c358ddbb0f7fc
2008-02-05 22:07:35 +00:00
Matthew Flatt
c0c97a6090 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
57b8baeb1c fix uses of #lang setup/infotab
svn: r8534

original commit: 03f29ff7b1c0146aeaca77a4909ad86669c9d615
2008-02-05 05:24:32 +00:00
Eli Barzilay
4a8fae32ed fix some minor bug and typos in previous commit
svn: r8533

original commit: 3da233dd8e1e3e911540c8d1e93d5a49903e8606
2008-02-05 00:22:33 +00:00
Eli Barzilay
d4db2b3df8 switched info.ss files to #lang
svn: r8532

original commit: 3c72e71e24202366d4be41532cba0a89f69d7ebd
2008-02-04 23:00:35 +00:00
Eli Barzilay
750e18115c removed help/* leftovers that are not used in v4
svn: r8528

original commit: 5dd18dadcb4b7634c3035abf4f6f0d87fd65ae90
2008-02-04 19:59:39 +00:00
Eli Barzilay
58fa3c4dfc remove unused blurb fields
svn: r8526

original commit: d78396aaf98750cb0506b8c220afc4dfef3377a2
2008-02-04 17:16:06 +00:00
Eli Barzilay
e7cee4f20b do the proper thing to get to the index page
svn: r8520

original commit: 8f186accdf716e586ef1a59fda8ce1ffd4406687
2008-02-04 03:36:59 +00:00
Eli Barzilay
6c9bd9f30d search box
svn: r8496

original commit: 58e12e98359f076bcdac08547b41a7afabfc0cb2
2008-02-01 20:08:00 +00:00
Eli Barzilay
43c556ccc2 minor
svn: r8494

original commit: d963f4c39ee4f04823b1a6991f38600989464e8d
2008-02-01 11:59:50 +00:00
Matthew Flatt
e764c8e02f tighten some Scribble contracts, improve docs
svn: r8486

original commit: 6a8a1557d3ec6da13c2c53bea11f96a6ec5afa67
2008-01-31 14:16:00 +00:00
Matthew Flatt
af0a6f7fab more scribble struct doc clarifications
svn: r8483

original commit: 841056855e81ddaba61f96d33019eb8c443fb532
2008-01-31 04:40:18 +00:00
Matthew Flatt
8ee50c9ec5 scribble struct doc clarifications
svn: r8482

original commit: beef670942f37eb2b38e1acfff4b068edd32528b
2008-01-31 04:33:50 +00:00
Matthew Flatt
e192679a2b small improvements to scribble data structures
svn: r8481

original commit: 7e6ef8eeb5bbd071ac41675fdd23246b928eedac
2008-01-31 00:06:54 +00:00
Eli Barzilay
1ca010cfb2 add nbsp to text backend
svn: r8480

original commit: 551a13131cb65f9ff23f41a8eb13fb3378c924d3
2008-01-30 20:37:58 +00:00
Eli Barzilay
72829e1d1d searchable index pages
svn: r8477

original commit: b012e7dbe7cc0291ba2af8d22dd05e88f626c274
2008-01-30 18:20:04 +00:00
Matthew Flatt
d7488ba11b launcher scribblings and other doc fixes
svn: r8469

original commit: 99818355f7b806dd7e36f5720558d2701c470948
2008-01-29 22:56:17 +00:00
Eli Barzilay
e2e36b404e * Added send-url/file that consumes a path and adds the file://, use
that in places that show docs.

* Made send-url quote characters that are possibly dangerous for
  subprocesses (good uses should call it wil already quoted urls).
  Also a keyword argument that can disable this, if someone really
  wants to.

* IE7 bug workaround finally working (but will need to switch from
  regedit to mred, to avoid vista warning).

svn: r8467

original commit: dbd27dafc66d0b94924e4287e60bdb3903fad215
2008-01-29 21:38:27 +00:00
Matthew Flatt
c2788702f8 add up-links to documents in the main doc dir; add plain-install makefile targets
svn: r8466

original commit: 6ddbaba736ebee38145d5bff9c71363be6825df4
2008-01-29 21:27:34 +00:00
Matthew Flatt
c1f8efadea 3.99.0.10: immutable vector and box literals
svn: r8465

original commit: 6e2e7d94471242e2f9fe1fbeb2dc7a5a297bb00c
2008-01-29 19:23:47 +00:00
Matthew Flatt
fb0fd622d0 fix scribble.cxx yet again
svn: r8463

original commit: 8d17e9133309a553bd68f5f85a1269bb6d028b60
2008-01-29 18:36:04 +00:00
Matthew Flatt
8378fbf1a4 regexp doc fixes
svn: r8462

original commit: 3cd1b5f14f2fece4e56c5450df67b7a0128f51a7
2008-01-29 17:37:10 +00:00
Matthew Flatt
d42a20cf7b doc fixes and rendering tweaks
svn: r8453

original commit: 60f7074babcd1ce0c4bdceff70893baf91c117bc
2008-01-28 22:43:50 +00:00
Matthew Flatt
788660a9f1 setup-plt scribbling
svn: r8451

original commit: 68ae5ace16a40c0ea1bb4d5ed010d8c64fa3972a
2008-01-28 21:54:02 +00:00
Matthew Flatt
61db9850c1 scribbled dynext (from Will Farr)
svn: r8450

original commit: 987b9e76814a873b9034162e44d15267c3bf6c9a
2008-01-28 19:40:52 +00:00
Matthew Flatt
65291d0c1d clean out _loader compilation support; merge compiler library docs into mzc manual; improve mzscheme cmdline handling so that configuration options do not cancel defaults like -i and -u
svn: r8432

original commit: e35c94f91dface469a5c5689cd8f49b5d0d0a62e
2008-01-27 14:20:42 +00:00
Eli Barzilay
40116e1d00 minor
svn: r8430

original commit: ec75cb5a9f57f27d138aa12a3d61db9711c12200
2008-01-27 07:00:07 +00:00
Eli Barzilay
81179a7eea Added 'newline items, made index pages use them instead of
table rows.  (And some reformatting, of course.)

svn: r8426

original commit: 642c0d60718d0d3daa5266f6402bea9957807aea
2008-01-26 19:31:32 +00:00
Eli Barzilay
d2002d0a0d minor things
svn: r8419

original commit: df0368e5ccc99f75b993eacc2a627c33dfa70d9f
2008-01-25 20:02:12 +00:00
Eli Barzilay
2dfa41a8f2 Better sorting of index entries
svn: r8418

original commit: 5c13830bf67cab65630d41ac1da1552aedde769b
2008-01-25 16:47:43 +00:00
Eli Barzilay
a65ca82cc5 minor code improvements
svn: r8417

original commit: 7126fdce72db0dc7a11b8db91cc37e678fd1ca8c
2008-01-25 16:32:33 +00:00
Matthew Flatt
c63cd9a943 fix eval:alts to not add context
svn: r8383

original commit: b7a19fdc4a19e7f62a6f47f05e4ea32b6d97b98b
2008-01-22 14:54:37 +00:00
Matthew Flatt
0d52905593 more mzc scribblings; scribbled HTML layout tweaks
svn: r8335

original commit: e3af8a5a5254d35bdcc706916bbeb79e72ac3ecf
2008-01-15 14:20:49 +00:00
Matthew Flatt
ac6aeb38fe scribbled compiler/cffi
svn: r8325

original commit: 3162537b773ef48865f7385ff9a914b221c8c78b
2008-01-14 22:47:12 +00:00
Matthew Flatt
39e6d1c0e8 add HTML docs and some guidance on scripts
svn: r8323

original commit: 19b142e67d5945c15859d2b5fb195a8247b32af7
2008-01-14 19:55:27 +00:00
Matthew Flatt
d8f9d02067 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
Matthew Flatt
ef15fe151a fix version and margin-par alignment
svn: r8311

original commit: 1bb2aad735caacfd0c564d96862225151c68fde4
2008-01-12 18:52:20 +00:00
Matthew Flatt
6389cc8931 add master index
svn: r8310

original commit: 13025bff7a53c82b0367ece5932fc92b3150f50c
2008-01-12 18:32:30 +00:00
Matthew Flatt
77f98c97a8 add support for user-specific documentation list
svn: r8306

original commit: 1c16d5829ee5c7033922b3f82e23ec7bc8883fa3
2008-01-11 23:13:11 +00:00
Matthew Flatt
6681482d88 fix bouncing problem with navigation line (Firefox)
svn: r8305

original commit: e42bc2aa976b06e3aada128be0bde6f6f97fc3ab
2008-01-11 22:22:31 +00:00
Matthew Flatt
e7270cf00f organize CSS a bit more
svn: r8304

original commit: 571fb0f08c7499bc320af6ba1fc6a510e2160854
2008-01-11 21:48:35 +00:00
Matthew Flatt
477b2d6ea0 rearrange CSS file so that each font is in one place
svn: r8303

original commit: d5cfd34ff0e34225e56f5b003f9cfa80ab150924
2008-01-11 20:39:40 +00:00
Matthew Flatt
e87efe3ce8 fix help start path
svn: r8302

original commit: 4e2951c2bcccb1961de7c71304033723e77d8743
2008-01-11 20:09:19 +00:00