v360 HISTORY updates
svn: r4820
This commit is contained in:
parent
8b0045df18
commit
345fa2e796
|
@ -1,19 +1,12 @@
|
||||||
Version 352.9
|
Version 360, November 2006
|
||||||
|
|
||||||
Added get-other-altgr-key-code and get-other-shift-altgr-key-code
|
Added get-other-altgr-key-code and get-other-shift-altgr-key-code
|
||||||
to key-event%, and adjusted Ctl- (Windows, X) and Cmd- (Mac OS X)
|
to key-event%, and adjusted Ctl- (Windows, X) and Cmd- (Mac OS X)
|
||||||
mappings to preserve Shift (and Option), moving the unshifted
|
mappings to preserve Shift (and Option), moving the unshifted
|
||||||
version to the "other" fields; adjusted keymap% matching to use
|
version to the "other" fields; adjusted keymap% matching to use
|
||||||
new "other" fields and to more precisely weight matches
|
new "other" fields and to more precisely weight matches
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
|
|
||||||
Version 352.8
|
|
||||||
Mac OS X: fixed event handling to support CJK input and input from
|
Mac OS X: fixed event handling to support CJK input and input from
|
||||||
the character palette
|
the character palette
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
|
||||||
|
|
||||||
Version 352.4
|
|
||||||
Removed on-scroll from canvas<%> and editor-canvas%
|
Removed on-scroll from canvas<%> and editor-canvas%
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
|
|
|
@ -1,48 +1,41 @@
|
||||||
Version 352.8
|
Version 360, November 2006
|
||||||
Unix and Mac OS X: Changed path operations to use "./~..." as an
|
Continuations:
|
||||||
encoding for a relative path "~..."
|
Added delimited continuations: call-with-continuation-prompt,
|
||||||
Changed simplify-path to always normalize path separators,
|
call-with-composable-continuation, etc.
|
||||||
preserve syntactic directoryness, and remove \\?\ from
|
Changed call-with-escape-continuation so that its argument is
|
||||||
Windows paths when possible
|
no longer applied in tail position (reverses a change in v350)
|
||||||
Added path-element->bytes and bytes->path-element
|
Regexps:
|
||||||
|
Added case-insensitive mode, multi-line mode, lookahead, lookbehind,
|
||||||
Version 352.7
|
non-backtracking, and conditionals to regexp language
|
||||||
Added delimited continuations: call-with-continuation-prompt,
|
Added pregexp, byte-pregexp, and #px..., which includes numeric
|
||||||
call-with-composable-continuation, etc.
|
quantifiers, backreferences char classes, and Unicode predicates
|
||||||
Changed call-with-escape-continuation so that its argument is
|
Added regexp-match?, pregexp?, and byte-pregexp?
|
||||||
no longer applied in tail position (reverses a change in v350)
|
Improved [p]regexp performance
|
||||||
Changed make-file-or-directory-link to not expand the link
|
Filesystem:
|
||||||
content, and changed make-security-guard to have a separate
|
Unix and Mac OS X: Changed path operations to use "./~..." as an
|
||||||
link guard procedure
|
encoding for a relative path "~..."
|
||||||
Removed write-image-to-file and read-image-from-file
|
Changed simplify-path to always normalize path separators,
|
||||||
|
preserve syntactic directoryness, and remove \\?\ from
|
||||||
Version 352.6
|
Windows paths when possible
|
||||||
Added case-insensitive mode, multi-line mode, lookahead, lookbehind,
|
Added path-element->bytes and bytes->path-element
|
||||||
non-backtracking, and conditionals to regexp language
|
Changed make-file-or-directory-link to not expand the link
|
||||||
Added pregexp, byte-pregexp, and #px..., which includes numeric
|
content, and changed make-security-guard to have a separate
|
||||||
quantifiers, backreferences char classes, and Unicode predicates
|
link guard procedure
|
||||||
Added regexp-match?, pregexp?, and byte-pregexp?
|
Misc:
|
||||||
Improved [p]regexp performance
|
Removed write-image-to-file and read-image-from-file
|
||||||
Changed make-file-or-directory-link to not expand its first
|
for-each, ormap, and andmap now tail-apply the given function
|
||||||
argument, and adde 'link to the security-guard protocol
|
for the last call
|
||||||
|
eval evaluates its argument in tail position
|
||||||
Version 352.5
|
Improved compilation of call-with-values and an immediate
|
||||||
for-each, ormap, and andmap now tail-apply the given function
|
lambda argument to avoid closure creation
|
||||||
for the last call
|
Added raise-arity-error
|
||||||
eval evaluates its argument in tail position
|
Changed bytecode compiler to perform more closure conversion
|
||||||
Improved compilation of call-with-values and an immediate
|
and lifting
|
||||||
lambda argument to avoid closure creation
|
Changed local-expand; #f stop list means expand only immediate
|
||||||
|
MzLib:
|
||||||
Version 352.4
|
class.ss: added inherit/inner and inherit/super, to eventually
|
||||||
class.ss: added inherit/inner and inherit/super, to eventually
|
replace rename-super and rename-inner;
|
||||||
replace rename-super and rename-inner;
|
added member-name-key=?
|
||||||
added member-name-key=?
|
|
||||||
|
|
||||||
Version 352.2
|
|
||||||
Added raise-arity-error
|
|
||||||
Changed bytecode compiler to perform more closure conversion
|
|
||||||
and lifting
|
|
||||||
Changed local-expand; #f stop list means expand only immediate
|
|
||||||
|
|
||||||
Version 352, July 2006
|
Version 352, July 2006
|
||||||
Minor bug fixes
|
Minor bug fixes
|
||||||
|
|
Loading…
Reference in New Issue
Block a user