From 1c76d8022e014bad47fbc853e6c710baa0fd0d37 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Fri, 20 Apr 2007 01:16:15 +0000 Subject: [PATCH] 369.10 svn: r6003 original commit: a45251d27211d633dc1834a92bc44bddeb983316 --- collects/mred/private/app.ss | 2 +- doc/release-notes/mred/HISTORY | 10 ++++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/collects/mred/private/app.ss b/collects/mred/private/app.ss index 18895010..74e6e7df 100644 --- a/collects/mred/private/app.ss +++ b/collects/mred/private/app.ss @@ -107,7 +107,7 @@ af (entry-point (lambda () (when (send af accept-drag?) - (send af on-drop-file f)))))))))) + (send af on-drop-file f)))))))))) (define (install-defh) (wx:application-file-handler (make-app-handler diff --git a/doc/release-notes/mred/HISTORY b/doc/release-notes/mred/HISTORY index cf5dda2d..735d348c 100644 --- a/doc/release-notes/mred/HISTORY +++ b/doc/release-notes/mred/HISTORY @@ -1,8 +1,14 @@ +Version 369.10 + +Improved the disabled appearance of some controls under Mac OS X + + Version 369.9 -Added use-background-style and background-style-used? methods +Added use-style-background and style-background-used? methods to editor-snip%; changes the editor-snip WXME format + Version 369.6 WXME file format changed to include a #reader() prefix @@ -1229,7 +1235,7 @@ wx:the-snip-class-list was replaced by (wx:get-the-snip-class-list) wx:the-buffer-data-class-list was replaced by (wx:get-the-buffer-data-class-list) Added transparent text backing for editor text Added wx:dc% try-colour method -wx:window% capture-mode, release-mouse, and make-modal no longer supported +wx:window% capture-mouse, release-mouse, and make-modal no longer supported Modal dialogs can be used instead of make-modal (modal is specified through the constructor). There is currently no replacement for capture-mouse and release-mouse, but a replacement is