From e891775e5b403bb1bc1e716c97eaed41a29679a0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Wed, 19 Apr 2000 13:45:24 +0000 Subject: [PATCH] . original commit: 46edb59f4975ea1f3151ef7c32c879ec864ff883 --- notes/mred/HISTORY | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index aa2e47ca..f13a0033 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -12,8 +12,17 @@ Version 102/11: `send-message-to-window', which calls the `on-message' method of a top-level window at a particular screen location. + * Fixed `draw-bitmap' in post-script-dc%. + * Fixed post-script-dc% to use PS `curveto' command for splines. + * Fixed text editor printing to break up lines that are longer than + a page on scroll boundaries. (This is particularly relevant + for printing editors containing embedded editors.) + + * X: Fixed choice item bug when the user pops up the choice and doesn't + select anything. (PR 1426) + Version 102/10: * X: Changed dialogs to use the icon of the dialog's parent (if any).