From 06f65546e9dd86fc836f3788e0fb152761255fec Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 27 May 2010 15:32:38 -0600 Subject: [PATCH] update READMEs for v5.0 Merge to v5.0 --- doc/release-notes/gracket/HISTORY.txt | 6 ++++++ doc/release-notes/racket/HISTORY.txt | 6 ++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/doc/release-notes/gracket/HISTORY.txt b/doc/release-notes/gracket/HISTORY.txt index d573599420..96d440e962 100644 --- a/doc/release-notes/gracket/HISTORY.txt +++ b/doc/release-notes/gracket/HISTORY.txt @@ -1,3 +1,9 @@ +Version 5.0, May 2010 + +Changed the executable from MrEd to GRacket + +---------------------------------------------------------------------- + Version 4.2.5, March 2010 Changed radio-box% to allow #f as a selection so that no buttons are diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index ae2dfe9e74..8264e3810f 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,5 +1,7 @@ Version 5.0, May 2010 Changed the core executable from mzscheme to racket +Changed paths like the preferences file to use "racket" instead + of "mzscheme" or "plt-scheme" Changed default value printer to use quasiquote style The language of a program's main module can specify run-time configuration actions, such as setting the default printer's @@ -8,9 +10,9 @@ Changed regexp-match* et al. to make ^ matching relative to the original string (not substrings for matches after the for) and to allow empty matches in all positions except immediately after an empty match +Changed regexp-match and other functions to allow a path as + an input Added chaperones -Changed paths like the preferences file to use "racket" instead - of "mzscheme" or "plt-scheme" Version 4.2.5, March 2010 Added scheme/future, enabled by default on main platforms