352.8 notes

svn: r4661
This commit is contained in:
Matthew Flatt 2006-10-20 14:41:00 +00:00
parent a991b6b33c
commit 85cf61a95f
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,9 @@
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,3 +1,11 @@
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
Added delimited continuations: call-with-continuation-prompt,
call-with-composable-continuation, etc.