From 3056ac92443cfdd22dd941618e89b6a1f758b670 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 16 Sep 2000 15:36:08 +0000 Subject: [PATCH] . original commit: 415a3b1fa36a272458894ecb3e733725886da755 --- notes/mred/HISTORY | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index 9dbc6e0c..de1aa07a 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,7 +1,7 @@ Version 103.1: - * Added `popup-menu' to area-container-window<%>. + * Added `popup-menu' to window<%>. * Added a popup menu to the `message-box' dialog (pops up with any click not on a button) that copies the contained message to the @@ -18,6 +18,9 @@ Version 103.1: (Previously, undo would move the caret to the end of the restored area.) (PR 778) + * Added optional filters argument to `get-file', `put-file', + and `get-file-list' (used by Windows, only). (PR 1501) + * Fixed internal lock handling on focus and activation events. (PR 1624, hopefully) @@ -40,7 +43,7 @@ Version 103.1: Version 104: August 28, 2000 -Added popup-menu to area-container-window<%> +Added popup-menu to window<%> Added a popup menu to the message-box dialog that copies the contained message to the clipboard Changed methods in dc<%> classes to raise an exception if the @@ -48,6 +51,8 @@ Changed methods in dc<%> classes to raise an exception if the 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 +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 Windows: removed special handling of Ctl-m, Ctl-i, and Ctl-h X: Default keymap double-click time determined via the standard Xt