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
to key-event%, and adjusted Ctl- (Windows, X) and Cmd- (Mac OS X)
mappings to preserve Shift (and Option), moving the unshifted
version to the "other" fields; adjusted keymap% matching to use
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
the character palette
----------------------------------------------------------------------
Version 352.4
Removed on-scroll from canvas<%> and editor-canvas%
----------------------------------------------------------------------

View File

@ -1,48 +1,41 @@
Version 352.8
Unix and Mac OS X: Changed path operations to use "./~..." as an
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
Version 360, November 2006
Continuations:
Added delimited continuations: call-with-continuation-prompt,
call-with-composable-continuation, etc.
Changed call-with-escape-continuation so that its argument is
no longer applied in tail position (reverses a change in v350)
Changed make-file-or-directory-link to not expand the link
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
Regexps:
Added case-insensitive mode, multi-line mode, lookahead, lookbehind,
non-backtracking, and conditionals to regexp language
Added pregexp, byte-pregexp, and #px..., which includes numeric
quantifiers, backreferences char classes, and Unicode predicates
Added regexp-match?, pregexp?, and byte-pregexp?
Improved [p]regexp performance
Changed make-file-or-directory-link to not expand its first
argument, and adde 'link to the security-guard protocol
Version 352.5
Filesystem:
Unix and Mac OS X: Changed path operations to use "./~..." as an
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
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 the last call
eval evaluates its argument in tail position
Improved compilation of call-with-values and an immediate
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
Changed bytecode compiler to perform more closure conversion
and lifting
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
Minor bug fixes