From 745a3d73a86fb0f5259d7c5bf531bdc07ba961e0 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Mon, 17 Sep 2001 02:46:34 +0000 Subject: [PATCH] . original commit: 2183658e251c0f61d25fe2bf573a5c3f5ad29ff1 --- notes/mred/HISTORY | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 6d55872a..918d54a0 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,4 +1,10 @@ +Version 199.22: + + * Removed the cursor% constructor that takes a filename (it never + worked on any platform), and added a constrcutor that takes image + and mask bitmaps, 16x16 monochrome. + Version 199.18: * Changed mouse-event% and key-event% positions (x and y) to be @@ -162,6 +168,8 @@ Changed dc<%>'s draw-bitmap and draw-bitmap-section to scale the bitmap if the dc<%> has a scale Changed text% undo to restore the pre-modification selection Changed text% so that later-installed clickbacks take precedence +Changed cursor% constructor to take image and mask bitmaps instead of + a filename Added optional filters argument to get-file, put-file, and get-file-list (used by Windows, only) Fixed internal lock handling on focus and activation events