From 427ebabc01395205e9ca9c0b0b00485a8b52dcd1 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Tue, 9 Nov 2004 21:44:14 +0000 Subject: [PATCH] . original commit: 7ebce097a0457fe194639ce0a57e01fbeefa2477 --- collects/tests/mred/draw.ss | 2 +- notes/mred/HISTORY | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/collects/tests/mred/draw.ss b/collects/tests/mred/draw.ss index 8c406ca9..82835fa3 100644 --- a/collects/tests/mred/draw.ss +++ b/collects/tests/mred/draw.ss @@ -54,7 +54,7 @@ i))) (define (show-instructions file) - (letrec ([f (make-object frame% file #f 400 400)] + (letrec ([f (make-object frame% (path->string file) #f 400 400)] [print (make-object button% "Print" f (lambda (b ev) (send e print)))] diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 1868a8e1..9016d65a 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,4 +1,11 @@ +Version 299.22 +Added 'float style for frame% +Added combo-field% +Added 'combo style for canvas% and editor-canvas% +Added set-min-width function to popup-menu% +Changed default 'decorative PostScript font to Helvetica + Version 299.21 X: clipboard now supported, and the X clipboard and X selection are properly distinguished; set the MrEd:selectionAsClipboard