From 1b19db7fbbacdf4cebb4a02c220e8b6eee317556 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 7 Apr 2001 02:54:16 +0000 Subject: [PATCH] . original commit: 122f86aa55eced5ee7407f5d16ee3840bcab7311 --- notes/mred/HISTORY | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/notes/mred/HISTORY b/notes/mred/HISTORY index e60f94f7..c8b00ced 100644 --- a/notes/mred/HISTORY +++ b/notes/mred/HISTORY @@ -1,4 +1,11 @@ +Version 199.7: + + * Added a 'gl style flag to canvas%, for use with extensions that + draw to the current OpenGL context. The canvas% class also has two + new methods: `with-gl-context' and `swap-gl-buffers'. The 'gl style + is only support in Windows for now. + Version 199.1: * MacOS: play-sound now plays virtually any kind of sound, including @@ -92,10 +99,14 @@ 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 Removed ps-setup%'s get-options and set-options +Added a 'gl style flag to canvas%, and with-gl-context and + swap-gl-buffers methods. They're support for Windows, only. Windows: removed special handling of Ctl-m, Ctl-i, and Ctl-h X: Default keymap double-click time determined via the standard Xt function X: changed default preview command from "ghostview" to "gv" +MacOS: play-sound plays virtually any kind of sound, including + .wav files; QuickTime 3.0 or higher is required ----------------------------------------------------------------------