Adjust "6.2.0.2" history notes to just "6.2"

Due to our release process, these changes will be included in v6.2
after all.

Merge to v6.2
This commit is contained in:
Matthew Flatt 2015-04-28 15:35:32 -06:00
parent 5affb68478
commit d6b587288a
6 changed files with 15 additions and 15 deletions

View File

@ -364,7 +364,7 @@ driver of a for-each loop in Visual Basic or PowerShell.
A call @racket[(com-enumerate-to-list obj)] is equivalent to A call @racket[(com-enumerate-to-list obj)] is equivalent to
@racket[(com-enumeration-to-list (com-get-property obj "_NewEnum"))]. @racket[(com-enumeration-to-list (com-get-property obj "_NewEnum"))].
@history[#:added "6.2.0.2"]} @history[#:added "6.2"]}
@defproc[(com-enumeration-to-list [obj com-object?]) list?]{ @defproc[(com-enumeration-to-list [obj com-object?]) list?]{
@ -372,7 +372,7 @@ A call @racket[(com-enumerate-to-list obj)] is equivalent to
Given a COM object that implements @cpp{IEnumVARIANT}, extracts the Given a COM object that implements @cpp{IEnumVARIANT}, extracts the
enumerated values into a list. enumerated values into a list.
@history[#:added "6.2.0.2"]} @history[#:added "6.2"]}
@; ---------------------------------------- @; ----------------------------------------

View File

@ -166,7 +166,7 @@ foreign call as follows:
] ]
@history[#:changed "6.2.0.2" @elem{Added @racket[#:allow] and automatic retries.}]} @history[#:changed "6.2" @elem{Added @racket[#:allow] and automatic retries.}]}
@defform[(_hmfun fun-option ... type-spec ... -> id output-expr)]{ @defform[(_hmfun fun-option ... type-spec ... -> id output-expr)]{
@ -181,7 +181,7 @@ is added for the first argument.}
Parameters that determine the behavior of automatic retries for @racket[_hfun]. Parameters that determine the behavior of automatic retries for @racket[_hfun].
@history[#:added "6.2.0.2"]} @history[#:added "6.2"]}
@defproc[(HRESULT-retry? [r exact-nonnegative-integer?]) boolean?]{ @defproc[(HRESULT-retry? [r exact-nonnegative-integer?]) boolean?]{
@ -189,7 +189,7 @@ Parameters that determine the behavior of automatic retries for @racket[_hfun].
Returns @racket[#t] if @racket[r] is @cpp{RPC_E_CALL_REJECTED} Returns @racket[#t] if @racket[r] is @cpp{RPC_E_CALL_REJECTED}
or @cpp{RPC_E_SERVERCALL_RETRYLATER}, @racket[#f] otherwise. or @cpp{RPC_E_SERVERCALL_RETRYLATER}, @racket[#f] otherwise.
@history[#:added "6.2.0.2"]} @history[#:added "6.2"]}
@deftogether[( @deftogether[(

View File

@ -821,7 +821,7 @@ specifications:
] ]
@history[#:changed "6.2.0.2" @elem{Added the @racket[#:retry] option.}]} @history[#:changed "6.2" @elem{Added the @racket[#:retry] option.}]}
@defproc[(function-ptr [ptr-or-proc (or cpointer? procedure?)] @defproc[(function-ptr [ptr-or-proc (or cpointer? procedure?)]
[fun-type ctype?]) [fun-type ctype?])

View File

@ -75,9 +75,9 @@ value before the outermost @racket[read] returns.
See @secref["readtables"] for an extended example that uses See @secref["readtables"] for an extended example that uses
@racket[read/recursive]. @racket[read/recursive].
@history[#:changed "6.2.0.2" @elem{Adjusted use of @racket[readtable] to @history[#:changed "6.2" @elem{Adjusted use of @racket[readtable] to
more consistently apply to the delimiters of more consistently apply to the delimiters of
a built-in form.}]} a built-in form.}]}
@defproc[(read-syntax/recursive [source-name any/c (object-name in)] @defproc[(read-syntax/recursive [source-name any/c (object-name in)]
@ -111,9 +111,9 @@ when the input stream starts with a comment (after whitespace).
See @secref["readtables"] for an extended example that uses See @secref["readtables"] for an extended example that uses
@racket[read-syntax/recursive]. @racket[read-syntax/recursive].
@history[#:changed "6.2.0.2" @elem{Adjusted use of @racket[readtable] @history[#:changed "6.2" @elem{Adjusted use of @racket[readtable]
in the same way as for in the same way as for
@racket[read/recursive].}]} @racket[read/recursive].}]}
@defproc[(read-language [in input-port? (current-input-port)] @defproc[(read-language [in input-port? (current-input-port)]

View File

@ -189,5 +189,5 @@ A @tech{structure type property} that allows structure types to customize
field must be designated as immutable. The value of the field is used as the field must be designated as immutable. The value of the field is used as the
@racket[object-name] of the structure.} @racket[object-name] of the structure.}
] ]
@history[#:added "6.2.0.2"]
} @history[#:added "6.2"]}

View File

@ -2963,7 +2963,7 @@ The @racket[begin-encourage-inline] form is also provided by the
@racketmodname[(submod racket/performance-hint begin-encourage-inline)] module, @racketmodname[(submod racket/performance-hint begin-encourage-inline)] module,
which has fewer dependencies than @racketmodname[racket/performance-hint]. which has fewer dependencies than @racketmodname[racket/performance-hint].
@history[#:changed "6.2.0.2" @elem{Added @racketmodname[(submod racket/performance-hint begin-encourage-inline)] submodule.}] @history[#:changed "6.2" @elem{Added the @racketmodname[(submod racket/performance-hint begin-encourage-inline)] submodule.}]
} }
@defform*/subs[[(define-inline id expr) @defform*/subs[[(define-inline id expr)