From 7a6d3c91e753046a9ae8459b7a0aefb4ab0522b4 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 31 Jan 2011 19:24:49 -0700 Subject: [PATCH] update Racket history for v5.1 Merge to 5.1 (cherry picked from commit 44987d3ce2e376bca441a81a00878f8db4466bf5) --- doc/release-notes/racket/HISTORY.txt | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/release-notes/racket/HISTORY.txt b/doc/release-notes/racket/HISTORY.txt index d271c0416a..c0f3d7d52f 100644 --- a/doc/release-notes/racket/HISTORY.txt +++ b/doc/release-notes/racket/HISTORY.txt @@ -1,12 +1,9 @@ -5.0.99.7 -add `current-get-interaction-input-port', which enables - `racket/gui' events to be dispatched while a REPL is blocked - -5.0.99.2 -proxy => impersonator -equal? equates C pointers when they refer to the same address - -5.0.99.1 +Version 5.1, February 2011 +Renamed "proxy" to "impersonator" +Added current-get-interaction-input-port, which enables + racket/gui events to be dispatched while a REPL is blocked +Changed equal? to equate C pointers when they refer to the + same address Internal: weak boxes are cleared before non-will-like finalizers; use late-weak boxes to get the old behavior