From 85cf61a95f1ba36aba565e44ac3c9e8a8c3e9814 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 20 Oct 2006 14:41:00 +0000 Subject: [PATCH] 352.8 notes svn: r4661 --- doc/release-notes/mred/HISTORY | 6 ++++++ doc/release-notes/mzscheme/HISTORY | 8 ++++++++ 2 files changed, 14 insertions(+) diff --git a/doc/release-notes/mred/HISTORY b/doc/release-notes/mred/HISTORY index c340278feb..486e5cc47f 100644 --- a/doc/release-notes/mred/HISTORY +++ b/doc/release-notes/mred/HISTORY @@ -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% diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index d25540ce75..263af0b5bf 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -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.