Skip to content

Commit 5470032

Browse files
mflattrmculpepper
authored andcommitted
merge history for v5.3.4
Merge to v5.3.4 (based on 9b7e3be)
1 parent b9f28e1 commit 5470032

File tree

1 file changed

+16
-53
lines changed

1 file changed

+16
-53
lines changed

doc/release-notes/racket/HISTORY.txt

+16-53
Original file line numberDiff line numberDiff line change
@@ -1,72 +1,35 @@
1-
Version 5.3.3.9
1+
Version 5.3.4, April 2013
22
racket/udp: added multicast support: udp-multicast-join-group!,
33
udp-multicast-leave-group!, udp-multicast-interface,
44
udp-multicast-set-interface!, udp-multicast-set-loopback!,
55
udp-multicast-loopback?, udp-multicast-set-ttl!,
6-
udp-multicast-ttl
7-
racket/udp: added reuse? argument to udp-bind!
8-
scribble/eval: extended make-base-eval to be more like
9-
make-evaluator
10-
11-
Version 5.3.3.8
12-
slideshow/pict: added color% objects to text-style/c
13-
scriblib/figure: add #:continue? option
14-
15-
Version 5.3.3.7
16-
Added module-compiled-cross-phase-persistent?
17-
Added 'so-mode mode for system-type
18-
Changed syntax-case, etc. to support box patterns
6+
udp-multicast-ttl, and added reuse? argument to udp-bind!
197
ffi/unsafe: changed ffi-lib to use (system-type 'so-mode)
20-
slideshow/balloon: added balloon-enable-3d
8+
ffi/unsafe: added _size, _ssize, _ptrdiff, _intmax, _uintmax
9+
ffi/vector: added f80vectors
10+
compiler/zo-structs: added flags field to mod
2111
slideshow: added interactive
12+
slideshow/balloon: added balloon-enable-3d
13+
slideshow/pict: added color% objects to text-style/c
14+
scribble: 'toc-hidden style on a part no longer hides ToC
15+
entries for sub-parts when rendering as HTML
2216
scribble/manual: added #:id option to defthing
2317
scribble/srcdoc: added begin-for-doc
18+
scribble/eval: extended make-base-eval to be more like
19+
make-evaluator
20+
scribble/latex-properties: added command-extras
21+
scriblib/figure: add #:continue? option
2422
syntax/datum: Changed datum-case to support box patterns
25-
syntax-color: added special support for dont-stop values;
26-
this change is backwards incompatible for code that calls
27-
lexers and may call unknown lexers
2823
racket/gui/base: moved warp-pointer from canvas<%> to
2924
window<%> and restored its functionality
30-
31-
Version 5.3.3.6
32-
Added "phase-collapse" module inference and instantiation
33-
compiler/zo-structs: added flags field to mod
34-
racket/kernel: removed #%top-interaction
35-
racket/kernel/init: added
36-
37-
Version 5.3.3.4
38-
Added impersonator-ephemeron
39-
40-
Version 5.3.3.3
41-
ffi/unsafe: added _size, _ssize, _ptrdiff, _intmax, _uintmax
42-
ffi/vector: added f8vectors
43-
scribble: 'toc-hidden style on a part no longer hides ToC
44-
entries for sub-parts when rendering as HTML
45-
46-
Version 5.3.3.2
47-
Added port-counts-lines?
48-
49-
Version 5.3.3.1
50-
Change sync, wrap-evt, and handle-evt to support multiple
51-
evt results
52-
53-
Version 5.3.2.3
54-
Added extflonums
55-
racket/extflonum: added
56-
racket/unsafe/ops: added extflonum operations
57-
racket/date: changed current-date to provide nanoseconds,
58-
added date*->seconds
5925
racket/gui/base: changed menu-bar% get-frame method to
6026
return 'root for root menu bar
27+
syntax-color: added special support for dont-stop values;
28+
this change is backwards incompatible for code that calls
29+
lexers and may call unknown lexers
6130
syntax-color/racket-lexer: added 'hash-colon-keyword
6231
(which also affects syntax-color/scheme-lexer,
6332
syntax-color/module-lexer, and syntax-color/scribble-lexer)
64-
65-
Version 5.3.2.2
66-
Added file-truncate
67-
scribble/latex-properties: added command-extras
68-
69-
Version 5.3.2.1
7033
srfi/19: made compatible with date* structs, produces
7134
lax-date struct for backwards compatibility
7235

0 commit comments

Comments
 (0)