Matthew Flatt
|
c417d1f39d
|
fix `read-language' exn construction in an EOF case
Closes PR 11683
Merge to 5.1
(cherry picked from commit dd5f0dfc80 )
|
2011-01-31 22:08:31 -05:00 |
|
Robby Findler
|
7b34013eda
|
attempt to clarify the overlay/xy and underlay/xy documentation
Merge to 5.1
(cherry picked from commit 3add4bce4d )
|
2011-01-31 22:08:28 -05:00 |
|
Matthew Flatt
|
3112877e2b
|
cocoa: create window to show composition via an input method
Merge to 5.1
(cherry picked from commit bbb12848d1 )
|
2011-01-31 22:08:23 -05:00 |
|
Matthew Flatt
|
60cc50a54b
|
avoid `on-size' problems
Merge to 5.1
(cherry picked from commit e2c43bf3ec )
|
2011-01-31 22:08:15 -05:00 |
|
Eli Barzilay
|
7c51edfe76
|
Reorganize, improve, and extend lazy tests.
(cherry picked from commit 6b5e09073a )
|
2011-01-31 22:08:06 -05:00 |
|
Stephen Chang
|
58f98ed1dc
|
add test for lazy take bug fix -- invariant being incorrectly tested on unforced arg
(cherry picked from commit 08d99f4858 )
|
2011-01-31 22:08:03 -05:00 |
|
Stephen Chang
|
01c641d14f
|
fix lazy take bug -- invariant being tested on unforced argument
(cherry picked from commit 808361b789 )
|
2011-01-31 22:08:00 -05:00 |
|
Matthew Flatt
|
e5b2badea3
|
fix problems with `read-language' error reporting
(cherry picked from commit bc5ab1e031 )
|
2011-01-31 22:07:55 -05:00 |
|
Robby Findler
|
aeb104af1e
|
fix a docs typo
closes PR 11677
(cherry picked from commit a7fb695c88 )
|
2011-01-31 22:07:52 -05:00 |
|
Matthew Flatt
|
dbad6461b1
|
doc typo
(cherry picked from commit e43fa461a4 )
|
2011-01-31 22:07:47 -05:00 |
|
Robby Findler
|
304e6dc873
|
added a color:text method get-token-range and then used that to improve how f1 in drracket works
Please include this commit on the release branch
(cherry picked from commit 4090eabacb )
|
2011-01-31 22:07:40 -05:00 |
|
Eli Barzilay
|
41eb7b86f6
|
Alpha version number for the v5.1 release
|
2011-01-29 13:03:41 -05:00 |
|
Robby Findler
|
e05e6efc7a
|
added a missing syntax error check
|
2011-01-29 11:20:12 -06:00 |
|
Matthew Flatt
|
46dc2d6683
|
Scribble: improve interaction', examples', etc. for non-text
by setting the default output port in the sandbox to support
content as "specials" when `current-print' is changed
|
2011-01-29 09:55:40 -06:00 |
|
Matthew Flatt
|
b485d375b0
|
cocoa: event-dispatch repairs, especially when no frame is shown
Relevant to PR 11672
|
2011-01-28 12:43:51 -06:00 |
|
Matthew Flatt
|
dc2bdfcea3
|
`frame%' style doc corrections
to sync with gr2 changes
|
2011-01-28 11:14:01 -07:00 |
|
Matthew Flatt
|
96fd11eede
|
DrRacket line numbers: fix condition for whether to draw a number
|
2011-01-28 06:22:28 -07:00 |
|
Matthew Flatt
|
5467f89a23
|
remove non-working get-font' method of control<%>'
Closes PR 9938
|
2011-01-28 05:55:41 -07:00 |
|
Matthew Flatt
|
2ab0d36738
|
cocoa: fix first-responder tracking when a frame is hidden
|
2011-01-27 19:20:13 -07:00 |
|
Matthew Flatt
|
2c0a034792
|
doc typo fixes from Eric Hanchrow
|
2011-01-27 19:20:13 -07:00 |
|
Stephen Chang
|
9924ac8060
|
add tests for lazy take
|
2011-01-27 17:04:58 -05:00 |
|
Vincent St-Amour
|
36ae5a9d50
|
Fix nightly running of TR tests.
|
2011-01-27 16:49:45 -05:00 |
|
Jay McCarthy
|
0714c7222c
|
Fixing PR11661
|
2011-01-27 13:38:16 -07:00 |
|
Jay McCarthy
|
d771211a7e
|
Fixing PR11674 and then some
|
2011-01-27 13:38:16 -07:00 |
|
Matthew Flatt
|
45999143a4
|
gtk: fix float frames to not appear in WM's window list
|
2011-01-27 12:25:53 -07:00 |
|
Matthew Flatt
|
08bf77deeb
|
gtk: list-box dclick
|
2011-01-27 12:26:23 -07:00 |
|
Matthew Flatt
|
d34deeba91
|
win32: fix printing bug related to clipping
|
2011-01-27 12:26:23 -07:00 |
|
Robby Findler
|
efb66b0cc4
|
disable the new {} indentation until it can be done in a #lang language-specific way
|
2011-01-27 11:21:46 -06:00 |
|
Robby Findler
|
419ca0a36d
|
adjust the test-engine test suite to use the new preferences location
|
2011-01-27 11:00:49 -06:00 |
|
Matthew Flatt
|
3448767f97
|
fix SRFI-14 test
|
2011-01-27 08:04:39 -07:00 |
|
Stephen Chang
|
f60957282f
|
fix (take 0 nonemptylist) test in tests/lazy/langimpl.rkt
|
2011-01-26 18:14:34 -05:00 |
|
Stephen Chang
|
1ab22f7c2b
|
add tests for push#22080
|
2011-01-26 17:26:44 -05:00 |
|
Eli Barzilay
|
40610643bf
|
Make `take' less forceful -- so now (take 0 (error "foo")) returns '()
instead of throwing an error.
|
2011-01-26 17:06:17 -05:00 |
|
Eli Barzilay
|
d2c2112ebc
|
Avoid possible X forwards
|
2011-01-26 15:51:33 -05:00 |
|
Stephen Chang
|
39194ba5da
|
in lazy.rkt, fix bug in take, where (take 0 non-null-list) was not evaluating to null
|
2011-01-26 15:27:18 -05:00 |
|
Matthew Flatt
|
8cbc701671
|
cocoa: fix problems with live-resize
that were created by the queue-sync change
|
2011-01-26 12:57:01 -07:00 |
|
Vincent St-Amour
|
2bd0145603
|
Generalize hash table literals and subtypes of symbol.
Closes PR 11670.
|
2011-01-26 14:23:19 -05:00 |
|
Matthew Flatt
|
630dee7227
|
cocoa: better sync between Cocoa and Racket event queues
to reduce inversion where a low-priority callback runs
when a GUI event is available
|
2011-01-26 12:19:48 -07:00 |
|
Jon Rafkind
|
7ff1cdde81
|
use the currently documented function. closes pr11668
|
2011-01-25 21:25:36 -07:00 |
|
Matthew Flatt
|
b5bc288f67
|
Windows: fix `path-list-string->path-list' to throw away quotes
--- which seems to be what the command shell does with quotes in
PATH, at least; Microsoft isn't in the habit of documenting this
sort of thing
|
2011-01-25 20:30:33 -07:00 |
|
Matthew Flatt
|
88218036cc
|
doc clarifications about line counting in ports
|
2011-01-25 20:01:30 -07:00 |
|
Robby Findler
|
71236aa48c
|
make completions box handle clicking around a little bit better
|
2011-01-25 20:58:50 -06:00 |
|
Robby Findler
|
f182d0def4
|
drop superflous dependency on srfi1
|
2011-01-25 20:58:47 -06:00 |
|
Robby Findler
|
e0703e251b
|
fix sizing and font inconsistencies in the completions box
|
2011-01-25 20:58:44 -06:00 |
|
Robby Findler
|
90d9256073
|
change a get-preferences to a preferences:get
closes PR 11667
|
2011-01-25 20:58:41 -06:00 |
|
Robby Findler
|
85c955fad6
|
tweak to move interactions fetch to the eventspace handler thread
|
2011-01-25 20:58:39 -06:00 |
|
Matthew Flatt
|
60335d9b23
|
fix `vector-copy' range checking for starting position
|
2011-01-25 15:46:52 -07:00 |
|
Eli Barzilay
|
f8039ddb74
|
Another place that needs to know about f14
|
2011-01-25 14:15:06 -05:00 |
|
Stevie Strickland
|
a04b8d9899
|
Change instanceof/c to allow more contracts.
Now instanceof/c no longer checks explicitly for a class/c contract, so
or/c or and/c of class/c contracts succeed.
|
2011-01-25 14:07:30 -05:00 |
|
Eli Barzilay
|
1e2a6ffd60
|
New Racket version 5.0.99.7.
|
2011-01-25 03:50:12 -05:00 |
|