Commit Graph

2237 Commits

Author SHA1 Message Date
Eli Barzilay
1539243d5c Make quiet.ss use a command-line file if specified, for example:
mzscheme -r quiet.ss beginner.ss

svn: r1493
2005-12-02 16:18:36 +00:00
Matthew Flatt
a8915e5ff6 added needed cast
svn: r1492
2005-12-02 16:06:59 +00:00
Matthew Flatt
a666d0f3bc change default for del key to be the same on all platforms (not mapped to backspace under Unix)
svn: r1491
2005-12-02 16:03:26 +00:00
Matthew Flatt
1a8c0a351d DEL forward deletes
svn: r1490
2005-12-02 15:58:38 +00:00
Matthias Felleisen
2526db5610 fixed higher-order function contracts in intermediate
svn: r1489
2005-12-02 15:11:23 +00:00
Matthew Flatt
55037c44cf avoid problem with focus leaving before it has arrived(?)
svn: r1488
2005-12-02 14:19:35 +00:00
Matthew Flatt
1aba007321 change yield so that it doesn't handle events in a non-handler thread(!)
svn: r1487
2005-12-02 14:19:08 +00:00
Eli Barzilay
592c47e4be avoid *sex*pression (pr7366)
svn: r1486
2005-12-02 10:15:49 +00:00
Eli Barzilay
059e8c3b54 Welcome to a new PLT day.
svn: r1485
2005-12-02 09:20:02 +00:00
Eli Barzilay
9a816b8944 Added auto-check functionality, off by default.
svn: r1484
2005-12-02 08:46:05 +00:00
Eli Barzilay
e06af1b483 Make the installer use the new version checker.
svn: r1483
2005-12-02 06:46:36 +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
Matthew Flatt
97d4e826b4 added a bit of missing synchronization
svn: r1480
2005-12-02 05:32:32 +00:00
Matthew Flatt
e86f372261 improve the way errors are reported, avoid unintended multithreading
svn: r1479
2005-12-02 05:28:30 +00:00
Robby Findler
d7029f6406 fixed bug with manuals showing up wrong
svn: r1478
2005-12-02 03:01:03 +00:00
Eli Barzilay
d7b2729414 bump version in mred and mzscheme info files
svn: r1477
2005-12-02 02:30:46 +00:00
Eli Barzilay
83c4f5ebe8 minor tweaks, better errors
svn: r1475
2005-12-01 22:51:13 +00:00
Eli Barzilay
b165f5400c removed commented version check code
svn: r1474
2005-12-01 22:20:37 +00:00
Eli Barzilay
8ac7cf51a3 repeated require line
svn: r1473
2005-12-01 22:02:42 +00:00
Matthias Felleisen
9a5d36e27a place-image(world.ss) accepts all coordinates now
svn: r1472
2005-12-01 22:01:51 +00:00
Eli Barzilay
72e367f3a2 doc for the new version collection
svn: r1471
2005-12-01 21:52:50 +00:00
Robby Findler
0588b527c3 removed default language from language dialgo
svn: r1470
2005-12-01 21:44:41 +00:00
Eli Barzilay
88bb2b39ee Removed old version code, new version is greatly simplified.
svn: r1469
2005-12-01 21:44:21 +00:00
Eli Barzilay
6564b98863 Removed version information that is no longer used.
svn: r1468
2005-12-01 21:34:08 +00:00
Eli Barzilay
02bef56469 Remove version check menu entry. The code is only commented out, but if it is
re-entered, then it should be rewritten since the new version has a different
interface.

svn: r1467
2005-12-01 21:30:06 +00:00
Matthew Flatt
3e46c52c2c fix text part of label when it goes to the edge (or slightly outside) the bounding box
svn: r1466
2005-12-01 20:49:45 +00:00
Matthew Flatt
0fc0a2b339 make file: URLs work, and recognize text/plain
svn: r1465
2005-12-01 20:13:45 +00:00
Matthew Flatt
7c588937ae fix Open URL browse button
svn: r1464
2005-12-01 20:07:34 +00:00
Matthew Flatt
b41c9de014 fixed processing of file: URLs to not assume Unix conventions and to distinguish relative and absolute paths
svn: r1463
2005-12-01 20:07:04 +00:00
Chongkai Zhu
dca5615927 make string-hash compatible with SRFI69(and more efficient), remove opt-lambda bug
svn: r1462
2005-12-01 19:55:56 +00:00
Robby Findler
b50dea350d fixed up handling of downloaded files
svn: r1461
2005-12-01 18:58:25 +00:00
Matthew Flatt
e3375a3c5c move ICP defn before use
svn: r1459
2005-12-01 17:19:46 +00:00
Matthew Flatt
e3c784015d rewound to make module browser work
svn: r1458
2005-12-01 17:18:11 +00:00
Matthew Flatt
a7e2704d37 fix contex-closure, change iswim.ss exports back to using :-prefixed names
svn: r1457
2005-12-01 17:07:56 +00:00
Matthew Flatt
923167419f more tests for sync and input ports
svn: r1456
2005-12-01 16:49:47 +00:00
Eli Barzilay
eae329515f Welcome to a new PLT day.
svn: r1455
2005-12-01 09:20:02 +00:00
Robby Findler
3d570f8d32 added error check
svn: r1454
2005-12-01 04:09:33 +00:00
Matthew Flatt
23347d028a fix polling of text% input port
svn: r1453
2005-12-01 03:46:57 +00:00
Matthew Flatt
7124e7f063 fix sync and custom-input-port bugs
svn: r1452
2005-12-01 02:51:28 +00:00
Matthew Flatt
fcb91fb16b restored old version because parens weren't balanced
svn: r1451
2005-12-01 02:29:19 +00:00
Eli Barzilay
85734c4cdb PR7722
svn: r1450
2005-12-01 00:21:50 +00:00
Matthew Flatt
a100409714 fix stdio window for non-ASCII output
svn: r1449
2005-11-30 20:17:34 +00:00
Chongkai Zhu
651c57fbc1 compatible and more efficient
svn: r1448
2005-11-30 19:29:15 +00:00
Matthew Flatt
1bfced1a78 update
svn: r1447
2005-11-30 14:38:51 +00:00
Matthew Flatt
19a0136310 add current-cost-color export
svn: r1446
2005-11-30 14:38:35 +00:00
Matthew Flatt
f1439372f0 -0.0 and 0.0 are no longer eqv
svn: r1445
2005-11-30 14:37:57 +00:00
Matthew Flatt
d8734f8035 added MZ_GC_NO_VAR_IN_REG
svn: r1444
2005-11-30 12:56:24 +00:00
Eli Barzilay
e47c5874fe Welcome to a new PLT day.
svn: r1443
2005-11-30 09:20:03 +00:00
Robby Findler
f7e15f0be6 fixed PR 7716
svn: r1442
2005-11-30 00:01:48 +00:00