update READMEs for v5.0

Merge to v5.0
This commit is contained in:
Matthew Flatt 2010-05-27 15:32:38 -06:00
parent d923ef135f
commit 06f65546e9
2 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,9 @@
Version 5.0, May 2010
Changed the executable from MrEd to GRacket
----------------------------------------------------------------------
Version 4.2.5, March 2010 Version 4.2.5, March 2010
Changed radio-box% to allow #f as a selection so that no buttons are Changed radio-box% to allow #f as a selection so that no buttons are

View File

@ -1,5 +1,7 @@
Version 5.0, May 2010 Version 5.0, May 2010
Changed the core executable from mzscheme to racket 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 Changed default value printer to use quasiquote style
The language of a program's main module can specify run-time The language of a program's main module can specify run-time
configuration actions, such as setting the default printer's 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 original string (not substrings for matches after the for) and to
allow empty matches in all positions except immediately after an allow empty matches in all positions except immediately after an
empty match empty match
Changed regexp-match and other functions to allow a path as
an input
Added chaperones Added chaperones
Changed paths like the preferences file to use "racket" instead
of "mzscheme" or "plt-scheme"
Version 4.2.5, March 2010 Version 4.2.5, March 2010
Added scheme/future, enabled by default on main platforms Added scheme/future, enabled by default on main platforms