Eli Barzilay
44f0350a51
Welcome to a new PLT day.
...
svn: r4874
2006-11-16 08:08:14 +00:00
Eli Barzilay
e0be568040
fixed PR8384
...
svn: r4873
2006-11-16 07:37:32 +00:00
Eli Barzilay
5cc1439c48
2006 in copyrights, and make it changable without touching string constant files
...
svn: r4872
2006-11-16 07:20:30 +00:00
Matthew Flatt
c0268de2f3
improve merging of snips when a style change is applied to a range (as by the syntax colorer)
...
svn: r4871
2006-11-16 06:37:55 +00:00
Chongkai Zhu
417262513b
big fix as proposed by http://srfi.schemers.org/srfi-13/post-mail-archive/msg00008.html
...
svn: r4870
2006-11-16 04:47:05 +00:00
Matthew Flatt
e8c45a6e38
fix bug in environment reset for multiple expansions of #%plain-module-begin
...
svn: r4867
2006-11-16 01:25:46 +00:00
Matthew Flatt
602dbb7407
fix suspension of mouse events after wheel events under X
...
svn: r4866
2006-11-15 22:42:31 +00:00
Matthew Flatt
4c48514574
raise exn on out-of-module expand of #%plain-module-begin
...
svn: r4865
2006-11-15 21:28:16 +00:00
John Clements
8e95c4ec7b
back to old version of foreach
...
svn: r4861
2006-11-15 17:55:55 +00:00
Matthew Flatt
4e1276dd58
merged changes for macro stepper
...
svn: r4860
2006-11-15 08:01:48 +00:00
Matthew Flatt
96897e5f92
fix certification problem with improved compilation of syntax
...
svn: r4859
2006-11-15 05:49:43 +00:00
Eli Barzilay
9649f7265a
Welcome to a new PLT day.
...
svn: r4858
2006-11-15 05:04:34 +00:00
Robby Findler
991ce520f7
removed uses of define/contract
...
svn: r4857
2006-11-15 02:57:27 +00:00
Matthew Flatt
0401ed60f9
properly export snip-class
...
svn: r4856
2006-11-15 01:16:54 +00:00
Matthew Flatt
a60278a843
use current-write-relative-directory to produce .zo without absolute paths for inferred procedure names
...
svn: r4855
2006-11-15 00:25:10 +00:00
Eli Barzilay
df0734f09e
use main-collects-relative for paths
...
svn: r4854
2006-11-14 22:48:55 +00:00
Eli Barzilay
d58bc352f1
removed comment that was resolved
...
svn: r4853
2006-11-14 22:35:40 +00:00
Ryan Culpepper
97d27f5e08
Updates to macro stepper:
...
Handle errors in BindSyntax
Fixed lift-deriv hiding typo
Removed same-marks from partitions
When stepper autodisables hiding, update panel
Refactored stepper update function
Fixed internal error handling
svn: r4851
2006-11-14 07:50:21 +00:00
Jay McCarthy
d86225e2df
Eli
...
svn: r4850
2006-11-14 07:37:38 +00:00
Eli Barzilay
56a3701974
revert last change
...
svn: r4849
2006-11-14 07:08:38 +00:00
Eli Barzilay
bea30d7ba9
switch to terminal-port?
...
svn: r4848
2006-11-14 06:24:26 +00:00
Jay McCarthy
eff8a409a9
Eli
...
svn: r4847
2006-11-14 05:13:47 +00:00
Eli Barzilay
c5157e1b44
match other xterm-s
...
svn: r4846
2006-11-14 04:47:04 +00:00
Robby Findler
41cac266d6
removed a: as a meta-key mapping for os x
...
svn: r4844
2006-11-13 23:17:13 +00:00
Eli Barzilay
f1710324e3
Welcome to a new PLT day.
...
svn: r4843
2006-11-13 22:06:54 +00:00
Matthew Flatt
c6efe4bbfa
359.200
...
svn: r4842
2006-11-13 21:52:39 +00:00
Eli Barzilay
1de6b29aed
no need for let*
...
svn: r4841
2006-11-13 19:53:13 +00:00
John Clements
d431875b43
updated for v360
...
svn: r4839
2006-11-13 19:24:58 +00:00
Eli Barzilay
ed575e9e03
use path-element where needed
...
svn: r4838
2006-11-13 19:15:55 +00:00
Eli Barzilay
9d04d4dcfc
indentation
...
svn: r4837
2006-11-13 18:50:36 +00:00
Matthew Flatt
c5f4d87e2c
change for-each back to always producing void
...
svn: r4832
2006-11-13 04:20:23 +00:00
Eli Barzilay
c19e157b48
* New logging facility: simply use current-error-port as a logging output
...
- uses a plain prefix-style log
- does not save the log to log.ss (customization options will be coming up)
* Use that in the status servlet too
* Renamed `LOG' to `log-line'
(it is now just printing to the current error port)
* Reformatted doc.txt, and some code
* Always use Content-Disposition, with `inline' for non-wxme files
* Moved run-status to private
svn: r4831
2006-11-13 01:24:34 +00:00
Matthew Flatt
b8924dfbea
fix syntax-parameterize when RHS refers to LHS (PR 8383)
...
svn: r4830
2006-11-13 00:49:50 +00:00
Matthew Flatt
5e0aacd1f3
ignore extensions when creating stand-alone executables
...
svn: r4829
2006-11-13 00:25:28 +00:00
Eli Barzilay
fd4627095c
some reformatting and reorganization
...
svn: r4828
2006-11-12 10:38:59 +00:00
Eli Barzilay
dffa753378
Welcome to a new PLT day.
...
svn: r4827
2006-11-12 06:05:43 +00:00
Greg Cooper
f511235854
turned on smoothing for animation library
...
svn: r4826
2006-11-11 19:01:02 +00:00
Jay McCarthy
2d49df701d
up
...
svn: r4825
2006-11-11 06:41:17 +00:00
Jay McCarthy
d74f7c6aae
dyoo
...
svn: r4824
2006-11-11 05:56:22 +00:00
Chongkai Zhu
e476c82b14
new srfis added
...
svn: r4823
2006-11-11 00:28:28 +00:00
Matthew Flatt
7fbbdd928d
fix up mzc-test support
...
svn: r4822
2006-11-10 20:54:05 +00:00
Matthew Flatt
3f8d7fe93e
allow empty as a door image
...
svn: r4821
2006-11-10 20:51:54 +00:00
Matthew Flatt
345fa2e796
v360 HISTORY updates
...
svn: r4820
2006-11-10 20:51:34 +00:00
Matthew Flatt
8b0045df18
fix pin-under
...
svn: r4819
2006-11-10 20:49:58 +00:00
Robby Findler
302fa08dd8
added in attribute tests (but commented out for now)
...
svn: r4818
2006-11-10 03:28:09 +00:00
Robby Findler
d64ec0948f
added test for mzlib/etc.ss bugfix
...
svn: r4815
2006-11-09 22:42:46 +00:00
Robby Findler
83e09ada4c
fixed a bug -- used to duplicate subexpressions
...
svn: r4814
2006-11-09 22:42:14 +00:00
Kathy Gray
dfafe3c2c1
svn: r4812
2006-11-09 10:19:02 +00:00
Kathy Gray
d4d706f7f0
Moved profj-testing back to profj temporarily for the release
...
svn: r4811
2006-11-09 10:18:37 +00:00
Eli Barzilay
91e262f80f
Welcome to a new PLT day.
...
svn: r4810
2006-11-09 06:24:33 +00:00