From ebf4d354199a6a5adbbff7e20ff4d83f26c706fe Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 13 Oct 2003 22:24:36 +0000 Subject: [PATCH] . original commit: 1ae92bf0efb5ea3d2793fb4bafbe285f1d5cfc04 --- collects/mred/private/seqcontract.ss | 4 ++-- notes/mred/HISTORY | 11 +++++++++++ 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/collects/mred/private/seqcontract.ss b/collects/mred/private/seqcontract.ss index 9480d2ee..13cf4963 100644 --- a/collects/mred/private/seqcontract.ss +++ b/collects/mred/private/seqcontract.ss @@ -181,11 +181,11 @@ (state-machine [in-edit-sequence (in-edit-sequence?) - (begin-edit-sequence [() (x)] in-edit-sequence) + (begin-edit-sequence [() (x) (x y)] in-edit-sequence) (end-edit-sequence [()] in-edit-sequence out-of-edit-sequence)] [out-of-edit-sequence (not (in-edit-sequence?)) - (begin-edit-sequence [() (x)] in-edit-sequence)]) + (begin-edit-sequence [() (x) (x y)] in-edit-sequence)]) (inherit in-edit-sequence?) (super-new))) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 7fb1fe80..8ec2de67 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,3 +1,14 @@ + +Version 205.5 +Added an optional argument to begin-edit-sequence in + editor<%> to treat actions before and after sequence + as consecutive +Changed the default radius for dc<%>'s draw-rounded-rectangle + to -0.25, and adding checking and a mismatch exception + when the radius is out of range +X, Mac OS X: minimum size and non-stretchiness of a frame + or dialog is enforced by the window manager + Version 205.4 Added size-in-pixels to style<%> and style-delta% X with fontconfig/Xft: Added remapping for the 'symbol family