From 345fa2e7967efaafa897f1ff116df2d091446ba1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 10 Nov 2006 20:51:34 +0000 Subject: [PATCH] v360 HISTORY updates svn: r4820 --- doc/release-notes/mred/HISTORY | 11 +--- doc/release-notes/mzscheme/HISTORY | 83 ++++++++++++++---------------- 2 files changed, 40 insertions(+), 54 deletions(-) diff --git a/doc/release-notes/mred/HISTORY b/doc/release-notes/mred/HISTORY index ff81ec6e9b..91f7e52ca7 100644 --- a/doc/release-notes/mred/HISTORY +++ b/doc/release-notes/mred/HISTORY @@ -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% ---------------------------------------------------------------------- diff --git a/doc/release-notes/mzscheme/HISTORY b/doc/release-notes/mzscheme/HISTORY index 263af0b5bf..693700e4c3 100644 --- a/doc/release-notes/mzscheme/HISTORY +++ b/doc/release-notes/mzscheme/HISTORY @@ -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 -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 -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 -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 +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) +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 +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 + 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