v360 HISTORY updates

svn: r4820
This commit is contained in:
Matthew Flatt 2006-11-10 20:51:34 +00:00
parent 8b0045df18
commit 345fa2e796
2 changed files with 40 additions and 54 deletions

View File

@ -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%
---------------------------------------------------------------------- ----------------------------------------------------------------------

View File

@ -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 "~..."
Changed simplify-path to always normalize path separators,
preserve syntactic directoryness, and remove \\?\ from
Windows paths when possible
Added path-element->bytes and bytes->path-element
Version 352.7
Added delimited continuations: call-with-continuation-prompt, Added delimited continuations: call-with-continuation-prompt,
call-with-composable-continuation, etc. call-with-composable-continuation, etc.
Changed call-with-escape-continuation so that its argument is Changed call-with-escape-continuation so that its argument is
no longer applied in tail position (reverses a change in v350) no longer applied in tail position (reverses a change in v350)
Changed make-file-or-directory-link to not expand the link Regexps:
content, and changed make-security-guard to have a separate
link guard procedure
Removed write-image-to-file and read-image-from-file
Version 352.6
Added case-insensitive mode, multi-line mode, lookahead, lookbehind, Added case-insensitive mode, multi-line mode, lookahead, lookbehind,
non-backtracking, and conditionals to regexp language non-backtracking, and conditionals to regexp language
Added pregexp, byte-pregexp, and #px..., which includes numeric Added pregexp, byte-pregexp, and #px..., which includes numeric
quantifiers, backreferences char classes, and Unicode predicates quantifiers, backreferences char classes, and Unicode predicates
Added regexp-match?, pregexp?, and byte-pregexp? Added regexp-match?, pregexp?, and byte-pregexp?
Improved [p]regexp performance Improved [p]regexp performance
Changed make-file-or-directory-link to not expand its first Filesystem:
argument, and adde 'link to the security-guard protocol Unix and Mac OS X: Changed path operations to use "./~..." as an
encoding for a relative path "~..."
Version 352.5 Changed simplify-path to always normalize path separators,
preserve syntactic directoryness, and remove \\?\ from
Windows paths when possible
Added path-element->bytes and bytes->path-element
Changed make-file-or-directory-link to not expand the link
content, and changed make-security-guard to have a separate
link guard procedure
Misc:
Removed write-image-to-file and read-image-from-file
for-each, ormap, and andmap now tail-apply the given function for-each, ormap, and andmap now tail-apply the given function
for the last call for the last call
eval evaluates its argument in tail position eval evaluates its argument in tail position
Improved compilation of call-with-values and an immediate Improved compilation of call-with-values and an immediate
lambda argument to avoid closure creation lambda argument to avoid closure creation
Version 352.4
class.ss: added inherit/inner and inherit/super, to eventually
replace rename-super and rename-inner;
added member-name-key=?
Version 352.2
Added raise-arity-error Added raise-arity-error
Changed bytecode compiler to perform more closure conversion Changed bytecode compiler to perform more closure conversion
and lifting and lifting
Changed local-expand; #f stop list means expand only immediate Changed local-expand; #f stop list means expand only immediate
MzLib:
class.ss: added inherit/inner and inherit/super, to eventually
replace rename-super and rename-inner;
added member-name-key=?
Version 352, July 2006 Version 352, July 2006
Minor bug fixes Minor bug fixes