fill in some missing history notes
Merge to v6.0
This commit is contained in:
parent
4408cdcfe4
commit
dc526f95f3
|
@ -20,6 +20,6 @@ fails, the name without the version is tried.
|
||||||
@item{@filepath{libpango-1.0[.0]}}
|
@item{@filepath{libpango-1.0[.0]}}
|
||||||
@item{@filepath{libpangocairo-1.0[.0]}}
|
@item{@filepath{libpangocairo-1.0[.0]}}
|
||||||
@item{@filepath{libcairo[.2]}}
|
@item{@filepath{libcairo[.2]}}
|
||||||
@item{@filepath{libjpeg[.62]}}
|
@item{@filepath{libjpeg[.{62,8,9}]}}
|
||||||
@item{@filepath{libpng12[.0]} or @filepath{libpng}}
|
@item{@filepath{libpng[{16[.16],15[.15],12[.0]]}}}
|
||||||
]
|
]
|
||||||
|
|
|
@ -1,18 +1,17 @@
|
||||||
Version 6.0
|
Version 6.0, January 2014
|
||||||
|
|
||||||
|
Added get-display-backing-scale
|
||||||
|
Added get-backing-scale to bitmap%
|
||||||
|
Fixed key-event% get-key-release-code to return 'press instead of 'down
|
||||||
|
for a key-down event
|
||||||
|
Changed GUI size limit to 1000000
|
||||||
|
Add dimension-integer?, position-integer?, spacing-integer?, and
|
||||||
|
positive-dimension-integer?
|
||||||
Framework: changed backward-containing-sexp so it returns #f in
|
Framework: changed backward-containing-sexp so it returns #f in
|
||||||
more situations
|
more situations
|
||||||
Framework: syntax colorer now usees 'text' for stuff between {}s
|
Framework: syntax colorer now usees 'text' for stuff between {}s
|
||||||
in scribble mode (not string)
|
in scribble mode (not string)
|
||||||
|
|
||||||
Version 5.90.0.9
|
|
||||||
Added get-display-backing-scale
|
|
||||||
Added get-backing-scale to bitmap%
|
|
||||||
|
|
||||||
Version 5.90.0.5
|
|
||||||
|
|
||||||
Fixed key-event% get-key-release-code to return 'press instead of 'down
|
|
||||||
for a key-down event
|
|
||||||
|
|
||||||
----------------------------------------
|
----------------------------------------
|
||||||
|
|
||||||
Version 5.1, February 2011
|
Version 5.1, February 2011
|
||||||
|
|
|
@ -11,6 +11,8 @@ For HTML rendering, merge generated `style' attributes within
|
||||||
a single tag
|
a single tag
|
||||||
scribble/base: same change as for racket/runtime-path related
|
scribble/base: same change as for racket/runtime-path related
|
||||||
to "collects"-relative paths
|
to "collects"-relative paths
|
||||||
|
scribble/base: added `#:indirect' option to `defmodule` and
|
||||||
|
`seclink`
|
||||||
scribble/manual: added `manual-doc-style'
|
scribble/manual: added `manual-doc-style'
|
||||||
scribble/manual: changed `deprecated' to a function, and
|
scribble/manual: changed `deprecated' to a function, and
|
||||||
generalized it by adding an optional `#:what' argument
|
generalized it by adding an optional `#:what' argument
|
||||||
|
|
|
@ -2,5 +2,7 @@ Version 1.2
|
||||||
slideshow/base: added pict->pre-render-pict
|
slideshow/base: added pict->pre-render-pict
|
||||||
|
|
||||||
Version 1.1
|
Version 1.1
|
||||||
|
Added "spotlight" support in viewer
|
||||||
|
slideshow/base: added set-spotlight-style!
|
||||||
slideshow/pict: added 'outline style for text
|
slideshow/pict: added 'outline style for text
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
Version 6.0
|
Version 6.0, January 2014
|
||||||
Packages & collections: ----------
|
Packages & collections: ----------
|
||||||
Reorganized collections into packages
|
Reorganized collections into packages
|
||||||
Added 'config-dir mode for find-system-path
|
Added 'config-dir mode for find-system-path
|
||||||
|
@ -25,7 +25,8 @@ Runtime: ----------
|
||||||
Added #%declare
|
Added #%declare
|
||||||
Cross-phase persistent modules must be declared with
|
Cross-phase persistent modules must be declared with
|
||||||
(#%declare #:cross-phase-persistent)
|
(#%declare #:cross-phase-persistent)
|
||||||
Add configure-runtime submodule support
|
Add configure-runtime submodule support, and changed
|
||||||
|
racket/base to introduce a configure-runtime submodule
|
||||||
Filesystem and environment variables: ----------
|
Filesystem and environment variables: ----------
|
||||||
Changed initialization of current-directory to use PWD
|
Changed initialization of current-directory to use PWD
|
||||||
Added current-environment-variables, environment-variables-ref,
|
Added current-environment-variables, environment-variables-ref,
|
||||||
|
@ -46,6 +47,7 @@ Filesystem and environment variables: ----------
|
||||||
exception for an empty [byte-]string argument
|
exception for an empty [byte-]string argument
|
||||||
Changed path-replace-suffix to raise an excpetion when a path element
|
Changed path-replace-suffix to raise an excpetion when a path element
|
||||||
would be made empty
|
would be made empty
|
||||||
|
Changed syntax-local-lift-context to distinguish top-level environments
|
||||||
Datatypes: ----------
|
Datatypes: ----------
|
||||||
Added hash-clear, hash-copy-clear, hash-clear!, and hash-empty?
|
Added hash-clear, hash-copy-clear, hash-clear!, and hash-empty?
|
||||||
Allow hash table chaperones and impersonators to support efficient
|
Allow hash table chaperones and impersonators to support efficient
|
||||||
|
@ -74,9 +76,12 @@ Libraries: ----------
|
||||||
was invalid; now it signals an error
|
was invalid; now it signals an error
|
||||||
racket/file: make-directory* never fails on existing directories
|
racket/file: make-directory* never fails on existing directories
|
||||||
racket/file: added call-with-atomic-output-file
|
racket/file: added call-with-atomic-output-file
|
||||||
|
racket/file: changed {copy/delete}-directory/files to raise
|
||||||
|
"not dir or file" as exn:fail:filesystem
|
||||||
racket/contract: added channel/c, added #:chaperone specification
|
racket/contract: added channel/c, added #:chaperone specification
|
||||||
in struct/dc, added immutable hashes to printable/c, added
|
in struct/dc, added immutable hashes to printable/c, added
|
||||||
#:omit-constructor to contract-out, misc improvements to opt/c
|
#:omit-constructor to contract-out, misc improvements to opt/c
|
||||||
|
racket/contract: added channel/c
|
||||||
racket/serialize: changed serializable-struct, etc. to provide
|
racket/serialize: changed serializable-struct, etc. to provide
|
||||||
deserialized-info:... through a derialized-info submodule
|
deserialized-info:... through a derialized-info submodule
|
||||||
racket/sandbox: added sandbox-make-environment-variables
|
racket/sandbox: added sandbox-make-environment-variables
|
||||||
|
|
Loading…
Reference in New Issue
Block a user